Class Price.Builder (2.38.0)

public static final class Price.Builder extends GeneratedMessageV3.Builder<Price.Builder> implements PriceOrBuilder

The price represented as a number and currency.

Protobuf type google.shopping.type.Price

Implements

PriceOrBuilder

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public Price.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
Price.Builder
Overrides

build()

public Price build()
Returns
Type Description
Price

buildPartial()

public Price buildPartial()
Returns
Type Description
Price

clear()

public Price.Builder clear()
Returns
Type Description
Price.Builder
Overrides

clearAmountMicros()

public Price.Builder clearAmountMicros()

The price represented as a number in micros (1 million micros is an equivalent to one's currency standard unit, for example, 1 USD = 1000000 micros). This field can also be set as infinity by setting to -1. This field only support -1 and positive value.

optional int64 amount_micros = 1;

Returns
Type Description
Price.Builder

This builder for chaining.

clearCurrencyCode()

public Price.Builder clearCurrencyCode()

The currency of the price using three-letter acronyms according to ISO 4217.

optional string currency_code = 2;

Returns
Type Description
Price.Builder

This builder for chaining.

clearField(Descriptors.FieldDescriptor field)

public Price.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
Price.Builder
Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

public Price.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
Price.Builder
Overrides

clone()

public Price.Builder clone()
Returns
Type Description
Price.Builder
Overrides

getAmountMicros()

public long getAmountMicros()

The price represented as a number in micros (1 million micros is an equivalent to one's currency standard unit, for example, 1 USD = 1000000 micros). This field can also be set as infinity by setting to -1. This field only support -1 and positive value.

optional int64 amount_micros = 1;

Returns
Type Description
long

The amountMicros.

getCurrencyCode()

public String getCurrencyCode()

The currency of the price using three-letter acronyms according to ISO 4217.

optional string currency_code = 2;

Returns
Type Description
String

The currencyCode.

getCurrencyCodeBytes()

public ByteString getCurrencyCodeBytes()

The currency of the price using three-letter acronyms according to ISO 4217.

optional string currency_code = 2;

Returns
Type Description
ByteString

The bytes for currencyCode.

getDefaultInstanceForType()

public Price getDefaultInstanceForType()
Returns
Type Description
Price

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

hasAmountMicros()

public boolean hasAmountMicros()

The price represented as a number in micros (1 million micros is an equivalent to one's currency standard unit, for example, 1 USD = 1000000 micros). This field can also be set as infinity by setting to -1. This field only support -1 and positive value.

optional int64 amount_micros = 1;

Returns
Type Description
boolean

Whether the amountMicros field is set.

hasCurrencyCode()

public boolean hasCurrencyCode()

The currency of the price using three-letter acronyms according to ISO 4217.

optional string currency_code = 2;

Returns
Type Description
boolean

Whether the currencyCode field is set.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public Price.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Price.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public Price.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
Price.Builder
Overrides

mergeFrom(Price other)

public Price.Builder mergeFrom(Price other)
Parameter
Name Description
other Price
Returns
Type Description
Price.Builder

mergeUnknownFields(UnknownFieldSet unknownFields)

public final Price.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
Price.Builder
Overrides

setAmountMicros(long value)

public Price.Builder setAmountMicros(long value)

The price represented as a number in micros (1 million micros is an equivalent to one's currency standard unit, for example, 1 USD = 1000000 micros). This field can also be set as infinity by setting to -1. This field only support -1 and positive value.

optional int64 amount_micros = 1;

Parameter
Name Description
value long

The amountMicros to set.

Returns
Type Description
Price.Builder

This builder for chaining.

setCurrencyCode(String value)

public Price.Builder setCurrencyCode(String value)

The currency of the price using three-letter acronyms according to ISO 4217.

optional string currency_code = 2;

Parameter
Name Description
value String

The currencyCode to set.

Returns
Type Description
Price.Builder

This builder for chaining.

setCurrencyCodeBytes(ByteString value)

public Price.Builder setCurrencyCodeBytes(ByteString value)

The currency of the price using three-letter acronyms according to ISO 4217.

optional string currency_code = 2;

Parameter
Name Description
value ByteString

The bytes for currencyCode to set.

Returns
Type Description
Price.Builder

This builder for chaining.

setField(Descriptors.FieldDescriptor field, Object value)

public Price.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
Price.Builder
Overrides

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public Price.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Returns
Type Description
Price.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final Price.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
Price.Builder
Overrides