public static final class RemoveIndexAssetRequest.Builder extends GeneratedMessage.Builder<RemoveIndexAssetRequest.Builder> implements RemoveIndexAssetRequestOrBuilderRequest message for RemoveIndexAsset.
Protobuf type google.cloud.visionai.v1.RemoveIndexAssetRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > RemoveIndexAssetRequest.BuilderImplements
RemoveIndexAssetRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public RemoveIndexAssetRequest build()| Returns | |
|---|---|
| Type | Description |
RemoveIndexAssetRequest |
|
buildPartial()
public RemoveIndexAssetRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
RemoveIndexAssetRequest |
|
clear()
public RemoveIndexAssetRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
RemoveIndexAssetRequest.Builder |
|
clearIndex()
public RemoveIndexAssetRequest.Builder clearIndex() Optional. The name of the index.
Format:
projects/{project_number}/locations/{location}/corpora/{corpus}/indexes/{index}
string index = 2 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
RemoveIndexAssetRequest.Builder |
This builder for chaining. |
clearName()
public RemoveIndexAssetRequest.Builder clearName() Required. The resource name of the asset to index.
Format:
projects/{project_number}/locations/{location_id}/corpora/{corpus_id}/assets/{asset_id}
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
RemoveIndexAssetRequest.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public RemoveIndexAssetRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
RemoveIndexAssetRequest |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getIndex()
public String getIndex() Optional. The name of the index.
Format:
projects/{project_number}/locations/{location}/corpora/{corpus}/indexes/{index}
string index = 2 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The index. |
getIndexBytes()
public ByteString getIndexBytes() Optional. The name of the index.
Format:
projects/{project_number}/locations/{location}/corpora/{corpus}/indexes/{index}
string index = 2 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for index. |
getName()
public String getName() Required. The resource name of the asset to index.
Format:
projects/{project_number}/locations/{location_id}/corpora/{corpus_id}/assets/{asset_id}
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The name. |
getNameBytes()
public ByteString getNameBytes() Required. The resource name of the asset to index.
Format:
projects/{project_number}/locations/{location_id}/corpora/{corpus_id}/assets/{asset_id}
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for name. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(RemoveIndexAssetRequest other)
public RemoveIndexAssetRequest.Builder mergeFrom(RemoveIndexAssetRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
RemoveIndexAssetRequest |
| Returns | |
|---|---|
| Type | Description |
RemoveIndexAssetRequest.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public RemoveIndexAssetRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
RemoveIndexAssetRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public RemoveIndexAssetRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
RemoveIndexAssetRequest.Builder |
|
setIndex(String value)
public RemoveIndexAssetRequest.Builder setIndex(String value) Optional. The name of the index.
Format:
projects/{project_number}/locations/{location}/corpora/{corpus}/indexes/{index}
string index = 2 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe index to set. |
| Returns | |
|---|---|
| Type | Description |
RemoveIndexAssetRequest.Builder |
This builder for chaining. |
setIndexBytes(ByteString value)
public RemoveIndexAssetRequest.Builder setIndexBytes(ByteString value) Optional. The name of the index.
Format:
projects/{project_number}/locations/{location}/corpora/{corpus}/indexes/{index}
string index = 2 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for index to set. |
| Returns | |
|---|---|
| Type | Description |
RemoveIndexAssetRequest.Builder |
This builder for chaining. |
setName(String value)
public RemoveIndexAssetRequest.Builder setName(String value) Required. The resource name of the asset to index.
Format:
projects/{project_number}/locations/{location_id}/corpora/{corpus_id}/assets/{asset_id}
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe name to set. |
| Returns | |
|---|---|
| Type | Description |
RemoveIndexAssetRequest.Builder |
This builder for chaining. |
setNameBytes(ByteString value)
public RemoveIndexAssetRequest.Builder setNameBytes(ByteString value) Required. The resource name of the asset to index.
Format:
projects/{project_number}/locations/{location_id}/corpora/{corpus_id}/assets/{asset_id}
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for name to set. |
| Returns | |
|---|---|
| Type | Description |
RemoveIndexAssetRequest.Builder |
This builder for chaining. |