Class: Google::Cloud::Retail::V2::AddCatalogAttributeRequest

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



249
250
251
252
# File 'proto_docs/google/cloud/retail/v2/catalog_service.rb', line 249

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

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

Returns Required. The CatalogAttribute to add.



249
250
251
252
# File 'proto_docs/google/cloud/retail/v2/catalog_service.rb', line 249

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