public interface UpdateOmnichannelSettingRequestOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getOmnichannelSetting()
public abstract OmnichannelSetting getOmnichannelSetting()
Required. The omnichannel setting to update.
The omnichannel setting's name
field is used to identify the
omnichannel setting to be updated.
.google.shopping.merchant.accounts.v1beta.OmnichannelSetting omnichannel_setting = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
OmnichannelSetting |
The omnichannelSetting. |
getOmnichannelSettingOrBuilder()
public abstract OmnichannelSettingOrBuilder getOmnichannelSettingOrBuilder()
Required. The omnichannel setting to update.
The omnichannel setting's name
field is used to identify the
omnichannel setting to be updated.
.google.shopping.merchant.accounts.v1beta.OmnichannelSetting omnichannel_setting = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
OmnichannelSettingOrBuilder |
getUpdateMask()
public abstract FieldMask getUpdateMask()
Required. The list of fields to be updated.
The following fields are supported in snake_case only:
lsf_type
in_stock
pickup
odo
about
inventory_verification
Full replacement with wildcard
*
is supported, while empty/implied update mask is not.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
FieldMask |
The updateMask. |
getUpdateMaskOrBuilder()
public abstract FieldMaskOrBuilder getUpdateMaskOrBuilder()
Required. The list of fields to be updated.
The following fields are supported in snake_case only:
lsf_type
in_stock
pickup
odo
about
inventory_verification
Full replacement with wildcard
*
is supported, while empty/implied update mask is not.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
FieldMaskOrBuilder |
hasOmnichannelSetting()
public abstract boolean hasOmnichannelSetting()
Required. The omnichannel setting to update.
The omnichannel setting's name
field is used to identify the
omnichannel setting to be updated.
.google.shopping.merchant.accounts.v1beta.OmnichannelSetting omnichannel_setting = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
boolean |
Whether the omnichannelSetting field is set. |
hasUpdateMask()
public abstract boolean hasUpdateMask()
Required. The list of fields to be updated.
The following fields are supported in snake_case only:
lsf_type
in_stock
pickup
odo
about
inventory_verification
Full replacement with wildcard
*
is supported, while empty/implied update mask is not.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
boolean |
Whether the updateMask field is set. |