Class MutateDeployedIndexResponse.Builder (3.84.0)

public static final class MutateDeployedIndexResponse.Builder extends GeneratedMessage.Builder<MutateDeployedIndexResponse.Builder> implements MutateDeployedIndexResponseOrBuilder

Response message for IndexEndpointService.MutateDeployedIndex.

Protobuf type google.cloud.aiplatform.v1.MutateDeployedIndexResponse

Static Methods

getDescriptor()

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

Methods

build()

public MutateDeployedIndexResponse build()
Returns
Type Description
MutateDeployedIndexResponse

buildPartial()

public MutateDeployedIndexResponse buildPartial()
Returns
Type Description
MutateDeployedIndexResponse

clear()

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

clearDeployedIndex()

public MutateDeployedIndexResponse.Builder clearDeployedIndex()

The DeployedIndex that had been updated in the IndexEndpoint.

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

Returns
Type Description
MutateDeployedIndexResponse.Builder

getDefaultInstanceForType()

public MutateDeployedIndexResponse getDefaultInstanceForType()
Returns
Type Description
MutateDeployedIndexResponse

getDeployedIndex()

public DeployedIndex getDeployedIndex()

The DeployedIndex that had been updated 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 updated 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 updated 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 updated 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 MutateDeployedIndexResponse.Builder mergeDeployedIndex(DeployedIndex value)

The DeployedIndex that had been updated in the IndexEndpoint.

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

Parameter
Name Description
value DeployedIndex
Returns
Type Description
MutateDeployedIndexResponse.Builder

mergeFrom(MutateDeployedIndexResponse other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setDeployedIndex(DeployedIndex value)

public MutateDeployedIndexResponse.Builder setDeployedIndex(DeployedIndex value)

The DeployedIndex that had been updated in the IndexEndpoint.

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

Parameter
Name Description
value DeployedIndex
Returns
Type Description
MutateDeployedIndexResponse.Builder

setDeployedIndex(DeployedIndex.Builder builderForValue)

public MutateDeployedIndexResponse.Builder setDeployedIndex(DeployedIndex.Builder builderForValue)

The DeployedIndex that had been updated in the IndexEndpoint.

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

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