Class RemoveIndexAssetRequest.Builder (0.40.0)

public static final class RemoveIndexAssetRequest.Builder extends GeneratedMessage.Builder<RemoveIndexAssetRequest.Builder> implements RemoveIndexAssetRequestOrBuilder

Request message for RemoveIndexAsset.

Protobuf type google.cloud.visionai.v1.RemoveIndexAssetRequest

Static 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
Overrides

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
Overrides

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
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

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
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

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

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 String

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

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

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

The bytes for name to set.

Returns
Type Description
RemoveIndexAssetRequest.Builder

This builder for chaining.