Class OmnichannelSetting.Builder (0.20.0)

public static final class OmnichannelSetting.Builder extends GeneratedMessageV3.Builder<OmnichannelSetting.Builder> implements OmnichannelSettingOrBuilder

Collection of information related to the omnichannel settings of a merchant.

Protobuf type google.shopping.merchant.accounts.v1beta.OmnichannelSetting

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public OmnichannelSetting.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
OmnichannelSetting.Builder
Overrides

build()

public OmnichannelSetting build()
Returns
Type Description
OmnichannelSetting

buildPartial()

public OmnichannelSetting buildPartial()
Returns
Type Description
OmnichannelSetting

clear()

public OmnichannelSetting.Builder clear()
Returns
Type Description
OmnichannelSetting.Builder
Overrides

clearAbout()

public OmnichannelSetting.Builder clearAbout()

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
OmnichannelSetting.Builder

clearField(Descriptors.FieldDescriptor field)

public OmnichannelSetting.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
OmnichannelSetting.Builder
Overrides

clearInStock()

public OmnichannelSetting.Builder clearInStock()

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
OmnichannelSetting.Builder

clearInventoryVerification()

public OmnichannelSetting.Builder clearInventoryVerification()

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
OmnichannelSetting.Builder
public OmnichannelSetting.Builder clearLfpLink()

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
OmnichannelSetting.Builder

clearLsfType()

public OmnichannelSetting.Builder clearLsfType()

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.Builder

This builder for chaining.

clearName()

public OmnichannelSetting.Builder clearName()

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
OmnichannelSetting.Builder

This builder for chaining.

clearOdo()

public OmnichannelSetting.Builder clearOdo()

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
OmnichannelSetting.Builder

clearOneof(Descriptors.OneofDescriptor oneof)

public OmnichannelSetting.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
OmnichannelSetting.Builder
Overrides

clearPickup()

public OmnichannelSetting.Builder clearPickup()

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
OmnichannelSetting.Builder

clearRegionCode()

public OmnichannelSetting.Builder clearRegionCode()

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
OmnichannelSetting.Builder

This builder for chaining.

clone()

public OmnichannelSetting.Builder clone()
Returns
Type Description
OmnichannelSetting.Builder
Overrides

getAbout()

public 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.

getAboutBuilder()

public About.Builder getAboutBuilder()

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.Builder

getAboutOrBuilder()

public 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

getDefaultInstanceForType()

public OmnichannelSetting getDefaultInstanceForType()
Returns
Type Description
OmnichannelSetting

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getInStock()

public 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.

getInStockBuilder()

public InStock.Builder getInStockBuilder()

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.Builder

getInStockOrBuilder()

public 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 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.

getInventoryVerificationBuilder()

public InventoryVerification.Builder getInventoryVerificationBuilder()

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.Builder

getInventoryVerificationOrBuilder()

public 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 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.

getLfpLinkBuilder()

public LfpLink.Builder getLfpLinkBuilder()

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.Builder

getLfpLinkOrBuilder()

public 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 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 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 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 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 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.

getOdoBuilder()

public OnDisplayToOrder.Builder getOdoBuilder()

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.Builder

getOdoOrBuilder()

public 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 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.

getPickupBuilder()

public Pickup.Builder getPickupBuilder()

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.Builder

getPickupOrBuilder()

public 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 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 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 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 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 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 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 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 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.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeAbout(About value)

public OmnichannelSetting.Builder mergeAbout(About value)

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

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

Parameter
Name Description
value About
Returns
Type Description
OmnichannelSetting.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public OmnichannelSetting.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
OmnichannelSetting.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public OmnichannelSetting.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
OmnichannelSetting.Builder
Overrides

mergeFrom(OmnichannelSetting other)

public OmnichannelSetting.Builder mergeFrom(OmnichannelSetting other)
Parameter
Name Description
other OmnichannelSetting
Returns
Type Description
OmnichannelSetting.Builder

mergeInStock(InStock value)

public OmnichannelSetting.Builder mergeInStock(InStock value)

Optional. The InStock URI and state for this country.

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

Parameter
Name Description
value InStock
Returns
Type Description
OmnichannelSetting.Builder

mergeInventoryVerification(InventoryVerification value)

public OmnichannelSetting.Builder mergeInventoryVerification(InventoryVerification value)

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

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

Parameter
Name Description
value InventoryVerification
Returns
Type Description
OmnichannelSetting.Builder
public OmnichannelSetting.Builder mergeLfpLink(LfpLink value)

Output only. The established link to a LFP provider.

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

Parameter
Name Description
value LfpLink
Returns
Type Description
OmnichannelSetting.Builder

mergeOdo(OnDisplayToOrder value)

public OmnichannelSetting.Builder mergeOdo(OnDisplayToOrder value)

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];

Parameter
Name Description
value OnDisplayToOrder
Returns
Type Description
OmnichannelSetting.Builder

mergePickup(Pickup value)

public OmnichannelSetting.Builder mergePickup(Pickup value)

Optional. The Pickup URI and state for this country.

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

Parameter
Name Description
value Pickup
Returns
Type Description
OmnichannelSetting.Builder

