Class Google::Cloud::Retail::V2::Catalog (v0.6.4)

The catalog configuration.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#display_name

def display_name() -> ::String
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.

#display_name=

def display_name=(value) -> ::String
Parameter
  • 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.

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.

#name

def name() -> ::String
Returns
  • (::String) — Required. Immutable. The fully qualified resource name of the catalog.

#name=

def name=(value) -> ::String
Parameter
  • value (::String) — Required. Immutable. The fully qualified resource name of the catalog.
Returns
  • (::String) — Required. Immutable. The fully qualified resource name of the catalog.

#product_level_config

def product_level_config() -> ::Google::Cloud::Retail::V2::ProductLevelConfig
Returns

#product_level_config=

def product_level_config=(value) -> ::Google::Cloud::Retail::V2::ProductLevelConfig
Parameter
Returns