- 2.80.0 (latest)
- 2.78.0
- 2.77.0
- 2.76.0
- 2.75.0
- 2.74.0
- 2.72.0
- 2.70.0
- 2.69.0
- 2.66.0
- 2.65.0
- 2.64.0
- 2.62.0
- 2.61.0
- 2.60.0
- 2.59.0
- 2.58.0
- 2.57.0
- 2.56.0
- 2.55.0
- 2.54.0
- 2.53.0
- 2.51.0
- 2.50.0
- 2.49.0
- 2.48.0
- 2.47.0
- 2.46.0
- 2.45.0
- 2.44.0
- 2.43.0
- 2.42.0
- 2.41.0
- 2.39.0
- 2.38.0
- 2.37.0
- 2.36.0
- 2.35.0
- 2.34.0
- 2.33.0
- 2.32.0
- 2.31.0
- 2.30.0
- 2.29.0
- 2.26.0
- 2.25.0
- 2.24.0
- 2.23.0
- 2.22.0
- 2.21.0
- 2.20.0
- 2.19.0
- 2.18.0
- 2.17.0
- 2.16.0
- 2.15.0
- 2.14.0
- 2.13.0
- 2.11.0
- 2.10.0
- 2.9.0
- 2.8.0
- 2.7.0
- 2.6.0
- 2.5.1
- 2.4.0
- 2.3.0
- 2.2.3
- 2.1.0
- 2.0.19
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()| 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 | StringThe 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 | ByteStringThe 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 | |
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 | |
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 | |
clearOneof(Descriptors.OneofDescriptor oneof)
public BatchRemoveCatalogAttributesRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Parameter | |
|---|---|
| Name | Description | 
| oneof | OneofDescriptor | 
| Returns | |
|---|---|
| Type | Description | 
| BatchRemoveCatalogAttributesRequest.Builder | |
clone()
public BatchRemoveCatalogAttributesRequest.Builder clone()| Returns | |
|---|---|
| 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];
| Parameter | |
|---|---|
| Name | Description | 
| index | intThe 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 | intThe 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 | |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description | 
| FieldAccessorTable | |
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description | 
| boolean | |
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 | |
| Exceptions | |
|---|---|
| Type | Description | 
| IOException | |
mergeFrom(Message other)
public BatchRemoveCatalogAttributesRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description | 
| other | Message | 
| Returns | |
|---|---|
| Type | Description | 
| BatchRemoveCatalogAttributesRequest.Builder | |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final BatchRemoveCatalogAttributesRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description | 
| unknownFields | UnknownFieldSet | 
| Returns | |
|---|---|
| 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];
| Parameters | |
|---|---|
| Name | Description | 
| index | intThe index to set the value at. | 
| value | StringThe 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 | StringThe 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 | ByteStringThe 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 | |
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 | |
setUnknownFields(UnknownFieldSet unknownFields)
public final BatchRemoveCatalogAttributesRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description | 
| unknownFields | UnknownFieldSet | 
| Returns | |
|---|---|
| Type | Description | 
| BatchRemoveCatalogAttributesRequest.Builder | |