public static final class BatchRemoveCatalogAttributesRequest.Builder extends GeneratedMessageV3.Builder<BatchRemoveCatalogAttributesRequest.Builder> implements BatchRemoveCatalogAttributesRequestOrBuilderRequest for CatalogService.BatchRemoveCatalogAttributes method.
Protobuf type google.cloud.retail.v2beta.BatchRemoveCatalogAttributesRequest
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > BatchRemoveCatalogAttributesRequest.BuilderImplements
BatchRemoveCatalogAttributesRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| 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];
| Name | Description |
| values | Iterable<String>The attributeKeys to add. |
| 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];
| Name | Description |
| value | StringThe attributeKeys to add. |
| 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];
| Name | Description |
| value | ByteStringThe bytes of the attributeKeys to add. |
| Type | Description |
| BatchRemoveCatalogAttributesRequest.Builder | This builder for chaining. |
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public BatchRemoveCatalogAttributesRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Name | Description |
| field | FieldDescriptor |
| value | Object |
| Type | Description |
| BatchRemoveCatalogAttributesRequest.Builder |
build()
public BatchRemoveCatalogAttributesRequest build()| Type | Description |
| BatchRemoveCatalogAttributesRequest |
buildPartial()
public BatchRemoveCatalogAttributesRequest buildPartial()| Type | Description |
| BatchRemoveCatalogAttributesRequest |
clear()
public BatchRemoveCatalogAttributesRequest.Builder clear()| Type | Description |
| BatchRemoveCatalogAttributesRequest.Builder |
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];
| 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) = { ... }
| Type | Description |
| BatchRemoveCatalogAttributesRequest.Builder | This builder for chaining. |
clearField(Descriptors.FieldDescriptor field)
public BatchRemoveCatalogAttributesRequest.Builder clearField(Descriptors.FieldDescriptor field)| Name | Description |
| field | FieldDescriptor |
| Type | Description |
| BatchRemoveCatalogAttributesRequest.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public BatchRemoveCatalogAttributesRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Name | Description |
| oneof | OneofDescriptor |
| Type | Description |
| BatchRemoveCatalogAttributesRequest.Builder |
clone()
public BatchRemoveCatalogAttributesRequest.Builder clone()| Type | Description |
| BatchRemoveCatalogAttributesRequest.Builder |
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];
| Name | Description |
| index | intThe index of the element to return. |
| 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];
| Name | Description |
| index | intThe index of the value to return. |
| 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];
| 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];
| 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) = { ... }
| 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) = { ... }
| Type | Description |
| ByteString | The bytes for attributesConfig. |
getDefaultInstanceForType()
public BatchRemoveCatalogAttributesRequest getDefaultInstanceForType()| Type | Description |
| BatchRemoveCatalogAttributesRequest |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Type | Description |
| Descriptor |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Type | Description |
| FieldAccessorTable |
isInitialized()
public final boolean isInitialized()| Type | Description |
| boolean |
mergeFrom(BatchRemoveCatalogAttributesRequest other)
public BatchRemoveCatalogAttributesRequest.Builder mergeFrom(BatchRemoveCatalogAttributesRequest other)| Name | Description |
| other | BatchRemoveCatalogAttributesRequest |
| Type | Description |
| BatchRemoveCatalogAttributesRequest.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public BatchRemoveCatalogAttributesRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Name | Description |
| input | CodedInputStream |
| extensionRegistry | ExtensionRegistryLite |
| Type | Description |
| BatchRemoveCatalogAttributesRequest.Builder |
| Type | Description |
| IOException |
mergeFrom(Message other)
public BatchRemoveCatalogAttributesRequest.Builder mergeFrom(Message other)| Name | Description |
| other | Message |
| Type | Description |
| BatchRemoveCatalogAttributesRequest.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final BatchRemoveCatalogAttributesRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Name | Description |
| unknownFields | UnknownFieldSet |
| Type | Description |
| BatchRemoveCatalogAttributesRequest.Builder |
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];
| Name | Description |
| index | intThe index to set the value at. |
| value | StringThe attributeKeys to set. |
| 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) = { ... }
| Name | Description |
| value | StringThe attributesConfig to set. |
| 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) = { ... }
| Name | Description |
| value | ByteStringThe bytes for attributesConfig to set. |
| Type | Description |
| BatchRemoveCatalogAttributesRequest.Builder | This builder for chaining. |
setField(Descriptors.FieldDescriptor field, Object value)
public BatchRemoveCatalogAttributesRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)| Name | Description |
| field | FieldDescriptor |
| value | Object |
| Type | Description |
| BatchRemoveCatalogAttributesRequest.Builder |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public BatchRemoveCatalogAttributesRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Name | Description |
| field | FieldDescriptor |
| index | int |
| value | Object |
| Type | Description |
| BatchRemoveCatalogAttributesRequest.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final BatchRemoveCatalogAttributesRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)| Name | Description |
| unknownFields | UnknownFieldSet |
| Type | Description |
| BatchRemoveCatalogAttributesRequest.Builder |