Send feedback
Class Amount (0.1.0)
Stay organized with collections
Save and categorize content based on your preferences.
public final class Amount extends GeneratedMessageV3 implements AmountOrBuilder
Represents an amount of money in a specific currency.
Protobuf type google.cloud.gkerecommender.v1.Amount
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
NANOS_FIELD_NUMBER
public static final int NANOS_FIELD_NUMBER
Field Value
Type
Description
int
UNITS_FIELD_NUMBER
public static final int UNITS_FIELD_NUMBER
Field Value
Type
Description
int
Static Methods
getDefaultInstance()
public static Amount getDefaultInstance ()
Returns
Type
Description
Amount
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
newBuilder()
public static Amount . Builder newBuilder ()
newBuilder(Amount prototype)
public static Amount . Builder newBuilder ( Amount prototype )
Parameter
Name
Description
prototype
Amount
public static Amount parseDelimitedFrom ( InputStream input )
Returns
Type
Description
Amount
public static Amount parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
Returns
Type
Description
Amount
parseFrom(byte[] data)
public static Amount parseFrom ( byte [] data )
Parameter
Name
Description
data
byte []
Returns
Type
Description
Amount
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static Amount parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
Returns
Type
Description
Amount
parseFrom(ByteString data)
public static Amount parseFrom ( ByteString data )
Returns
Type
Description
Amount
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Amount parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
Returns
Type
Description
Amount
public static Amount parseFrom ( CodedInputStream input )
Returns
Type
Description
Amount
public static Amount parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Returns
Type
Description
Amount
public static Amount parseFrom ( InputStream input )
Returns
Type
Description
Amount
public static Amount parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
Returns
Type
Description
Amount
parseFrom(ByteBuffer data)
public static Amount parseFrom ( ByteBuffer data )
Returns
Type
Description
Amount
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Amount parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
Returns
Type
Description
Amount
parser()
public static Parser<Amount> parser ()
Methods
equals(Object obj)
public boolean equals ( Object obj )
Parameter
Name
Description
obj
Object
Overrides
getDefaultInstanceForType()
public Amount getDefaultInstanceForType ()
Returns
Type
Description
Amount
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.
getParserForType()
public Parser<Amount> getParserForType ()
Overrides
getSerializedSize()
public int getSerializedSize ()
Returns
Type
Description
int
Overrides
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.
hashCode()
Returns
Type
Description
int
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
newBuilderForType()
public Amount . Builder newBuilderForType ()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected Amount . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Returns
Type
Description
Object
Overrides
toBuilder()
public Amount . Builder toBuilder ()
writeTo(CodedOutputStream output)
public void writeTo ( CodedOutputStream output )
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."],[],[]]