Class MutateDeployedIndexOperationMetadata.Builder (3.42.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

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

build()

public MutateDeployedIndexOperationMetadata build()
Returns
TypeDescription
MutateDeployedIndexOperationMetadata

buildPartial()

public MutateDeployedIndexOperationMetadata buildPartial()
Returns
TypeDescription
MutateDeployedIndexOperationMetadata

clear()

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

clearGenericMetadata()

public MutateDeployedIndexOperationMetadata.Builder clearGenericMetadata()

The operation generic information.

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

Returns
TypeDescription
MutateDeployedIndexOperationMetadata.Builder

clearOneof(Descriptors.OneofDescriptor oneof)

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

clone()

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

getDefaultInstanceForType()

public MutateDeployedIndexOperationMetadata getDefaultInstanceForType()
Returns
TypeDescription
MutateDeployedIndexOperationMetadata

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

public MutateDeployedIndexOperationMetadata.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
MutateDeployedIndexOperationMetadata.Builder
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
Returns
TypeDescription
MutateDeployedIndexOperationMetadata.Builder

mergeUnknownFields(UnknownFieldSet unknownFields)

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

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

setUnknownFields(UnknownFieldSet unknownFields)

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