public interface RemoveCatalogAttributeRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAttributesConfig()
public abstract String getAttributesConfig()Required. Full AttributesConfig resource name. Format: projects/{project_number}/locations/{location_id}/catalogs/{catalog_id}/attributesConfig
string attributes_config = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Type | Description |
| String | The attributesConfig. |
getAttributesConfigBytes()
public abstract ByteString getAttributesConfigBytes()Required. Full AttributesConfig resource name. Format: projects/{project_number}/locations/{location_id}/catalogs/{catalog_id}/attributesConfig
string attributes_config = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Type | Description |
| ByteString | The bytes for attributesConfig. |
getKey()
public abstract String getKey()Required. The attribute name key of the CatalogAttribute to remove.
string key = 2 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| String | The key. |
getKeyBytes()
public abstract ByteString getKeyBytes()Required. The attribute name key of the CatalogAttribute to remove.
string key = 2 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| ByteString | The bytes for key. |