Class MutateDeployedIndexOperationMetadata.Builder (3.84.0)

public static final class MutateDeployedIndexOperationMetadata.Builder extends GeneratedMessage.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
Type Description
Descriptor

Methods

build()

public MutateDeployedIndexOperationMetadata build()
Returns
Type Description
MutateDeployedIndexOperationMetadata

buildPartial()

public MutateDeployedIndexOperationMetadata buildPartial()
Returns
Type Description
MutateDeployedIndexOperationMetadata

clear()

public MutateDeployedIndexOperationMetadata.Builder clear()
Returns
Type Description
MutateDeployedIndexOperationMetadata.Builder
Overrides

clearDeployedIndexId()

public MutateDeployedIndexOperationMetadata.Builder clearDeployedIndexId()

The unique index id specified by user

string deployed_index_id = 2;

Returns
Type Description
MutateDeployedIndexOperationMetadata.Builder

This builder for chaining.

clearGenericMetadata()

public MutateDeployedIndexOperationMetadata.Builder clearGenericMetadata()

The operation generic information.

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

Returns
Type Description
MutateDeployedIndexOperationMetadata.Builder

getDefaultInstanceForType()

public MutateDeployedIndexOperationMetadata getDefaultInstanceForType()
Returns
Type Description
MutateDeployedIndexOperationMetadata

getDeployedIndexId()

public String getDeployedIndexId()

The unique index id specified by user

string deployed_index_id = 2;

Returns
Type Description
String

The deployedIndexId.

getDeployedIndexIdBytes()

public ByteString getDeployedIndexIdBytes()

The unique index id specified by user

string deployed_index_id = 2;

Returns
Type Description
ByteString

The bytes for deployedIndexId.

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getGenericMetadata()

public GenericOperationMetadata getGenericMetadata()

The operation generic information.

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

Returns
Type Description
GenericOperationMetadata

The genericMetadata.

getGenericMetadataBuilder()

public GenericOperationMetadata.Builder getGenericMetadataBuilder()

The operation generic information.

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

Returns
Type Description
GenericOperationMetadata.Builder

getGenericMetadataOrBuilder()

public GenericOperationMetadataOrBuilder getGenericMetadataOrBuilder()

The operation generic information.

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

Returns
Type Description
GenericOperationMetadataOrBuilder

hasGenericMetadata()

public boolean hasGenericMetadata()

The operation generic information.

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

Returns
Type Description
boolean

Whether the genericMetadata field is set.

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(MutateDeployedIndexOperationMetadata other)

public MutateDeployedIndexOperationMetadata.Builder mergeFrom(MutateDeployedIndexOperationMetadata other)
Parameter
Name Description
other MutateDeployedIndexOperationMetadata
Returns
Type Description
MutateDeployedIndexOperationMetadata.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public MutateDeployedIndexOperationMetadata.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
MutateDeployedIndexOperationMetadata.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public MutateDeployedIndexOperationMetadata.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
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
Name Description
value GenericOperationMetadata
Returns
Type Description
MutateDeployedIndexOperationMetadata.Builder

setDeployedIndexId(String value)

public MutateDeployedIndexOperationMetadata.Builder setDeployedIndexId(String value)

The unique index id specified by user

string deployed_index_id = 2;

Parameter
Name Description
value String

The deployedIndexId to set.

Returns
Type Description
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
Name Description
value ByteString

The bytes for deployedIndexId to set.

Returns
Type Description
MutateDeployedIndexOperationMetadata.Builder

This builder for chaining.

setGenericMetadata(GenericOperationMetadata value)

public MutateDeployedIndexOperationMetadata.Builder setGenericMetadata(GenericOperationMetadata value)

The operation generic information.

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

Parameter
Name Description
value GenericOperationMetadata
Returns
Type Description
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
Name Description
builderForValue GenericOperationMetadata.Builder
Returns
Type Description
MutateDeployedIndexOperationMetadata.Builder