Class: Google::Shopping::Merchant::Accounts::V1beta::UpdateOmnichannelSettingRequest
- Inherits:
-
Object
- Object
- Google::Shopping::Merchant::Accounts::V1beta::UpdateOmnichannelSettingRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/shopping/merchant/accounts/v1beta/omnichannelsettings.rb
Overview
Request message for the UpdateOmnichannelSetting method.
Instance Attribute Summary collapse
-
#omnichannel_setting ⇒ ::Google::Shopping::Merchant::Accounts::V1beta::OmnichannelSetting
Required.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
Required.
Instance Attribute Details
#omnichannel_setting ⇒ ::Google::Shopping::Merchant::Accounts::V1beta::OmnichannelSetting
Returns Required. The omnichannel setting to update.
The omnichannel setting's name
field is used to identify the
omnichannel setting to be updated.
308 309 310 311 |
# File 'proto_docs/google/shopping/merchant/accounts/v1beta/omnichannelsettings.rb', line 308 class UpdateOmnichannelSettingRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_mask ⇒ ::Google::Protobuf::FieldMask
Returns 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.
308 309 310 311 |
# File 'proto_docs/google/shopping/merchant/accounts/v1beta/omnichannelsettings.rb', line 308 class UpdateOmnichannelSettingRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |