Interface BatchRemoveCatalogAttributesRequestOrBuilder (2.43.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
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
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
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
ByteString

The bytes for attributesConfig.