Interface OmnichannelSettingOrBuilder (0.20.0)

public interface OmnichannelSettingOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAbout()

public abstract About getAbout()

Optional. The about page URI and state for this country.

.google.shopping.merchant.accounts.v1beta.About about = 7 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
About

The about.

getAboutOrBuilder()

public abstract AboutOrBuilder getAboutOrBuilder()

Optional. The about page URI and state for this country.

.google.shopping.merchant.accounts.v1beta.About about = 7 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
AboutOrBuilder

getInStock()

public abstract InStock getInStock()

Optional. The InStock URI and state for this country.

.google.shopping.merchant.accounts.v1beta.InStock in_stock = 13 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
InStock

The inStock.

getInStockOrBuilder()

public abstract InStockOrBuilder getInStockOrBuilder()

Optional. The InStock URI and state for this country.

.google.shopping.merchant.accounts.v1beta.InStock in_stock = 13 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
InStockOrBuilder

getInventoryVerification()

public abstract InventoryVerification getInventoryVerification()

Optional. The inventory verification contact and state for this country.

.google.shopping.merchant.accounts.v1beta.InventoryVerification inventory_verification = 8 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
InventoryVerification

The inventoryVerification.

getInventoryVerificationOrBuilder()

public abstract InventoryVerificationOrBuilder getInventoryVerificationOrBuilder()

Optional. The inventory verification contact and state for this country.

.google.shopping.merchant.accounts.v1beta.InventoryVerification inventory_verification = 8 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
InventoryVerificationOrBuilder
public abstract LfpLink getLfpLink()

Output only. The established link to a LFP provider.

.google.shopping.merchant.accounts.v1beta.LfpLink lfp_link = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
LfpLink

The lfpLink.

getLfpLinkOrBuilder()

public abstract LfpLinkOrBuilder getLfpLinkOrBuilder()

Output only. The established link to a LFP provider.

.google.shopping.merchant.accounts.v1beta.LfpLink lfp_link = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
LfpLinkOrBuilder

getLsfType()

public abstract OmnichannelSetting.LsfType getLsfType()

Required. The Local Store Front type for this country.

.google.shopping.merchant.accounts.v1beta.OmnichannelSetting.LsfType lsf_type = 12 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
OmnichannelSetting.LsfType

The lsfType.

getLsfTypeValue()

public abstract int getLsfTypeValue()

Required. The Local Store Front type for this country.

.google.shopping.merchant.accounts.v1beta.OmnichannelSetting.LsfType lsf_type = 12 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
int

The enum numeric value on the wire for lsfType.

getName()

public abstract String getName()

Identifier. The resource name of the omnichannel setting. Format: accounts/{account}/omnichannelSettings/{omnichannel_setting}

string name = 1 [(.google.api.field_behavior) = IDENTIFIER];

Returns
Type Description
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

Identifier. The resource name of the omnichannel setting. Format: accounts/{account}/omnichannelSettings/{omnichannel_setting}

string name = 1 [(.google.api.field_behavior) = IDENTIFIER];

Returns
Type Description
ByteString

The bytes for name.

getOdo()

public abstract OnDisplayToOrder getOdo()

Optional. The On Display to Order (ODO) policy URI and state for this country.

.google.shopping.merchant.accounts.v1beta.OnDisplayToOrder odo = 6 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
OnDisplayToOrder

The odo.

getOdoOrBuilder()

public abstract OnDisplayToOrderOrBuilder getOdoOrBuilder()

Optional. The On Display to Order (ODO) policy URI and state for this country.

.google.shopping.merchant.accounts.v1beta.OnDisplayToOrder odo = 6 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
OnDisplayToOrderOrBuilder

getPickup()

public abstract Pickup getPickup()

Optional. The Pickup URI and state for this country.

.google.shopping.merchant.accounts.v1beta.Pickup pickup = 14 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
Pickup

The pickup.

getPickupOrBuilder()

public abstract PickupOrBuilder getPickupOrBuilder()

Optional. The Pickup URI and state for this country.

.google.shopping.merchant.accounts.v1beta.Pickup pickup = 14 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
PickupOrBuilder

getRegionCode()

public abstract String getRegionCode()

Required. Immutable. Region code defined by CLDR. Must be provided in the Create method, and is immutable.

string region_code = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE];

Returns
Type Description
String

The regionCode.

getRegionCodeBytes()

public abstract ByteString getRegionCodeBytes()

Required. Immutable. Region code defined by CLDR. Must be provided in the Create method, and is immutable.

string region_code = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE];

Returns
Type Description
ByteString

The bytes for regionCode.

hasAbout()

public abstract boolean hasAbout()

Optional. The about page URI and state for this country.

.google.shopping.merchant.accounts.v1beta.About about = 7 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

Whether the about field is set.

hasInStock()

public abstract boolean hasInStock()

Optional. The InStock URI and state for this country.

.google.shopping.merchant.accounts.v1beta.InStock in_stock = 13 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

Whether the inStock field is set.

hasInventoryVerification()

public abstract boolean hasInventoryVerification()

Optional. The inventory verification contact and state for this country.

.google.shopping.merchant.accounts.v1beta.InventoryVerification inventory_verification = 8 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

Whether the inventoryVerification field is set.

public abstract boolean hasLfpLink()

Output only. The established link to a LFP provider.

.google.shopping.merchant.accounts.v1beta.LfpLink lfp_link = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

Whether the lfpLink field is set.

hasOdo()

public abstract boolean hasOdo()

Optional. The On Display to Order (ODO) policy URI and state for this country.

.google.shopping.merchant.accounts.v1beta.OnDisplayToOrder odo = 6 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

Whether the odo field is set.

hasPickup()

public abstract boolean hasPickup()

Optional. The Pickup URI and state for this country.

.google.shopping.merchant.accounts.v1beta.Pickup pickup = 14 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

Whether the pickup field is set.