Class: Google::Shopping::Merchant::Accounts::V1beta::AutomaticImageImprovements

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

Overview

This improvement will attempt to automatically correct submitted images if they don't meet the image requirements, for example, removing overlays. If successful, the image will be replaced and approved. This improvement is only applied to images of disapproved offers. For more information see: Automatic image improvements

Defined Under Namespace

Classes: ImageImprovementsAccountLevelSettings

Instance Attribute Summary collapse

Instance Attribute Details

#account_image_improvements_settings::Google::Shopping::Merchant::Accounts::V1beta::AutomaticImageImprovements::ImageImprovementsAccountLevelSettings

Returns Optional. Determines how the images should be automatically updated. If this field is not present and provided in the update mask, then the settings will be deleted. If there are no settings for subaccount, they are inherited from aggregator.

Returns:



167
168
169
170
171
172
173
174
175
176
177
178
179
# File 'proto_docs/google/shopping/merchant/accounts/v1beta/automaticimprovements.rb', line 167

class AutomaticImageImprovements
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Settings for the Automatic Image Improvements.
  # @!attribute [rw] allow_automatic_image_improvements
  #   @return [::Boolean]
  #     Enables automatic image improvements.
  class ImageImprovementsAccountLevelSettings
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#effective_allow_automatic_image_improvements::Boolean (readonly)

Returns Output only. The effective value of allow_automatic_image_improvements. If account_image_improvements_settings is present, then this value is the same. Otherwise, it represents the inherited value of the parent account. Read-only.

Returns:

  • (::Boolean)

    Output only. The effective value of allow_automatic_image_improvements. If account_image_improvements_settings is present, then this value is the same. Otherwise, it represents the inherited value of the parent account. Read-only.



167
168
169
170
171
172
173
174
175
176
177
178
179
# File 'proto_docs/google/shopping/merchant/accounts/v1beta/automaticimprovements.rb', line 167

class AutomaticImageImprovements
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Settings for the Automatic Image Improvements.
  # @!attribute [rw] allow_automatic_image_improvements
  #   @return [::Boolean]
  #     Enables automatic image improvements.
  class ImageImprovementsAccountLevelSettings
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end