Class DeployIndexResponse.Builder (3.44.0)

public static final class DeployIndexResponse.Builder extends GeneratedMessageV3.Builder<DeployIndexResponse.Builder> implements DeployIndexResponseOrBuilder

Response message for IndexEndpointService.DeployIndex.

Protobuf type google.cloud.aiplatform.v1.DeployIndexResponse

Static Methods

getDescriptor()

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

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

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

build()

public DeployIndexResponse build()
Returns
Type Description
DeployIndexResponse

buildPartial()

public DeployIndexResponse buildPartial()
Returns
Type Description
DeployIndexResponse

clear()

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

clearDeployedIndex()

public DeployIndexResponse.Builder clearDeployedIndex()

The DeployedIndex that had been deployed in the IndexEndpoint.

.google.cloud.aiplatform.v1.DeployedIndex deployed_index = 1;

Returns
Type Description
DeployIndexResponse.Builder

clearField(Descriptors.FieldDescriptor field)

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

clearOneof(Descriptors.OneofDescriptor oneof)

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

clone()

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

getDefaultInstanceForType()

public DeployIndexResponse getDefaultInstanceForType()
Returns
Type Description
DeployIndexResponse

getDeployedIndex()

public DeployedIndex getDeployedIndex()

The DeployedIndex that had been deployed in the IndexEndpoint.

.google.cloud.aiplatform.v1.DeployedIndex deployed_index = 1;

Returns
Type Description
DeployedIndex

The deployedIndex.

getDeployedIndexBuilder()

public DeployedIndex.Builder getDeployedIndexBuilder()

The DeployedIndex that had been deployed in the IndexEndpoint.

.google.cloud.aiplatform.v1.DeployedIndex deployed_index = 1;

Returns
Type Description
DeployedIndex.Builder

getDeployedIndexOrBuilder()

public DeployedIndexOrBuilder getDeployedIndexOrBuilder()

The DeployedIndex that had been deployed in the IndexEndpoint.

.google.cloud.aiplatform.v1.DeployedIndex deployed_index = 1;

Returns
Type Description
DeployedIndexOrBuilder

getDescriptorForType()

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

hasDeployedIndex()

public boolean hasDeployedIndex()

The DeployedIndex that had been deployed in the IndexEndpoint.

.google.cloud.aiplatform.v1.DeployedIndex deployed_index = 1;

Returns
Type Description
boolean

Whether the deployedIndex field is set.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeDeployedIndex(DeployedIndex value)

public DeployIndexResponse.Builder mergeDeployedIndex(DeployedIndex value)

The DeployedIndex that had been deployed in the IndexEndpoint.

.google.cloud.aiplatform.v1.DeployedIndex deployed_index = 1;

Parameter
Name Description
value DeployedIndex
Returns
Type Description
DeployIndexResponse.Builder

mergeFrom(DeployIndexResponse other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

mergeUnknownFields(UnknownFieldSet unknownFields)

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

setDeployedIndex(DeployedIndex value)

public DeployIndexResponse.Builder setDeployedIndex(DeployedIndex value)

The DeployedIndex that had been deployed in the IndexEndpoint.

.google.cloud.aiplatform.v1.DeployedIndex deployed_index = 1;

Parameter
Name Description
value DeployedIndex
Returns
Type Description
DeployIndexResponse.Builder

setDeployedIndex(DeployedIndex.Builder builderForValue)

public DeployIndexResponse.Builder setDeployedIndex(DeployedIndex.Builder builderForValue)

The DeployedIndex that had been deployed in the IndexEndpoint.

.google.cloud.aiplatform.v1.DeployedIndex deployed_index = 1;

Parameter
Name Description
builderForValue DeployedIndex.Builder
Returns
Type Description
DeployIndexResponse.Builder

setField(Descriptors.FieldDescriptor field, Object value)

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

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

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

setUnknownFields(UnknownFieldSet unknownFields)

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