Class IndexAssetRequest.Builder (0.2.0)

public static final class IndexAssetRequest.Builder extends GeneratedMessageV3.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

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public IndexAssetRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
IndexAssetRequest.Builder
Overrides

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

clearField(Descriptors.FieldDescriptor field)

public IndexAssetRequest.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
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.

clearOneof(Descriptors.OneofDescriptor oneof)

public IndexAssetRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
IndexAssetRequest.Builder
Overrides

clone()

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

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 GeneratedMessageV3.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

mergeUnknownFields(UnknownFieldSet unknownFields)

public final IndexAssetRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
IndexAssetRequest.Builder
Overrides

setField(Descriptors.FieldDescriptor field, Object value)

public IndexAssetRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
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.

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public IndexAssetRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Returns
Type Description
IndexAssetRequest.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final IndexAssetRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
IndexAssetRequest.Builder
Overrides