Reference documentation and code samples for the Retail V2 API class Google::Cloud::Retail::V2::Catalog.
The catalog configuration.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#display_name
def display_name() -> ::String
-
(::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.
#display_name=
def display_name=(value) -> ::String
-
value (::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.
-
(::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.
#name
def name() -> ::String
- (::String) — Required. Immutable. The fully qualified resource name of the catalog.
#name=
def name=(value) -> ::String
- value (::String) — Required. Immutable. The fully qualified resource name of the catalog.
- (::String) — Required. Immutable. The fully qualified resource name of the catalog.
#product_level_config
def product_level_config() -> ::Google::Cloud::Retail::V2::ProductLevelConfig
- (::Google::Cloud::Retail::V2::ProductLevelConfig) — Required. The product level configuration.
#product_level_config=
def product_level_config=(value) -> ::Google::Cloud::Retail::V2::ProductLevelConfig
- value (::Google::Cloud::Retail::V2::ProductLevelConfig) — Required. The product level configuration.
- (::Google::Cloud::Retail::V2::ProductLevelConfig) — Required. The product level configuration.