Class: Google::Cloud::Retail::V2::Catalog
- Inherits:
-
Object
- Object
- Google::Cloud::Retail::V2::Catalog
- 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
-
#display_name ⇒ ::String
Required.
-
#name ⇒ ::String
Required.
-
#product_level_config ⇒ ::Google::Cloud::Retail::V2::ProductLevelConfig
Required.
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.
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.
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.
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 |