Interface CreateOmnichannelSettingRequestOrBuilder (0.20.0)

public interface CreateOmnichannelSettingRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getOmnichannelSetting()

public abstract OmnichannelSetting getOmnichannelSetting()

Required. The omnichannel setting to create.

.google.shopping.merchant.accounts.v1beta.OmnichannelSetting omnichannel_setting = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
OmnichannelSetting

The omnichannelSetting.

getOmnichannelSettingOrBuilder()

public abstract OmnichannelSettingOrBuilder getOmnichannelSettingOrBuilder()

Required. The omnichannel setting to create.

.google.shopping.merchant.accounts.v1beta.OmnichannelSetting omnichannel_setting = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
OmnichannelSettingOrBuilder

getParent()

public abstract String getParent()

Required. The parent resource where this omnichannel setting will be created. Format: accounts/{account}

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
String

The parent.

getParentBytes()

public abstract ByteString getParentBytes()

Required. The parent resource where this omnichannel setting will be created. Format: accounts/{account}

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
ByteString

The bytes for parent.

hasOmnichannelSetting()

public abstract boolean hasOmnichannelSetting()

Required. The omnichannel setting to create.

.google.shopping.merchant.accounts.v1beta.OmnichannelSetting omnichannel_setting = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the omnichannelSetting field is set.