public interface BatchRemoveCatalogAttributesRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAttributeKeys(int index)
public abstract String getAttributeKeys(int index)Required. The attribute name keys of the CatalogAttributes to delete. A maximum of 1000 catalog attributes can be deleted in a batch.
repeated string attribute_keys = 2 [(.google.api.field_behavior) = REQUIRED];
| Name | Description |
| index | intThe index of the element to return. |
| Type | Description |
| String | The attributeKeys at the given index. |
getAttributeKeysBytes(int index)
public abstract ByteString getAttributeKeysBytes(int index)Required. The attribute name keys of the CatalogAttributes to delete. A maximum of 1000 catalog attributes can be deleted in a batch.
repeated string attribute_keys = 2 [(.google.api.field_behavior) = REQUIRED];
| Name | Description |
| index | intThe index of the value to return. |
| Type | Description |
| ByteString | The bytes of the attributeKeys at the given index. |
getAttributeKeysCount()
public abstract int getAttributeKeysCount()Required. The attribute name keys of the CatalogAttributes to delete. A maximum of 1000 catalog attributes can be deleted in a batch.
repeated string attribute_keys = 2 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| int | The count of attributeKeys. |
getAttributeKeysList()
public abstract List<String> getAttributeKeysList()Required. The attribute name keys of the CatalogAttributes to delete. A maximum of 1000 catalog attributes can be deleted in a batch.
repeated string attribute_keys = 2 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| List<String> | A list containing the attributeKeys. |
getAttributesConfig()
public abstract String getAttributesConfig() Required. The attributes config resource shared by all catalog attributes
being deleted. 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. The attributes config resource shared by all catalog attributes
being deleted. 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. |