Class: Google::Cloud::Retail::V2::AttributesConfig

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

Overview

Catalog level attribute config.

Defined Under Namespace

Classes: CatalogAttributesEntry

Instance Attribute Summary collapse

Instance Attribute Details

#attribute_config_level::Google::Cloud::Retail::V2::AttributeConfigLevel (readonly)



408
409
410
411
412
413
414
415
416
417
418
419
420
# File 'proto_docs/google/cloud/retail/v2/catalog.rb', line 408

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

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::Google::Cloud::Retail::V2::CatalogAttribute]
  class CatalogAttributesEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#catalog_attributes::Google::Protobuf::Map{::String => ::Google::Cloud::Retail::V2::CatalogAttribute}



408
409
410
411
412
413
414
415
416
417
418
419
420
# File 'proto_docs/google/cloud/retail/v2/catalog.rb', line 408

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

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::Google::Cloud::Retail::V2::CatalogAttribute]
  class CatalogAttributesEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#name::String



408
409
410
411
412
413
414
415
416
417
418
419
420
# File 'proto_docs/google/cloud/retail/v2/catalog.rb', line 408

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

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::Google::Cloud::Retail::V2::CatalogAttribute]
  class CatalogAttributesEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end