Interface LfpMerchantState.CountrySettingsOrBuilder (0.21.0)

public static interface LfpMerchantState.CountrySettingsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getFreeLocalListingsEnabled()

public abstract boolean getFreeLocalListingsEnabled()

True if this merchant has enabled free local listings in MC.

bool free_local_listings_enabled = 2;

Returns
Type Description
boolean

The freeLocalListingsEnabled.

getInstockServingVerificationState()

public abstract LfpMerchantState.CountrySettings.VerificationState getInstockServingVerificationState()

Output only. The verification state of this merchant's instock serving feature.

.google.shopping.merchant.lfp.v1beta.LfpMerchantState.CountrySettings.VerificationState instock_serving_verification_state = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
LfpMerchantState.CountrySettings.VerificationState

The instockServingVerificationState.

getInstockServingVerificationStateValue()

public abstract int getInstockServingVerificationStateValue()

Output only. The verification state of this merchant's instock serving feature.

.google.shopping.merchant.lfp.v1beta.LfpMerchantState.CountrySettings.VerificationState instock_serving_verification_state = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
int

The enum numeric value on the wire for instockServingVerificationState.

getInventoryVerificationState()

public abstract LfpMerchantState.CountrySettings.VerificationState getInventoryVerificationState()

Output only. The verification state of this merchant's inventory check.

.google.shopping.merchant.lfp.v1beta.LfpMerchantState.CountrySettings.VerificationState inventory_verification_state = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
LfpMerchantState.CountrySettings.VerificationState

The inventoryVerificationState.

getInventoryVerificationStateValue()

public abstract int getInventoryVerificationStateValue()

Output only. The verification state of this merchant's inventory check.

.google.shopping.merchant.lfp.v1beta.LfpMerchantState.CountrySettings.VerificationState inventory_verification_state = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
int

The enum numeric value on the wire for inventoryVerificationState.

getLocalInventoryAdsEnabled()

public abstract boolean getLocalInventoryAdsEnabled()

True if this merchant has enabled local inventory ads in MC.

bool local_inventory_ads_enabled = 3;

Returns
Type Description
boolean

The localInventoryAdsEnabled.

getPickupServingVerificationState()

public abstract LfpMerchantState.CountrySettings.VerificationState getPickupServingVerificationState()

Output only. The verification state of this merchant's pickup serving feature.

.google.shopping.merchant.lfp.v1beta.LfpMerchantState.CountrySettings.VerificationState pickup_serving_verification_state = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
LfpMerchantState.CountrySettings.VerificationState

The pickupServingVerificationState.

getPickupServingVerificationStateValue()

public abstract int getPickupServingVerificationStateValue()

Output only. The verification state of this merchant's pickup serving feature.

.google.shopping.merchant.lfp.v1beta.LfpMerchantState.CountrySettings.VerificationState pickup_serving_verification_state = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
int

The enum numeric value on the wire for pickupServingVerificationState.

getProductPageType()

public abstract LfpMerchantState.CountrySettings.ProductPageType getProductPageType()

Output only. The product page type selected by this merchant.

.google.shopping.merchant.lfp.v1beta.LfpMerchantState.CountrySettings.ProductPageType product_page_type = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
LfpMerchantState.CountrySettings.ProductPageType

The productPageType.

getProductPageTypeValue()

public abstract int getProductPageTypeValue()

Output only. The product page type selected by this merchant.

.google.shopping.merchant.lfp.v1beta.LfpMerchantState.CountrySettings.ProductPageType product_page_type = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
int

The enum numeric value on the wire for productPageType.

getRegionCode()

public abstract String getRegionCode()

Required. The CLDR territory code for the country for which these settings are defined.

string region_code = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The regionCode.

getRegionCodeBytes()

public abstract ByteString getRegionCodeBytes()

Required. The CLDR territory code for the country for which these settings are defined.

string region_code = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for regionCode.