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
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
public static final int STORE_CODE_SET_WITH_MOVS_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
Static Methods
public static MinimumOrderValueTable getDefaultInstance()
public static final Descriptors.Descriptor getDescriptor()
public static MinimumOrderValueTable.Builder newBuilder()
public static MinimumOrderValueTable.Builder newBuilder(MinimumOrderValueTable prototype)
public static MinimumOrderValueTable parseDelimitedFrom(InputStream input)
public static MinimumOrderValueTable parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static MinimumOrderValueTable parseFrom(byte[] data)
Parameter |
Name |
Description |
data |
byte[]
|
public static MinimumOrderValueTable parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static MinimumOrderValueTable parseFrom(ByteString data)
public static MinimumOrderValueTable parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static MinimumOrderValueTable parseFrom(CodedInputStream input)
public static MinimumOrderValueTable parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static MinimumOrderValueTable parseFrom(InputStream input)
public static MinimumOrderValueTable parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static MinimumOrderValueTable parseFrom(ByteBuffer data)
public static MinimumOrderValueTable parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Parser<MinimumOrderValueTable> parser()
Methods
public boolean equals(Object obj)
Parameter |
Name |
Description |
obj |
Object
|
Overrides
public MinimumOrderValueTable getDefaultInstanceForType()
public Parser<MinimumOrderValueTable> getParserForType()
Overrides
public int getSerializedSize()
Returns |
Type |
Description |
int |
|
Overrides
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
|
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 |
|
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];
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
|
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> |
|
Returns |
Type |
Description |
int |
|
Overrides
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
public final boolean isInitialized()
Overrides
public MinimumOrderValueTable.Builder newBuilderForType()
protected MinimumOrderValueTable.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Returns |
Type |
Description |
Object |
|
Overrides
public MinimumOrderValueTable.Builder toBuilder()
public void writeTo(CodedOutputStream output)
Overrides