Class MutateDeployedIndexOperationMetadata.Builder (3.16.0)

public static final class MutateDeployedIndexOperationMetadata.Builder extends GeneratedMessageV3.Builder<MutateDeployedIndexOperationMetadata.Builder> implements MutateDeployedIndexOperationMetadataOrBuilder

Runtime operation information for IndexEndpointService.MutateDeployedIndex.

Protobuf type google.cloud.aiplatform.v1beta1.MutateDeployedIndexOperationMetadata

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 MutateDeployedIndexOperationMetadata.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Overrides

build()

public MutateDeployedIndexOperationMetadata build()

buildPartial()

public MutateDeployedIndexOperationMetadata buildPartial()

clear()

public MutateDeployedIndexOperationMetadata.Builder clear()
Overrides

clearDeployedIndexId()

public MutateDeployedIndexOperationMetadata.Builder clearDeployedIndexId()

The unique index id specified by user

string deployed_index_id = 2;

Returns
TypeDescription
MutateDeployedIndexOperationMetadata.Builder

This builder for chaining.

clearField(Descriptors.FieldDescriptor field)

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

clearGenericMetadata()

public MutateDeployedIndexOperationMetadata.Builder clearGenericMetadata()

The operation generic information.

.google.cloud.aiplatform.v1beta1.GenericOperationMetadata generic_metadata = 1;

clearOneof(Descriptors.OneofDescriptor oneof)

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

clone()

public MutateDeployedIndexOperationMetadata.Builder clone()
Overrides

getDefaultInstanceForType()

public MutateDeployedIndexOperationMetadata getDefaultInstanceForType()

getDeployedIndexId()

public String getDeployedIndexId()

The unique index id specified by user

string deployed_index_id = 2;

Returns
TypeDescription
String

The deployedIndexId.

getDeployedIndexIdBytes()

public ByteString getDeployedIndexIdBytes()

The unique index id specified by user

string deployed_index_id = 2;

Returns
TypeDescription
ByteString

The bytes for deployedIndexId.

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getGenericMetadata()

public GenericOperationMetadata getGenericMetadata()

The operation generic information.

.google.cloud.aiplatform.v1beta1.GenericOperationMetadata generic_metadata = 1;

Returns
TypeDescription
GenericOperationMetadata

The genericMetadata.

getGenericMetadataBuilder()

public GenericOperationMetadata.Builder getGenericMetadataBuilder()

The operation generic information.

.google.cloud.aiplatform.v1beta1.GenericOperationMetadata generic_metadata = 1;

Returns
TypeDescription
GenericOperationMetadata.Builder

getGenericMetadataOrBuilder()

public GenericOperationMetadataOrBuilder getGenericMetadataOrBuilder()

The operation generic information.

.google.cloud.aiplatform.v1beta1.GenericOperationMetadata generic_metadata = 1;

Returns
TypeDescription
GenericOperationMetadataOrBuilder

hasGenericMetadata()

public boolean hasGenericMetadata()

The operation generic information.

.google.cloud.aiplatform.v1beta1.GenericOperationMetadata generic_metadata = 1;

Returns
TypeDescription
boolean

Whether the genericMetadata field is set.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(MutateDeployedIndexOperationMetadata other)

public MutateDeployedIndexOperationMetadata.Builder mergeFrom(MutateDeployedIndexOperationMetadata other)
Parameter
NameDescription
otherMutateDeployedIndexOperationMetadata

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

mergeGenericMetadata(GenericOperationMetadata value)

public MutateDeployedIndexOperationMetadata.Builder mergeGenericMetadata(GenericOperationMetadata value)

The operation generic information.

.google.cloud.aiplatform.v1beta1.GenericOperationMetadata generic_metadata = 1;

Parameter
NameDescription
valueGenericOperationMetadata

mergeUnknownFields(UnknownFieldSet unknownFields)

public final MutateDeployedIndexOperationMetadata.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Overrides

setDeployedIndexId(String value)

public MutateDeployedIndexOperationMetadata.Builder setDeployedIndexId(String value)

The unique index id specified by user

string deployed_index_id = 2;

Parameter
NameDescription
valueString

The deployedIndexId to set.

Returns
TypeDescription
MutateDeployedIndexOperationMetadata.Builder

This builder for chaining.

setDeployedIndexIdBytes(ByteString value)

public MutateDeployedIndexOperationMetadata.Builder setDeployedIndexIdBytes(ByteString value)

The unique index id specified by user

string deployed_index_id = 2;

Parameter
NameDescription
valueByteString

The bytes for deployedIndexId to set.

Returns
TypeDescription
MutateDeployedIndexOperationMetadata.Builder

This builder for chaining.

setField(Descriptors.FieldDescriptor field, Object value)

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

setGenericMetadata(GenericOperationMetadata value)

public MutateDeployedIndexOperationMetadata.Builder setGenericMetadata(GenericOperationMetadata value)

The operation generic information.

.google.cloud.aiplatform.v1beta1.GenericOperationMetadata generic_metadata = 1;

Parameter
NameDescription
valueGenericOperationMetadata

setGenericMetadata(GenericOperationMetadata.Builder builderForValue)

public MutateDeployedIndexOperationMetadata.Builder setGenericMetadata(GenericOperationMetadata.Builder builderForValue)

The operation generic information.

.google.cloud.aiplatform.v1beta1.GenericOperationMetadata generic_metadata = 1;

Parameter
NameDescription
builderForValueGenericOperationMetadata.Builder

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

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

setUnknownFields(UnknownFieldSet unknownFields)

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