public interface RequestInventoryVerificationResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getOmnichannelSetting()
public abstract OmnichannelSetting getOmnichannelSetting()The omnichannel setting that was updated.
.google.shopping.merchant.accounts.v1.OmnichannelSetting omnichannel_setting = 1;
| Returns | |
|---|---|
| Type | Description |
OmnichannelSetting |
The omnichannelSetting. |
getOmnichannelSettingOrBuilder()
public abstract OmnichannelSettingOrBuilder getOmnichannelSettingOrBuilder()The omnichannel setting that was updated.
.google.shopping.merchant.accounts.v1.OmnichannelSetting omnichannel_setting = 1;
| Returns | |
|---|---|
| Type | Description |
OmnichannelSettingOrBuilder |
|
hasOmnichannelSetting()
public abstract boolean hasOmnichannelSetting()The omnichannel setting that was updated.
.google.shopping.merchant.accounts.v1.OmnichannelSetting omnichannel_setting = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the omnichannelSetting field is set. |