Class MutateDeployedIndexResponse.Builder (3.42.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
TypeDescription
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public MutateDeployedIndexResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
MutateDeployedIndexResponse.Builder
Overrides

build()

public MutateDeployedIndexResponse build()
Returns
TypeDescription
MutateDeployedIndexResponse

buildPartial()

public MutateDeployedIndexResponse buildPartial()
Returns
TypeDescription
MutateDeployedIndexResponse

clear()

public MutateDeployedIndexResponse.Builder clear()
Returns
TypeDescription
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
TypeDescription
MutateDeployedIndexResponse.Builder

clearField(Descriptors.FieldDescriptor field)

public MutateDeployedIndexResponse.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
MutateDeployedIndexResponse.Builder
Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

public MutateDeployedIndexResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
MutateDeployedIndexResponse.Builder
Overrides

clone()

public MutateDeployedIndexResponse.Builder clone()
Returns
TypeDescription
MutateDeployedIndexResponse.Builder
Overrides

getDefaultInstanceForType()

public MutateDeployedIndexResponse getDefaultInstanceForType()
Returns
TypeDescription
MutateDeployedIndexResponse

getDeployedIndex()

public DeployedIndex getDeployedIndex()

The DeployedIndex that had been updated in the IndexEndpoint.

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

Returns
TypeDescription
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
TypeDescription
DeployedIndex.Builder

getDeployedIndexOrBuilder()

public DeployedIndexOrBuilder getDeployedIndexOrBuilder()

The DeployedIndex that had been updated in the IndexEndpoint.

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

Returns
TypeDescription
DeployedIndexOrBuilder

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

hasDeployedIndex()

public boolean hasDeployedIndex()

The DeployedIndex that had been updated in the IndexEndpoint.

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

Returns
TypeDescription
boolean

Whether the deployedIndex field is set.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
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
NameDescription
valueDeployedIndex
Returns
TypeDescription
MutateDeployedIndexResponse.Builder

mergeFrom(MutateDeployedIndexResponse other)

public MutateDeployedIndexResponse.Builder mergeFrom(MutateDeployedIndexResponse other)
Parameter
NameDescription
otherMutateDeployedIndexResponse
Returns
TypeDescription
MutateDeployedIndexResponse.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public MutateDeployedIndexResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
MutateDeployedIndexResponse.Builder
Overrides
Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public MutateDeployedIndexResponse.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
MutateDeployedIndexResponse.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final MutateDeployedIndexResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
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
NameDescription
valueDeployedIndex
Returns
TypeDescription
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
NameDescription
builderForValueDeployedIndex.Builder
Returns
TypeDescription
MutateDeployedIndexResponse.Builder

setField(Descriptors.FieldDescriptor field, Object value)

public MutateDeployedIndexResponse.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
MutateDeployedIndexResponse.Builder
Overrides

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

public MutateDeployedIndexResponse.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
MutateDeployedIndexResponse.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final MutateDeployedIndexResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
MutateDeployedIndexResponse.Builder
Overrides