Class DeployIndexOperationMetadata.Builder (3.44.0)

public static final class DeployIndexOperationMetadata.Builder extends GeneratedMessageV3.Builder<DeployIndexOperationMetadata.Builder> implements DeployIndexOperationMetadataOrBuilder

Runtime operation information for IndexEndpointService.DeployIndex.

Protobuf type google.cloud.aiplatform.v1.DeployIndexOperationMetadata

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public DeployIndexOperationMetadata.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
DeployIndexOperationMetadata.Builder
Overrides

build()

public DeployIndexOperationMetadata build()
Returns
Type Description
DeployIndexOperationMetadata

buildPartial()

public DeployIndexOperationMetadata buildPartial()
Returns
Type Description
DeployIndexOperationMetadata

clear()

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

clearDeployedIndexId()

public DeployIndexOperationMetadata.Builder clearDeployedIndexId()

The unique index id specified by user

string deployed_index_id = 2;

Returns
Type Description
DeployIndexOperationMetadata.Builder

This builder for chaining.

clearField(Descriptors.FieldDescriptor field)

public DeployIndexOperationMetadata.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
DeployIndexOperationMetadata.Builder
Overrides

clearGenericMetadata()

public DeployIndexOperationMetadata.Builder clearGenericMetadata()

The operation generic information.

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

Returns
Type Description
DeployIndexOperationMetadata.Builder

clearOneof(Descriptors.OneofDescriptor oneof)

public DeployIndexOperationMetadata.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
DeployIndexOperationMetadata.Builder
Overrides

clone()

public DeployIndexOperationMetadata.Builder clone()
Returns
Type Description
DeployIndexOperationMetadata.Builder
Overrides

getDefaultInstanceForType()

public DeployIndexOperationMetadata getDefaultInstanceForType()
Returns
Type Description
DeployIndexOperationMetadata

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.v1.GenericOperationMetadata generic_metadata = 1;

Returns
Type Description
GenericOperationMetadata

The genericMetadata.

getGenericMetadataBuilder()

public GenericOperationMetadata.Builder getGenericMetadataBuilder()

The operation generic information.

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

Returns
Type Description
GenericOperationMetadata.Builder

getGenericMetadataOrBuilder()

public GenericOperationMetadataOrBuilder getGenericMetadataOrBuilder()

The operation generic information.

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

Returns
Type Description
GenericOperationMetadataOrBuilder

hasGenericMetadata()

public boolean hasGenericMetadata()

The operation generic information.

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

Returns
Type Description
boolean

Whether the genericMetadata field is set.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(DeployIndexOperationMetadata other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

public DeployIndexOperationMetadata.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
DeployIndexOperationMetadata.Builder
Overrides

mergeGenericMetadata(GenericOperationMetadata value)

public DeployIndexOperationMetadata.Builder mergeGenericMetadata(GenericOperationMetadata value)

The operation generic information.

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

Parameter
Name Description
value GenericOperationMetadata
Returns
Type Description
DeployIndexOperationMetadata.Builder

mergeUnknownFields(UnknownFieldSet unknownFields)

public final DeployIndexOperationMetadata.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
DeployIndexOperationMetadata.Builder
Overrides

setDeployedIndexId(String value)

public DeployIndexOperationMetadata.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
DeployIndexOperationMetadata.Builder

This builder for chaining.

setDeployedIndexIdBytes(ByteString value)

public DeployIndexOperationMetadata.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
DeployIndexOperationMetadata.Builder

This builder for chaining.

setField(Descriptors.FieldDescriptor field, Object value)

public DeployIndexOperationMetadata.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
DeployIndexOperationMetadata.Builder
Overrides

setGenericMetadata(GenericOperationMetadata value)

public DeployIndexOperationMetadata.Builder setGenericMetadata(GenericOperationMetadata value)

The operation generic information.

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

Parameter
Name Description
value GenericOperationMetadata
Returns
Type Description
DeployIndexOperationMetadata.Builder

setGenericMetadata(GenericOperationMetadata.Builder builderForValue)

public DeployIndexOperationMetadata.Builder setGenericMetadata(GenericOperationMetadata.Builder builderForValue)

The operation generic information.

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

Parameter
Name Description
builderForValue GenericOperationMetadata.Builder
Returns
Type Description
DeployIndexOperationMetadata.Builder

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

public DeployIndexOperationMetadata.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Returns
Type Description
DeployIndexOperationMetadata.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final DeployIndexOperationMetadata.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
DeployIndexOperationMetadata.Builder
Overrides