Class MinimumOrderValueTable.StoreCodeSetWithMov (0.2.0)

public static final class MinimumOrderValueTable.StoreCodeSetWithMov extends GeneratedMessageV3 implements MinimumOrderValueTable.StoreCodeSetWithMovOrBuilder

A list of store code sets sharing the same minimum order value. At least two sets are required and the last one must be empty, which signifies 'MOV for all other stores'. Each store code can only appear once across all the sets. All prices within a service must have the same currency.

Protobuf type google.shopping.merchant.accounts.v1beta.MinimumOrderValueTable.StoreCodeSetWithMov

Inheritance

Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > MinimumOrderValueTable.StoreCodeSetWithMov

Static Fields

STORE_CODES_FIELD_NUMBER

public static final int STORE_CODES_FIELD_NUMBER
Field Value
Type Description
int

VALUE_FIELD_NUMBER

public static final int VALUE_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static MinimumOrderValueTable.StoreCodeSetWithMov getDefaultInstance()
Returns
Type Description
MinimumOrderValueTable.StoreCodeSetWithMov

getDescriptor()

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

newBuilder()

public static MinimumOrderValueTable.StoreCodeSetWithMov.Builder newBuilder()
Returns
Type Description
MinimumOrderValueTable.StoreCodeSetWithMov.Builder

newBuilder(MinimumOrderValueTable.StoreCodeSetWithMov prototype)

public static MinimumOrderValueTable.StoreCodeSetWithMov.Builder newBuilder(MinimumOrderValueTable.StoreCodeSetWithMov prototype)
Parameter
Name Description
prototype MinimumOrderValueTable.StoreCodeSetWithMov
Returns
Type Description
MinimumOrderValueTable.StoreCodeSetWithMov.Builder

parseDelimitedFrom(InputStream input)

public static MinimumOrderValueTable.StoreCodeSetWithMov parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
MinimumOrderValueTable.StoreCodeSetWithMov
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static MinimumOrderValueTable.StoreCodeSetWithMov parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
MinimumOrderValueTable.StoreCodeSetWithMov
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static MinimumOrderValueTable.StoreCodeSetWithMov parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
MinimumOrderValueTable.StoreCodeSetWithMov
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static MinimumOrderValueTable.StoreCodeSetWithMov parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
MinimumOrderValueTable.StoreCodeSetWithMov
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static MinimumOrderValueTable.StoreCodeSetWithMov parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
MinimumOrderValueTable.StoreCodeSetWithMov
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static MinimumOrderValueTable.StoreCodeSetWithMov parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
MinimumOrderValueTable.StoreCodeSetWithMov
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static MinimumOrderValueTable.StoreCodeSetWithMov parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
MinimumOrderValueTable.StoreCodeSetWithMov
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static MinimumOrderValueTable.StoreCodeSetWithMov parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
MinimumOrderValueTable.StoreCodeSetWithMov
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static MinimumOrderValueTable.StoreCodeSetWithMov parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
MinimumOrderValueTable.StoreCodeSetWithMov
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static MinimumOrderValueTable.StoreCodeSetWithMov parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
MinimumOrderValueTable.StoreCodeSetWithMov
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static MinimumOrderValueTable.StoreCodeSetWithMov parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
MinimumOrderValueTable.StoreCodeSetWithMov
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static MinimumOrderValueTable.StoreCodeSetWithMov parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
MinimumOrderValueTable.StoreCodeSetWithMov
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<MinimumOrderValueTable.StoreCodeSetWithMov> parser()
Returns
Type Description
Parser<StoreCodeSetWithMov>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getDefaultInstanceForType()

public MinimumOrderValueTable.StoreCodeSetWithMov getDefaultInstanceForType()
Returns
Type Description
MinimumOrderValueTable.StoreCodeSetWithMov

getParserForType()

public Parser<MinimumOrderValueTable.StoreCodeSetWithMov> getParserForType()
Returns
Type Description
Parser<StoreCodeSetWithMov>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

getStoreCodes(int index)

public String getStoreCodes(int index)

Optional. A list of unique store codes or empty for the catch all.

repeated string store_codes = 1 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
String

The storeCodes at the given index.

getStoreCodesBytes(int index)

public ByteString getStoreCodesBytes(int index)

Optional. A list of unique store codes or empty for the catch all.

repeated string store_codes = 1 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
index int

The index of the value to return.

Returns
Type Description
ByteString

The bytes of the storeCodes at the given index.

getStoreCodesCount()

public int getStoreCodesCount()

Optional. A list of unique store codes or empty for the catch all.

repeated string store_codes = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
int

The count of storeCodes.

getStoreCodesList()

public ProtocolStringList getStoreCodesList()

Optional. A list of unique store codes or empty for the catch all.

repeated string store_codes = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ProtocolStringList

A list containing the storeCodes.

getValue()

public Price getValue()

The minimum order value for the given stores.

optional .google.shopping.type.Price value = 2;

Returns
Type Description
com.google.shopping.type.Price

The value.

getValueOrBuilder()

public PriceOrBuilder getValueOrBuilder()

The minimum order value for the given stores.

optional .google.shopping.type.Price value = 2;

Returns
Type Description
com.google.shopping.type.PriceOrBuilder

hasValue()

public boolean hasValue()

The minimum order value for the given stores.

optional .google.shopping.type.Price value = 2;

Returns
Type Description
boolean

Whether the value field is set.

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public MinimumOrderValueTable.StoreCodeSetWithMov.Builder newBuilderForType()
Returns
Type Description
MinimumOrderValueTable.StoreCodeSetWithMov.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected MinimumOrderValueTable.StoreCodeSetWithMov.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
MinimumOrderValueTable.StoreCodeSetWithMov.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public MinimumOrderValueTable.StoreCodeSetWithMov.Builder toBuilder()
Returns
Type Description
MinimumOrderValueTable.StoreCodeSetWithMov.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException