Class BatchRemoveCatalogAttributesRequest.Builder (2.44.0)

public static final class BatchRemoveCatalogAttributesRequest.Builder extends GeneratedMessageV3.Builder<BatchRemoveCatalogAttributesRequest.Builder> implements BatchRemoveCatalogAttributesRequestOrBuilder

Request for CatalogService.BatchRemoveCatalogAttributes method.

Protobuf type google.cloud.retail.v2alpha.BatchRemoveCatalogAttributesRequest

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

addAllAttributeKeys(Iterable<String> values)

public BatchRemoveCatalogAttributesRequest.Builder addAllAttributeKeys(Iterable<String> values)

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
values Iterable<String>

The attributeKeys to add.

Returns
Type Description
BatchRemoveCatalogAttributesRequest.Builder

This builder for chaining.

addAttributeKeys(String value)

public BatchRemoveCatalogAttributesRequest.Builder addAttributeKeys(String value)

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
value String

The attributeKeys to add.

Returns
Type Description
BatchRemoveCatalogAttributesRequest.Builder

This builder for chaining.

addAttributeKeysBytes(ByteString value)

public BatchRemoveCatalogAttributesRequest.Builder addAttributeKeysBytes(ByteString value)

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
value ByteString

The bytes of the attributeKeys to add.

Returns
Type Description
BatchRemoveCatalogAttributesRequest.Builder

This builder for chaining.

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public BatchRemoveCatalogAttributesRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
BatchRemoveCatalogAttributesRequest.Builder
Overrides

build()

public BatchRemoveCatalogAttributesRequest build()
Returns
Type Description
BatchRemoveCatalogAttributesRequest

buildPartial()

public BatchRemoveCatalogAttributesRequest buildPartial()
Returns
Type Description
BatchRemoveCatalogAttributesRequest

clear()

public BatchRemoveCatalogAttributesRequest.Builder clear()
Returns
Type Description
BatchRemoveCatalogAttributesRequest.Builder
Overrides

clearAttributeKeys()

public BatchRemoveCatalogAttributesRequest.Builder clearAttributeKeys()

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
BatchRemoveCatalogAttributesRequest.Builder

This builder for chaining.

clearAttributesConfig()

public BatchRemoveCatalogAttributesRequest.Builder clearAttributesConfig()

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
BatchRemoveCatalogAttributesRequest.Builder

This builder for chaining.

clearField(Descriptors.FieldDescriptor field)

public BatchRemoveCatalogAttributesRequest.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
BatchRemoveCatalogAttributesRequest.Builder
Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

public BatchRemoveCatalogAttributesRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
BatchRemoveCatalogAttributesRequest.Builder
Overrides

clone()

public BatchRemoveCatalogAttributesRequest.Builder clone()
Returns
Type Description
BatchRemoveCatalogAttributesRequest.Builder
Overrides

getAttributeKeys(int index)

public 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 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 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 ProtocolStringList 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
ProtocolStringList

A list containing the attributeKeys.

getAttributesConfig()

public 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 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.

getDefaultInstanceForType()

public BatchRemoveCatalogAttributesRequest getDefaultInstanceForType()
Returns
Type Description
BatchRemoveCatalogAttributesRequest

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(BatchRemoveCatalogAttributesRequest other)

public BatchRemoveCatalogAttributesRequest.Builder mergeFrom(BatchRemoveCatalogAttributesRequest other)
Parameter
Name Description
other BatchRemoveCatalogAttributesRequest
Returns
Type Description
BatchRemoveCatalogAttributesRequest.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public BatchRemoveCatalogAttributesRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
BatchRemoveCatalogAttributesRequest.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public BatchRemoveCatalogAttributesRequest.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
BatchRemoveCatalogAttributesRequest.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final BatchRemoveCatalogAttributesRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
BatchRemoveCatalogAttributesRequest.Builder
Overrides

setAttributeKeys(int index, String value)

public BatchRemoveCatalogAttributesRequest.Builder setAttributeKeys(int index, String value)

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

Parameters
Name Description
index int

The index to set the value at.

value String

The attributeKeys to set.

Returns
Type Description
BatchRemoveCatalogAttributesRequest.Builder

This builder for chaining.

setAttributesConfig(String value)

public BatchRemoveCatalogAttributesRequest.Builder setAttributesConfig(String value)

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

Parameter
Name Description
value String

The attributesConfig to set.

Returns
Type Description
BatchRemoveCatalogAttributesRequest.Builder

This builder for chaining.

setAttributesConfigBytes(ByteString value)

public BatchRemoveCatalogAttributesRequest.Builder setAttributesConfigBytes(ByteString value)

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

Parameter
Name Description
value ByteString

The bytes for attributesConfig to set.

Returns
Type Description
BatchRemoveCatalogAttributesRequest.Builder

This builder for chaining.

setField(Descriptors.FieldDescriptor field, Object value)

public BatchRemoveCatalogAttributesRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
BatchRemoveCatalogAttributesRequest.Builder
Overrides

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public BatchRemoveCatalogAttributesRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Returns
Type Description
BatchRemoveCatalogAttributesRequest.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final BatchRemoveCatalogAttributesRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
BatchRemoveCatalogAttributesRequest.Builder
Overrides