mergeUnknownFields(UnknownFieldSet unknownFields)

public final OmnichannelSetting.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
OmnichannelSetting.Builder
Overrides

setAbout(About value)

public OmnichannelSetting.Builder setAbout(About value)

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

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

Parameter
Name Description
value About
Returns
Type Description
OmnichannelSetting.Builder

setAbout(About.Builder builderForValue)

public OmnichannelSetting.Builder setAbout(About.Builder builderForValue)

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

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

Parameter
Name Description
builderForValue About.Builder
Returns
Type Description
OmnichannelSetting.Builder

setField(Descriptors.FieldDescriptor field, Object value)

public OmnichannelSetting.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
OmnichannelSetting.Builder
Overrides

setInStock(InStock value)

public OmnichannelSetting.Builder setInStock(InStock value)

Optional. The InStock URI and state for this country.

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

Parameter
Name Description
value InStock
Returns
Type Description
OmnichannelSetting.Builder

setInStock(InStock.Builder builderForValue)

public OmnichannelSetting.Builder setInStock(InStock.Builder builderForValue)

Optional. The InStock URI and state for this country.

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

Parameter
Name Description
builderForValue InStock.Builder
Returns
Type Description
OmnichannelSetting.Builder

setInventoryVerification(InventoryVerification value)

public OmnichannelSetting.Builder setInventoryVerification(InventoryVerification value)

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

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

Parameter
Name Description
value InventoryVerification
Returns
Type Description
OmnichannelSetting.Builder

setInventoryVerification(InventoryVerification.Builder builderForValue)

public OmnichannelSetting.Builder setInventoryVerification(InventoryVerification.Builder builderForValue)

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

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

Parameter
Name Description
builderForValue InventoryVerification.Builder
Returns
Type Description
OmnichannelSetting.Builder
public OmnichannelSetting.Builder setLfpLink(LfpLink value)

Output only. The established link to a LFP provider.

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

Parameter
Name Description
value LfpLink
Returns
Type Description
OmnichannelSetting.Builder
public OmnichannelSetting.Builder setLfpLink(LfpLink.Builder builderForValue)

Output only. The established link to a LFP provider.

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

Parameter
Name Description
builderForValue LfpLink.Builder
Returns
Type Description
OmnichannelSetting.Builder

setLsfType(OmnichannelSetting.LsfType value)

public OmnichannelSetting.Builder setLsfType(OmnichannelSetting.LsfType value)

Required. The Local Store Front type for this country.

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

Parameter
Name Description
value OmnichannelSetting.LsfType

The lsfType to set.

Returns
Type Description
OmnichannelSetting.Builder

This builder for chaining.

setLsfTypeValue(int value)

public OmnichannelSetting.Builder setLsfTypeValue(int value)

Required. The Local Store Front type for this country.

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

Parameter
Name Description
value int

The enum numeric value on the wire for lsfType to set.

Returns
Type Description
OmnichannelSetting.Builder

This builder for chaining.

setName(String value)

public OmnichannelSetting.Builder setName(String value)

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

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

Parameter
Name Description
value String

The name to set.

Returns
Type Description
OmnichannelSetting.Builder

This builder for chaining.

setNameBytes(ByteString value)

public OmnichannelSetting.Builder setNameBytes(ByteString value)

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

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

Parameter
Name Description
value ByteString

The bytes for name to set.

Returns
Type Description
OmnichannelSetting.Builder

This builder for chaining.

setOdo(OnDisplayToOrder value)

public OmnichannelSetting.Builder setOdo(OnDisplayToOrder value)

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];

Parameter
Name Description
value OnDisplayToOrder
Returns
Type Description
OmnichannelSetting.Builder

setOdo(OnDisplayToOrder.Builder builderForValue)

public OmnichannelSetting.Builder setOdo(OnDisplayToOrder.Builder builderForValue)

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];

Parameter
Name Description
builderForValue OnDisplayToOrder.Builder
Returns
Type Description
OmnichannelSetting.Builder

setPickup(Pickup value)

public OmnichannelSetting.Builder setPickup(Pickup value)

Optional. The Pickup URI and state for this country.

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

Parameter
Name Description
value Pickup
Returns
Type Description
OmnichannelSetting.Builder

setPickup(Pickup.Builder builderForValue)

public OmnichannelSetting.Builder setPickup(Pickup.Builder builderForValue)

Optional. The Pickup URI and state for this country.

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

Parameter
Name Description
builderForValue Pickup.Builder
Returns
Type Description
OmnichannelSetting.Builder

setRegionCode(String value)

public OmnichannelSetting.Builder setRegionCode(String value)

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];

Parameter
Name Description
value String

The regionCode to set.

Returns
Type Description
OmnichannelSetting.Builder

This builder for chaining.

setRegionCodeBytes(ByteString value)

public OmnichannelSetting.Builder setRegionCodeBytes(ByteString value)

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];

Parameter
Name Description
value ByteString

The bytes for regionCode to set.

Returns
Type Description
OmnichannelSetting.Builder

This builder for chaining.

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public OmnichannelSetting.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Returns
Type Description
OmnichannelSetting.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final OmnichannelSetting.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
OmnichannelSetting.Builder
Overrides