public final class MinimumOrderValueTable extends GeneratedMessageV3 implements MinimumOrderValueTableOrBuilder
Table of per store minimum order values for the pickup fulfillment type.
Protobuf type google.shopping.merchant.accounts.v1beta.MinimumOrderValueTable
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > MinimumOrderValueTableImplements
MinimumOrderValueTableOrBuilderStatic Fields
STORE_CODE_SET_WITH_MOVS_FIELD_NUMBER
public static final int STORE_CODE_SET_WITH_MOVS_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
Static Methods
getDefaultInstance()
public static MinimumOrderValueTable getDefaultInstance()
Returns | |
---|---|
Type | Description |
MinimumOrderValueTable |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
newBuilder()
public static MinimumOrderValueTable.Builder newBuilder()
Returns | |
---|---|
Type | Description |
MinimumOrderValueTable.Builder |
newBuilder(MinimumOrderValueTable prototype)
public static MinimumOrderValueTable.Builder newBuilder(MinimumOrderValueTable prototype)
Parameter | |
---|---|
Name | Description |
prototype |
MinimumOrderValueTable |
Returns | |
---|---|
Type | Description |
MinimumOrderValueTable.Builder |
parseDelimitedFrom(InputStream input)
public static MinimumOrderValueTable parseDelimitedFrom(InputStream input)
Parameter | |
---|---|
Name | Description |
input |
InputStream |
Returns | |
---|---|
Type | Description |
MinimumOrderValueTable |
Exceptions | |
---|---|
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static MinimumOrderValueTable parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
MinimumOrderValueTable |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(byte[] data)
public static MinimumOrderValueTable parseFrom(byte[] data)
Parameter | |
---|---|
Name | Description |
data |
byte[] |
Returns | |
---|---|
Type | Description |
MinimumOrderValueTable |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static MinimumOrderValueTable parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
MinimumOrderValueTable |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static MinimumOrderValueTable parseFrom(ByteString data)
Parameter | |
---|---|
Name | Description |
data |
ByteString |
Returns | |
---|---|
Type | Description |
MinimumOrderValueTable |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static MinimumOrderValueTable parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
MinimumOrderValueTable |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static MinimumOrderValueTable parseFrom(CodedInputStream input)
Parameter | |
---|---|
Name | Description |
input |
CodedInputStream |
Returns | |
---|---|
Type | Description |
MinimumOrderValueTable |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static MinimumOrderValueTable parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
MinimumOrderValueTable |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(InputStream input)
public static MinimumOrderValueTable parseFrom(InputStream input)
Parameter | |
---|---|
Name | Description |
input |
InputStream |
Returns | |
---|---|
Type | Description |
MinimumOrderValueTable |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static MinimumOrderValueTable parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
MinimumOrderValueTable |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static MinimumOrderValueTable parseFrom(ByteBuffer data)
Parameter | |
---|---|
Name | Description |
data |
ByteBuffer |
Returns | |
---|---|
Type | Description |
MinimumOrderValueTable |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static MinimumOrderValueTable parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
MinimumOrderValueTable |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<MinimumOrderValueTable> parser()
Returns | |
---|---|
Type | Description |
Parser<MinimumOrderValueTable> |
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter | |
---|---|
Name | Description |
obj |
Object |
Returns | |
---|---|
Type | Description |
boolean |
getDefaultInstanceForType()
public MinimumOrderValueTable getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
MinimumOrderValueTable |
getParserForType()
public Parser<MinimumOrderValueTable> getParserForType()
Returns | |
---|---|
Type | Description |
Parser<MinimumOrderValueTable> |
getSerializedSize()
public int getSerializedSize()
Returns | |
---|---|
Type | Description |
int |
getStoreCodeSetWithMovs(int index)
public MinimumOrderValueTable.StoreCodeSetWithMov getStoreCodeSetWithMovs(int index)
Required. A list of store code sets sharing the same minimum order value (MOV). 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.
repeated .google.shopping.merchant.accounts.v1beta.MinimumOrderValueTable.StoreCodeSetWithMov store_code_set_with_movs = 1 [(.google.api.field_behavior) = REQUIRED];
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
MinimumOrderValueTable.StoreCodeSetWithMov |
getStoreCodeSetWithMovsCount()
public int getStoreCodeSetWithMovsCount()
Required. A list of store code sets sharing the same minimum order value (MOV). 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.
repeated .google.shopping.merchant.accounts.v1beta.MinimumOrderValueTable.StoreCodeSetWithMov store_code_set_with_movs = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
int |
getStoreCodeSetWithMovsList()
public List<MinimumOrderValueTable.StoreCodeSetWithMov> getStoreCodeSetWithMovsList()
Required. A list of store code sets sharing the same minimum order value (MOV). 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.
repeated .google.shopping.merchant.accounts.v1beta.MinimumOrderValueTable.StoreCodeSetWithMov store_code_set_with_movs = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
List<StoreCodeSetWithMov> |
getStoreCodeSetWithMovsOrBuilder(int index)
public MinimumOrderValueTable.StoreCodeSetWithMovOrBuilder getStoreCodeSetWithMovsOrBuilder(int index)
Required. A list of store code sets sharing the same minimum order value (MOV). 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.
repeated .google.shopping.merchant.accounts.v1beta.MinimumOrderValueTable.StoreCodeSetWithMov store_code_set_with_movs = 1 [(.google.api.field_behavior) = REQUIRED];
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
MinimumOrderValueTable.StoreCodeSetWithMovOrBuilder |
getStoreCodeSetWithMovsOrBuilderList()
public List<? extends MinimumOrderValueTable.StoreCodeSetWithMovOrBuilder> getStoreCodeSetWithMovsOrBuilderList()
Required. A list of store code sets sharing the same minimum order value (MOV). 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.
repeated .google.shopping.merchant.accounts.v1beta.MinimumOrderValueTable.StoreCodeSetWithMov store_code_set_with_movs = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
List<? extends com.google.shopping.merchant.accounts.v1beta.MinimumOrderValueTable.StoreCodeSetWithMovOrBuilder> |
hashCode()
public int hashCode()
Returns | |
---|---|
Type | Description |
int |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
newBuilderForType()
public MinimumOrderValueTable.Builder newBuilderForType()
Returns | |
---|---|
Type | Description |
MinimumOrderValueTable.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected MinimumOrderValueTable.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter | |
---|---|
Name | Description |
parent |
BuilderParent |
Returns | |
---|---|
Type | Description |
MinimumOrderValueTable.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter | |
---|---|
Name | Description |
unused |
UnusedPrivateParameter |
Returns | |
---|---|
Type | Description |
Object |
toBuilder()
public MinimumOrderValueTable.Builder toBuilder()
Returns | |
---|---|
Type | Description |
MinimumOrderValueTable.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter | |
---|---|
Name | Description |
output |
CodedOutputStream |
Exceptions | |
---|---|
Type | Description |
IOException |