Send feedback
Class Money.Builder (2.40.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 2.40.0 keyboard_arrow_down
public static final class Money . Builder extends GeneratedMessageV3 . Builder<Money . Builder > implements MoneyOrBuilder
Represents an amount of money with its currency type.
Protobuf type google.type.Money
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 Money . Builder addRepeatedField ( Descriptors . FieldDescriptor field , Object value )
Overrides
build()
Returns
Type
Description
Money
buildPartial()
public Money buildPartial ()
Returns
Type
Description
Money
clear()
public Money . Builder clear ()
Overrides
clearCurrencyCode()
public Money . Builder clearCurrencyCode ()
The three-letter currency code defined in ISO 4217.
string currency_code = 1;
Returns
Type
Description
Money.Builder
This builder for chaining.
clearField(Descriptors.FieldDescriptor field)
public Money . Builder clearField ( Descriptors . FieldDescriptor field )
Overrides
clearNanos()
public Money . Builder clearNanos ()
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 = 3;
Returns
Type
Description
Money.Builder
This builder for chaining.
clearOneof(Descriptors.OneofDescriptor oneof)
public Money . Builder clearOneof ( Descriptors . OneofDescriptor oneof )
Overrides
clearUnits()
public Money . Builder clearUnits ()
The whole units of the amount.
For example if currencyCode
is "USD"
, then 1 unit is one US dollar.
int64 units = 2;
Returns
Type
Description
Money.Builder
This builder for chaining.
clone()
public Money . Builder clone ()
Overrides
getCurrencyCode()
public String getCurrencyCode ()
The three-letter currency code defined in ISO 4217.
string currency_code = 1;
Returns
Type
Description
String
The currencyCode.
getCurrencyCodeBytes()
public ByteString getCurrencyCodeBytes ()
The three-letter currency code defined in ISO 4217.
string currency_code = 1;
Returns
Type
Description
ByteString
The bytes for currencyCode.
getDefaultInstanceForType()
public Money getDefaultInstanceForType ()
Returns
Type
Description
Money
getDescriptorForType()
public Descriptors . Descriptor getDescriptorForType ()
Overrides
getNanos()
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 = 3;
Returns
Type
Description
int
The nanos.
getUnits()
The whole units of the amount.
For example if currencyCode
is "USD"
, then 1 unit is one US dollar.
int64 units = 2;
Returns
Type
Description
long
The units.
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
public Money . Builder mergeFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Overrides
mergeFrom(Message other)
public Money . Builder mergeFrom ( Message other )
Parameter
Name
Description
other
Message
Overrides
mergeFrom(Money other)
public Money . Builder mergeFrom ( Money other )
Parameter
Name
Description
other
Money
mergeUnknownFields(UnknownFieldSet unknownFields)
public final Money . Builder mergeUnknownFields ( UnknownFieldSet unknownFields )
Overrides
setCurrencyCode(String value)
public Money . Builder setCurrencyCode ( String value )
The three-letter currency code defined in ISO 4217.
string currency_code = 1;
Parameter
Name
Description
value
String
The currencyCode to set.
Returns
Type
Description
Money.Builder
This builder for chaining.
setCurrencyCodeBytes(ByteString value)
public Money . Builder setCurrencyCodeBytes ( ByteString value )
The three-letter currency code defined in ISO 4217.
string currency_code = 1;
Parameter
Name
Description
value
ByteString
The bytes for currencyCode to set.
Returns
Type
Description
Money.Builder
This builder for chaining.
setField(Descriptors.FieldDescriptor field, Object value)
public Money . Builder setField ( Descriptors . FieldDescriptor field , Object value )
Overrides
setNanos(int value)
public Money . Builder setNanos ( int value )
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 = 3;
Parameter
Name
Description
value
int
The nanos to set.
Returns
Type
Description
Money.Builder
This builder for chaining.
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public Money . Builder setRepeatedField ( Descriptors . FieldDescriptor field , int index , Object value )
Overrides
setUnits(long value)
public Money . Builder setUnits ( long value )
The whole units of the amount.
For example if currencyCode
is "USD"
, then 1 unit is one US dollar.
int64 units = 2;
Parameter
Name
Description
value
long
The units to set.
Returns
Type
Description
Money.Builder
This builder for chaining.
setUnknownFields(UnknownFieldSet unknownFields)
public final Money . 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-01-27 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-01-27 UTC."],[],[]]