Class MutateDeployedIndexResponse.Builder (3.9.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

com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)

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 Overrides

build()

public MutateDeployedIndexResponse build()
Returns

buildPartial()

public MutateDeployedIndexResponse buildPartial()
Returns

clear()

public MutateDeployedIndexResponse.Builder clear()
Returns Overrides

clearDeployedIndex()

public MutateDeployedIndexResponse.Builder clearDeployedIndex()

The DeployedIndex that had been updated in the IndexEndpoint.

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

Returns

clearField(Descriptors.FieldDescriptor field)

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

clearOneof(Descriptors.OneofDescriptor oneof)

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

clone()

public MutateDeployedIndexResponse.Builder clone()
Returns Overrides

getDefaultInstanceForType()

public MutateDeployedIndexResponse getDefaultInstanceForType()
Returns

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

mergeFrom(MutateDeployedIndexResponse other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

mergeUnknownFields(UnknownFieldSet unknownFields)

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

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

setField(Descriptors.FieldDescriptor field, Object value)

public MutateDeployedIndexResponse.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns 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 Overrides

setUnknownFields(UnknownFieldSet unknownFields)

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