Class DeployedIndex.Builder (0.2.0)

public static final class DeployedIndex.Builder extends GeneratedMessageV3.Builder<DeployedIndex.Builder> implements DeployedIndexOrBuilder

A deployment of an Index.

Protobuf type google.cloud.visionai.v1.DeployedIndex

Static Methods

getDescriptor()

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

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

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

build()

public DeployedIndex build()
Returns
Type Description
DeployedIndex

buildPartial()

public DeployedIndex buildPartial()
Returns
Type Description
DeployedIndex

clear()

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

clearField(Descriptors.FieldDescriptor field)

public DeployedIndex.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
DeployedIndex.Builder
Overrides

clearIndex()

public DeployedIndex.Builder clearIndex()

Required. Name of the deployed Index. Format: projects/{project_number}/locations/{location_id}/corpora/{corpus_id}/indexes/{index_id}

string index = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
DeployedIndex.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

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

clone()

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

getDefaultInstanceForType()

public DeployedIndex getDefaultInstanceForType()
Returns
Type Description
DeployedIndex

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getIndex()

public String getIndex()

Required. Name of the deployed Index. Format: projects/{project_number}/locations/{location_id}/corpora/{corpus_id}/indexes/{index_id}

string index = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
String

The index.

getIndexBytes()

public ByteString getIndexBytes()

Required. Name of the deployed Index. Format: projects/{project_number}/locations/{location_id}/corpora/{corpus_id}/indexes/{index_id}

string index = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
ByteString

The bytes for index.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(DeployedIndex other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

mergeUnknownFields(UnknownFieldSet unknownFields)

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

setField(Descriptors.FieldDescriptor field, Object value)

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

setIndex(String value)

public DeployedIndex.Builder setIndex(String value)

Required. Name of the deployed Index. Format: projects/{project_number}/locations/{location_id}/corpora/{corpus_id}/indexes/{index_id}

string index = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Parameter
Name Description
value String

The index to set.

Returns
Type Description
DeployedIndex.Builder

This builder for chaining.

setIndexBytes(ByteString value)

public DeployedIndex.Builder setIndexBytes(ByteString value)

Required. Name of the deployed Index. Format: projects/{project_number}/locations/{location_id}/corpora/{corpus_id}/indexes/{index_id}

string index = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Parameter
Name Description
value ByteString

The bytes for index to set.

Returns
Type Description
DeployedIndex.Builder

This builder for chaining.

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

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

setUnknownFields(UnknownFieldSet unknownFields)

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