Uses of Class
gql.GqlTypes.Decimal
Packages that use GqlTypes.Decimal
-
Uses of GqlTypes.Decimal in gql
Methods in gql that return GqlTypes.DecimalModifier and TypeMethodDescriptionGqlTypes.Decimal.Builder.build()GqlTypes.Decimal.Builder.buildPartial()GqlTypes.Value.Builder.getDecimalValue()Decimal with arbitrary precisionGqlTypes.Value.getDecimalValue()Decimal with arbitrary precisionGqlTypes.ValueOrBuilder.getDecimalValue()Decimal with arbitrary precisionstatic GqlTypes.DecimalGqlTypes.Decimal.getDefaultInstance()GqlTypes.Decimal.Builder.getDefaultInstanceForType()GqlTypes.Decimal.getDefaultInstanceForType()static GqlTypes.DecimalGqlTypes.Decimal.parseDelimitedFrom(InputStream input) static GqlTypes.DecimalGqlTypes.Decimal.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static GqlTypes.DecimalGqlTypes.Decimal.parseFrom(byte[] data) static GqlTypes.DecimalGqlTypes.Decimal.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static GqlTypes.DecimalGqlTypes.Decimal.parseFrom(com.google.protobuf.ByteString data) static GqlTypes.DecimalGqlTypes.Decimal.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static GqlTypes.DecimalGqlTypes.Decimal.parseFrom(com.google.protobuf.CodedInputStream input) static GqlTypes.DecimalGqlTypes.Decimal.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static GqlTypes.DecimalGqlTypes.Decimal.parseFrom(InputStream input) static GqlTypes.DecimalGqlTypes.Decimal.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static GqlTypes.DecimalGqlTypes.Decimal.parseFrom(ByteBuffer data) static GqlTypes.DecimalGqlTypes.Decimal.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in gql that return types with arguments of type GqlTypes.DecimalModifier and TypeMethodDescriptioncom.google.protobuf.Parser<GqlTypes.Decimal>GqlTypes.Decimal.getParserForType()static com.google.protobuf.Parser<GqlTypes.Decimal>GqlTypes.Decimal.parser()Methods in gql with parameters of type GqlTypes.DecimalModifier and TypeMethodDescriptionGqlTypes.Value.Builder.mergeDecimalValue(GqlTypes.Decimal value) Decimal with arbitrary precisionGqlTypes.Decimal.Builder.mergeFrom(GqlTypes.Decimal other) static GqlTypes.Decimal.BuilderGqlTypes.Decimal.newBuilder(GqlTypes.Decimal prototype) GqlTypes.Value.Builder.setDecimalValue(GqlTypes.Decimal value) Decimal with arbitrary precision