Class: Google::Cloud::Retail::V2::ReplaceCatalogAttributeRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/retail/v2/catalog_service.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#attributes_config::String

Returns Required. Full AttributesConfig resource name. Format: projects/{project_number}/locations/{location_id}/catalogs/{catalog_id}/attributesConfig.

Returns:

  • (::String)

    Required. Full AttributesConfig resource name. Format: projects/{project_number}/locations/{location_id}/catalogs/{catalog_id}/attributesConfig



290
291
292
293
# File 'proto_docs/google/cloud/retail/v2/catalog_service.rb', line 290

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

#catalog_attribute::Google::Cloud::Retail::V2::CatalogAttribute

Returns Required. The updated CatalogAttribute.

Returns:



290
291
292
293
# File 'proto_docs/google/cloud/retail/v2/catalog_service.rb', line 290

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

#update_mask::Google::Protobuf::FieldMask

Returns Indicates which fields in the provided CatalogAttribute to update. The following are NOT supported:

If not set, all supported fields are updated.

Returns:



290
291
292
293
# File 'proto_docs/google/cloud/retail/v2/catalog_service.rb', line 290

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