Class BatchRemoveCatalogAttributesRequest.Builder (2.43.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
TypeDescription
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
NameDescription
valuesIterable<String>

The attributeKeys to add.

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

The attributeKeys to add.

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

The bytes of the attributeKeys to add.

Returns
TypeDescription
BatchRemoveCatalogAttributesRequest.Builder

This builder for chaining.

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public BatchRemoveCatalogAttributesRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
BatchRemoveCatalogAttributesRequest.Builder
Overrides

build()

public BatchRemoveCatalogAttributesRequest build()
Returns
TypeDescription
BatchRemoveCatalogAttributesRequest

buildPartial()

public BatchRemoveCatalogAttributesRequest buildPartial()
Returns
TypeDescription
BatchRemoveCatalogAttributesRequest

clear()

public BatchRemoveCatalogAttributesRequest.Builder clear()
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
BatchRemoveCatalogAttributesRequest.Builder

This builder for chaining.

clearField(Descriptors.FieldDescriptor field)

public BatchRemoveCatalogAttributesRequest.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
BatchRemoveCatalogAttributesRequest.Builder
Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

public BatchRemoveCatalogAttributesRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
BatchRemoveCatalogAttributesRequest.Builder
Overrides

clone()

public BatchRemoveCatalogAttributesRequest.Builder clone()
Returns
TypeDescription
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
NameDescription
indexint

The index of the element to return.

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

The index of the value to return.

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

The bytes for attributesConfig.

getDefaultInstanceForType()

public BatchRemoveCatalogAttributesRequest getDefaultInstanceForType()
Returns
TypeDescription
BatchRemoveCatalogAttributesRequest

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(BatchRemoveCatalogAttributesRequest other)

public BatchRemoveCatalogAttributesRequest.Builder mergeFrom(BatchRemoveCatalogAttributesRequest other)
Parameter
NameDescription
otherBatchRemoveCatalogAttributesRequest
Returns
TypeDescription
BatchRemoveCatalogAttributesRequest.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public BatchRemoveCatalogAttributesRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
BatchRemoveCatalogAttributesRequest.Builder
Overrides
Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public BatchRemoveCatalogAttributesRequest.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
BatchRemoveCatalogAttributesRequest.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final BatchRemoveCatalogAttributesRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
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
NameDescription
indexint

The index to set the value at.

valueString

The attributeKeys to set.

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

The attributesConfig to set.

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

The bytes for attributesConfig to set.

Returns
TypeDescription
BatchRemoveCatalogAttributesRequest.Builder

This builder for chaining.

setField(Descriptors.FieldDescriptor field, Object value)

public BatchRemoveCatalogAttributesRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
BatchRemoveCatalogAttributesRequest.Builder
Overrides

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

public BatchRemoveCatalogAttributesRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
BatchRemoveCatalogAttributesRequest.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final BatchRemoveCatalogAttributesRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
BatchRemoveCatalogAttributesRequest.Builder
Overrides