Interface BatchRemoveCatalogAttributesRequestOrBuilder (2.44.0)

public interface BatchRemoveCatalogAttributesRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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];

Parameter
Name Description
index int

The index of the element to return.

Returns
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];

Parameter
Name Description
index int

The index of the value to return.

Returns
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];

Returns
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];

Returns
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) = { ... }

Returns
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) = { ... }

Returns
Type Description
ByteString

The bytes for attributesConfig.