public interface LfpMerchantStateOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getCountrySettings(int index)
public abstract LfpMerchantState.CountrySettings getCountrySettings(int index)
Country-specific settings for the merchant.
repeated .google.shopping.merchant.lfp.v1beta.LfpMerchantState.CountrySettings country_settings = 5;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
LfpMerchantState.CountrySettings |
getCountrySettingsCount()
public abstract int getCountrySettingsCount()
Country-specific settings for the merchant.
repeated .google.shopping.merchant.lfp.v1beta.LfpMerchantState.CountrySettings country_settings = 5;
Returns | |
---|---|
Type | Description |
int |
getCountrySettingsList()
public abstract List<LfpMerchantState.CountrySettings> getCountrySettingsList()
Country-specific settings for the merchant.
repeated .google.shopping.merchant.lfp.v1beta.LfpMerchantState.CountrySettings country_settings = 5;
Returns | |
---|---|
Type | Description |
List<CountrySettings> |
getCountrySettingsOrBuilder(int index)
public abstract LfpMerchantState.CountrySettingsOrBuilder getCountrySettingsOrBuilder(int index)
Country-specific settings for the merchant.
repeated .google.shopping.merchant.lfp.v1beta.LfpMerchantState.CountrySettings country_settings = 5;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
LfpMerchantState.CountrySettingsOrBuilder |
getCountrySettingsOrBuilderList()
public abstract List<? extends LfpMerchantState.CountrySettingsOrBuilder> getCountrySettingsOrBuilderList()
Country-specific settings for the merchant.
repeated .google.shopping.merchant.lfp.v1beta.LfpMerchantState.CountrySettings country_settings = 5;
Returns | |
---|---|
Type | Description |
List<? extends com.google.shopping.merchant.lfp.v1beta.LfpMerchantState.CountrySettingsOrBuilder> |
getInventoryStats()
public abstract LfpMerchantState.InventoryStats getInventoryStats()
The inventory statistics for the merchant. The field will be absent if the merchant has no inventory submitted through LFP.
.google.shopping.merchant.lfp.v1beta.LfpMerchantState.InventoryStats inventory_stats = 4;
Returns | |
---|---|
Type | Description |
LfpMerchantState.InventoryStats |
The inventoryStats. |
getInventoryStatsOrBuilder()
public abstract LfpMerchantState.InventoryStatsOrBuilder getInventoryStatsOrBuilder()
The inventory statistics for the merchant. The field will be absent if the merchant has no inventory submitted through LFP.
.google.shopping.merchant.lfp.v1beta.LfpMerchantState.InventoryStats inventory_stats = 4;
Returns | |
---|---|
Type | Description |
LfpMerchantState.InventoryStatsOrBuilder |
getLinkedGbps()
public abstract long getLinkedGbps()
Number of GBPs this merchant has access to.
int64 linked_gbps = 2;
Returns | |
---|---|
Type | Description |
long |
The linkedGbps. |
getName()
public abstract String getName()
Identifier. The name of the LfpMerchantState
resource. Format:
accounts/{account}/lfpMerchantStates/{target_merchant}
string name = 1 [(.google.api.field_behavior) = IDENTIFIER];
Returns | |
---|---|
Type | Description |
String |
The name. |
getNameBytes()
public abstract ByteString getNameBytes()
Identifier. The name of the LfpMerchantState
resource. Format:
accounts/{account}/lfpMerchantStates/{target_merchant}
string name = 1 [(.google.api.field_behavior) = IDENTIFIER];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for name. |
getStoreStates(int index)
public abstract LfpMerchantState.LfpStoreState getStoreStates(int index)
Output only. The state per store from the specified merchant. The field will be absent if the merchant has no stores submitted through LFP.
repeated .google.shopping.merchant.lfp.v1beta.LfpMerchantState.LfpStoreState store_states = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
LfpMerchantState.LfpStoreState |
getStoreStatesCount()
public abstract int getStoreStatesCount()
Output only. The state per store from the specified merchant. The field will be absent if the merchant has no stores submitted through LFP.
repeated .google.shopping.merchant.lfp.v1beta.LfpMerchantState.LfpStoreState store_states = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
int |
getStoreStatesList()
public abstract List<LfpMerchantState.LfpStoreState> getStoreStatesList()
Output only. The state per store from the specified merchant. The field will be absent if the merchant has no stores submitted through LFP.
repeated .google.shopping.merchant.lfp.v1beta.LfpMerchantState.LfpStoreState store_states = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
List<LfpStoreState> |
getStoreStatesOrBuilder(int index)
public abstract LfpMerchantState.LfpStoreStateOrBuilder getStoreStatesOrBuilder(int index)
Output only. The state per store from the specified merchant. The field will be absent if the merchant has no stores submitted through LFP.
repeated .google.shopping.merchant.lfp.v1beta.LfpMerchantState.LfpStoreState store_states = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
LfpMerchantState.LfpStoreStateOrBuilder |
getStoreStatesOrBuilderList()
public abstract List<? extends LfpMerchantState.LfpStoreStateOrBuilder> getStoreStatesOrBuilderList()
Output only. The state per store from the specified merchant. The field will be absent if the merchant has no stores submitted through LFP.
repeated .google.shopping.merchant.lfp.v1beta.LfpMerchantState.LfpStoreState store_states = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
List<? extends com.google.shopping.merchant.lfp.v1beta.LfpMerchantState.LfpStoreStateOrBuilder> |
hasInventoryStats()
public abstract boolean hasInventoryStats()
The inventory statistics for the merchant. The field will be absent if the merchant has no inventory submitted through LFP.
.google.shopping.merchant.lfp.v1beta.LfpMerchantState.InventoryStats inventory_stats = 4;
Returns | |
---|---|
Type | Description |
boolean |
Whether the inventoryStats field is set. |