Class: Google::Cloud::Retail::V2::Catalog

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

Overview

The catalog configuration.

Instance Attribute Summary collapse

Instance Attribute Details

#display_name::String

Returns Required. Immutable. The catalog display name.

This field must be a UTF-8 encoded string with a length limit of 128 characters. Otherwise, an INVALID_ARGUMENT error is returned.

Returns:

  • (::String)

    Required. Immutable. The catalog display name.

    This field must be a UTF-8 encoded string with a length limit of 128 characters. Otherwise, an INVALID_ARGUMENT error is returned.



509
510
511
512
# File 'proto_docs/google/cloud/retail/v2/catalog.rb', line 509

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

#name::String

Returns Required. Immutable. The fully qualified resource name of the catalog.

Returns:

  • (::String)

    Required. Immutable. The fully qualified resource name of the catalog.



509
510
511
512
# File 'proto_docs/google/cloud/retail/v2/catalog.rb', line 509

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

#product_level_config::Google::Cloud::Retail::V2::ProductLevelConfig

Returns Required. The product level configuration.

Returns:



509
510
511
512
# File 'proto_docs/google/cloud/retail/v2/catalog.rb', line 509

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