Class DeployIndexResponse.Builder (3.84.0)

public static final class DeployIndexResponse.Builder extends GeneratedMessage.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

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

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

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