Reference documentation and code samples for the Retail V2 API class Google::Cloud::Retail::V2::RemoveCatalogAttributeRequest.
Request for CatalogService.RemoveCatalogAttribute method.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#attributes_config
def attributes_config() -> ::String
Returns
-
(::String) — Required. Full AttributesConfig resource name. Format:
projects/{project_number}/locations/{location_id}/catalogs/{catalog_id}/attributesConfig
#attributes_config=
def attributes_config=(value) -> ::String
Parameter
-
value (::String) — Required. Full AttributesConfig resource name. Format:
projects/{project_number}/locations/{location_id}/catalogs/{catalog_id}/attributesConfig
Returns
-
(::String) — Required. Full AttributesConfig resource name. Format:
projects/{project_number}/locations/{location_id}/catalogs/{catalog_id}/attributesConfig
#key
def key() -> ::String
Returns
- (::String) — Required. The attribute name key of the CatalogAttribute to remove.
#key=
def key=(value) -> ::String
Parameter
- value (::String) — Required. The attribute name key of the CatalogAttribute to remove.
Returns
- (::String) — Required. The attribute name key of the CatalogAttribute to remove.