public interface RequestInventoryVerificationResponseOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getOmnichannelSetting()
public abstract OmnichannelSetting getOmnichannelSetting()
The omnichannel setting that was updated.
.google.shopping.merchant.accounts.v1beta.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.v1beta.OmnichannelSetting omnichannel_setting = 1;
Returns | |
---|---|
Type | Description |
OmnichannelSettingOrBuilder |
hasOmnichannelSetting()
public abstract boolean hasOmnichannelSetting()
The omnichannel setting that was updated.
.google.shopping.merchant.accounts.v1beta.OmnichannelSetting omnichannel_setting = 1;
Returns | |
---|---|
Type | Description |
boolean |
Whether the omnichannelSetting field is set. |