Class: Google::Shopping::Merchant::Accounts::V1::UpdateAutomaticImprovementsRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/shopping/merchant/accounts/v1/automaticimprovements.rb

Overview

Request message for the UpdateAutomaticImprovements method.

Instance Attribute Summary collapse

Instance Attribute Details

#automatic_improvements::Google::Shopping::Merchant::Accounts::V1::AutomaticImprovements

Returns Required. The new version of the automatic imrovements.

Returns:



227
228
229
230
# File 'proto_docs/google/shopping/merchant/accounts/v1/automaticimprovements.rb', line 227

class UpdateAutomaticImprovementsRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#update_mask::Google::Protobuf::FieldMask

Returns Required. List of fields being updated. The following fields are supported (in both snake_case and lowerCamelCase):

  • item_updates
  • item_updates.account_level_settings
  • image_improvements
  • image_improvements.account_level_settings
  • shipping_improvements
  • shipping_improvements.allow_shipping_improvements.

Returns:

  • (::Google::Protobuf::FieldMask)

    Required. List of fields being updated. The following fields are supported (in both snake_case and lowerCamelCase):

    • item_updates
    • item_updates.account_level_settings
    • image_improvements
    • image_improvements.account_level_settings
    • shipping_improvements
    • shipping_improvements.allow_shipping_improvements


227
228
229
230
# File 'proto_docs/google/shopping/merchant/accounts/v1/automaticimprovements.rb', line 227

class UpdateAutomaticImprovementsRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end