Uses of Class
gql.GqlTypes.Decimal.Builder
Packages that use GqlTypes.Decimal.Builder
-
Uses of GqlTypes.Decimal.Builder in gql
Methods in gql that return GqlTypes.Decimal.BuilderModifier and TypeMethodDescriptionGqlTypes.Decimal.Builder.clear()GqlTypes.Decimal.Builder.clearScale()Number of digits after the decimal pointGqlTypes.Decimal.Builder.clearUnscaled()Big-endian two's complement of unscaled valueGqlTypes.Value.Builder.getDecimalValueBuilder()Decimal with arbitrary precisionGqlTypes.Decimal.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) GqlTypes.Decimal.Builder.mergeFrom(com.google.protobuf.Message other) GqlTypes.Decimal.Builder.mergeFrom(GqlTypes.Decimal other) static GqlTypes.Decimal.BuilderGqlTypes.Decimal.newBuilder()static GqlTypes.Decimal.BuilderGqlTypes.Decimal.newBuilder(GqlTypes.Decimal prototype) GqlTypes.Decimal.newBuilderForType()protected GqlTypes.Decimal.BuilderGqlTypes.Decimal.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) GqlTypes.Decimal.Builder.setScale(int value) Number of digits after the decimal pointGqlTypes.Decimal.Builder.setUnscaled(com.google.protobuf.ByteString value) Big-endian two's complement of unscaled valueGqlTypes.Decimal.toBuilder()Methods in gql with parameters of type GqlTypes.Decimal.BuilderModifier and TypeMethodDescriptionGqlTypes.Value.Builder.setDecimalValue(GqlTypes.Decimal.Builder builderForValue) Decimal with arbitrary precision