Class Price.Builder (2.37.1)

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
TypeDescription
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public Price.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
Price.Builder
Overrides

build()

public Price build()
Returns
TypeDescription
Price

buildPartial()

public Price buildPartial()
Returns
TypeDescription
Price

clear()

public Price.Builder clear()
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
Price.Builder

This builder for chaining.

clearField(Descriptors.FieldDescriptor field)

public Price.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
Price.Builder
Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

public Price.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
Price.Builder
Overrides

clone()

public Price.Builder clone()
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
ByteString

The bytes for currencyCode.

getDefaultInstanceForType()

public Price getDefaultInstanceForType()
Returns
TypeDescription
Price

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
boolean

Whether the currencyCode field is set.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public Price.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
Price.Builder
Overrides
Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public Price.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
Price.Builder
Overrides

mergeFrom(Price other)

public Price.Builder mergeFrom(Price other)
Parameter
NameDescription
otherPrice
Returns
TypeDescription
Price.Builder

mergeUnknownFields(UnknownFieldSet unknownFields)

public final Price.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
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
NameDescription
valuelong

The amountMicros to set.

Returns
TypeDescription
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
NameDescription
valueString

The currencyCode to set.

Returns
TypeDescription
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
NameDescription
valueByteString

The bytes for currencyCode to set.

Returns
TypeDescription
Price.Builder

This builder for chaining.

setField(Descriptors.FieldDescriptor field, Object value)

public Price.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
Price.Builder
Overrides

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

public Price.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
Price.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final Price.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
Price.Builder
Overrides