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
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
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
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 |