public static final class Amount.Builder extends GeneratedMessage.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.GeneratedMessage.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessage.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessage.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessage.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessage.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessage.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessage.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
com.google.protobuf.GeneratedMessage.Builder.setUnknownFieldsProto3(com.google.protobuf.UnknownFieldSet)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Methods
build()
| Returns |
| Type |
Description |
Amount |
|
buildPartial()
public Amount buildPartial()
| Returns |
| Type |
Description |
Amount |
|
clear()
public Amount.Builder clear()
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];
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];
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 GeneratedMessage.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
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.
|
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.
|