Send feedback
Class Amount.Builder (0.1.0)
Stay organized with collections
Save and categorize content based on your preferences.
public static final class Amount . Builder extends GeneratedMessageV3 . Builder<Amount . Builder > implements AmountOrBuilder
Represents an amount of money in a specific currency.
Protobuf type google.cloud.gkerecommender.v1.Amount
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public Amount . Builder addRepeatedField ( Descriptors . FieldDescriptor field , Object value )
Overrides
build()
Returns
Type
Description
Amount
buildPartial()
public Amount buildPartial ()
Returns
Type
Description
Amount
clear()
public Amount . Builder clear ()
Overrides
clearField(Descriptors.FieldDescriptor field)
public Amount . Builder clearField ( Descriptors . FieldDescriptor field )
Overrides
clearNanos()
public Amount . Builder clearNanos ()
Output only. Number of nano (10^-9) units of the amount.
The value must be between -999,999,999 and +999,999,999 inclusive.
If units is positive, nanos must be positive or zero.
If units is zero, nanos can be positive, zero, or negative.
If units is negative, nanos must be negative or zero.
For example $-1.75 is represented as units=-1 and nanos=-750,000,000.
int32 nanos = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
clearOneof(Descriptors.OneofDescriptor oneof)
public Amount . Builder clearOneof ( Descriptors . OneofDescriptor oneof )
Overrides
clearUnits()
public Amount . Builder clearUnits ()
Output only. The whole units of the amount.
For example if currencyCode is "USD", then 1 unit is one US dollar.
int64 units = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
clone()
public Amount . Builder clone ()
Overrides
getDefaultInstanceForType()
public Amount getDefaultInstanceForType ()
Returns
Type
Description
Amount
getDescriptorForType()
public Descriptors . Descriptor getDescriptorForType ()
Overrides
getNanos()
Output only. Number of nano (10^-9) units of the amount.
The value must be between -999,999,999 and +999,999,999 inclusive.
If units is positive, nanos must be positive or zero.
If units is zero, nanos can be positive, zero, or negative.
If units is negative, nanos must be negative or zero.
For example $-1.75 is represented as units=-1 and nanos=-750,000,000.
int32 nanos = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
Type
Description
int
The nanos.
getUnits()
Output only. The whole units of the amount.
For example if currencyCode is "USD", then 1 unit is one US dollar.
int64 units = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
Type
Description
long
The units.
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
mergeFrom(Amount other)
public Amount . Builder mergeFrom ( Amount other )
Parameter
Name
Description
other
Amount
public Amount . Builder mergeFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Overrides
mergeFrom(Message other)
public Amount . Builder mergeFrom ( Message other )
Parameter
Name
Description
other
Message
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final Amount . Builder mergeUnknownFields ( UnknownFieldSet unknownFields )
Overrides
setField(Descriptors.FieldDescriptor field, Object value)
public Amount . Builder setField ( Descriptors . FieldDescriptor field , Object value )
Overrides
setNanos(int value)
public Amount . Builder setNanos ( int value )
Output only. Number of nano (10^-9) units of the amount.
The value must be between -999,999,999 and +999,999,999 inclusive.
If units is positive, nanos must be positive or zero.
If units is zero, nanos can be positive, zero, or negative.
If units is negative, nanos must be negative or zero.
For example $-1.75 is represented as units=-1 and nanos=-750,000,000.
int32 nanos = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter
Name
Description
value
int The nanos to set.
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public Amount . Builder setRepeatedField ( Descriptors . FieldDescriptor field , int index , Object value )
Overrides
setUnits(long value)
public Amount . Builder setUnits ( long value )
Output only. The whole units of the amount.
For example if currencyCode is "USD", then 1 unit is one US dollar.
int64 units = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter
Name
Description
value
long The units to set.
setUnknownFields(UnknownFieldSet unknownFields)
public final Amount . Builder setUnknownFields ( UnknownFieldSet unknownFields )
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-12-17 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-12-17 UTC."],[],[]]