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

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public DeployIndexOperationMetadata.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
DeployIndexOperationMetadata.Builder
Overrides

build()

public DeployIndexOperationMetadata build()
Returns
TypeDescription
DeployIndexOperationMetadata

buildPartial()

public DeployIndexOperationMetadata buildPartial()
Returns
TypeDescription
DeployIndexOperationMetadata

clear()

public DeployIndexOperationMetadata.Builder clear()
Returns
TypeDescription
DeployIndexOperationMetadata.Builder
Overrides

clearDeployedIndexId()

public DeployIndexOperationMetadata.Builder clearDeployedIndexId()

The unique index id specified by user

string deployed_index_id = 2;

Returns
TypeDescription
DeployIndexOperationMetadata.Builder

This builder for chaining.

clearField(Descriptors.FieldDescriptor field)

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

clearGenericMetadata()

public DeployIndexOperationMetadata.Builder clearGenericMetadata()

The operation generic information.

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

Returns
TypeDescription
DeployIndexOperationMetadata.Builder

clearOneof(Descriptors.OneofDescriptor oneof)

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

clone()

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

getDefaultInstanceForType()

public DeployIndexOperationMetadata getDefaultInstanceForType()
Returns
TypeDescription
DeployIndexOperationMetadata

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(DeployIndexOperationMetadata other)

public DeployIndexOperationMetadata.Builder mergeFrom(DeployIndexOperationMetadata other)
Parameter
NameDescription
otherDeployIndexOperationMetadata
Returns
TypeDescription
DeployIndexOperationMetadata.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

mergeGenericMetadata(GenericOperationMetadata value)

public DeployIndexOperationMetadata.Builder mergeGenericMetadata(GenericOperationMetadata value)

The operation generic information.

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

Parameter
NameDescription
valueGenericOperationMetadata
Returns
TypeDescription
DeployIndexOperationMetadata.Builder

mergeUnknownFields(UnknownFieldSet unknownFields)

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

The deployedIndexId to set.

Returns
TypeDescription
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
NameDescription
valueByteString

The bytes for deployedIndexId to set.

Returns
TypeDescription
DeployIndexOperationMetadata.Builder

This builder for chaining.

setField(Descriptors.FieldDescriptor field, Object value)

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

setGenericMetadata(GenericOperationMetadata value)

public DeployIndexOperationMetadata.Builder setGenericMetadata(GenericOperationMetadata value)

The operation generic information.

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

Parameter
NameDescription
valueGenericOperationMetadata
Returns
TypeDescription
DeployIndexOperationMetadata.Builder

setGenericMetadata(GenericOperationMetadata.Builder builderForValue)

public DeployIndexOperationMetadata.Builder setGenericMetadata(GenericOperationMetadata.Builder builderForValue)

The operation generic information.

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

Parameter
NameDescription
builderForValueGenericOperationMetadata.Builder
Returns
TypeDescription
DeployIndexOperationMetadata.Builder

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

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

setUnknownFields(UnknownFieldSet unknownFields)

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