Class MutateDeployedIndexResponse.Builder (3.44.0)

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

Response message for IndexEndpointService.MutateDeployedIndex.

Protobuf type google.cloud.aiplatform.v1beta1.MutateDeployedIndexResponse

Static Methods

getDescriptor()

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

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

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

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.v1beta1.DeployedIndex deployed_index = 1;

Returns
Type Description
MutateDeployedIndexResponse.Builder

clearField(Descriptors.FieldDescriptor field)

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

clearOneof(Descriptors.OneofDescriptor oneof)

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

clone()

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

getDefaultInstanceForType()

public MutateDeployedIndexResponse getDefaultInstanceForType()
Returns
Type Description
MutateDeployedIndexResponse

getDeployedIndex()

public DeployedIndex getDeployedIndex()

The DeployedIndex that had been updated in the IndexEndpoint.

.google.cloud.aiplatform.v1beta1.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.v1beta1.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.v1beta1.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.v1beta1.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 MutateDeployedIndexResponse.Builder mergeDeployedIndex(DeployedIndex value)

The DeployedIndex that had been updated in the IndexEndpoint.

.google.cloud.aiplatform.v1beta1.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

mergeUnknownFields(UnknownFieldSet unknownFields)

public final MutateDeployedIndexResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
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.v1beta1.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.v1beta1.DeployedIndex deployed_index = 1;

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

setField(Descriptors.FieldDescriptor field, Object value)

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

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

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

setUnknownFields(UnknownFieldSet unknownFields)

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