Class IndexAssetRequest.Builder (0.40.0)

public static final class IndexAssetRequest.Builder extends GeneratedMessage.Builder<IndexAssetRequest.Builder> implements IndexAssetRequestOrBuilder

Request message for IndexAsset.

Protobuf type google.cloud.visionai.v1.IndexAssetRequest

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

build()

public IndexAssetRequest build()
Returns
Type Description
IndexAssetRequest

buildPartial()

public IndexAssetRequest buildPartial()
Returns
Type Description
IndexAssetRequest

clear()

public IndexAssetRequest.Builder clear()
Returns
Type Description
IndexAssetRequest.Builder
Overrides

clearIndex()

public IndexAssetRequest.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
IndexAssetRequest.Builder

This builder for chaining.

clearName()

public IndexAssetRequest.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
IndexAssetRequest.Builder

This builder for chaining.

getDefaultInstanceForType()

public IndexAssetRequest getDefaultInstanceForType()
Returns
Type Description
IndexAssetRequest

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(IndexAssetRequest other)

public IndexAssetRequest.Builder mergeFrom(IndexAssetRequest other)
Parameter
Name Description
other IndexAssetRequest
Returns
Type Description
IndexAssetRequest.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public IndexAssetRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
IndexAssetRequest.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

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

setIndex(String value)

public IndexAssetRequest.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
IndexAssetRequest.Builder

This builder for chaining.

setIndexBytes(ByteString value)

public IndexAssetRequest.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
IndexAssetRequest.Builder

This builder for chaining.

setName(String value)

public IndexAssetRequest.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
IndexAssetRequest.Builder

This builder for chaining.

setNameBytes(ByteString value)

public IndexAssetRequest.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
IndexAssetRequest.Builder

This builder for chaining.