public final class UpdateIndexOperationMetadata extends GeneratedMessageV3 implements UpdateIndexOperationMetadataOrBuilder
Runtime operation information for
IndexService.UpdateIndex.
Protobuf type google.cloud.aiplatform.v1beta1.UpdateIndexOperationMetadata
Static Fields
public static final int GENERIC_METADATA_FIELD_NUMBER
Field Value
public static final int NEAREST_NEIGHBOR_SEARCH_OPERATION_METADATA_FIELD_NUMBER
Field Value
Static Methods
public static UpdateIndexOperationMetadata getDefaultInstance()
Returns
public static final Descriptors.Descriptor getDescriptor()
Returns
public static UpdateIndexOperationMetadata.Builder newBuilder()
Returns
public static UpdateIndexOperationMetadata.Builder newBuilder(UpdateIndexOperationMetadata prototype)
Parameter
Returns
public static UpdateIndexOperationMetadata parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static UpdateIndexOperationMetadata parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static UpdateIndexOperationMetadata parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
public static UpdateIndexOperationMetadata parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static UpdateIndexOperationMetadata parseFrom(ByteString data)
Parameter
Returns
Exceptions
public static UpdateIndexOperationMetadata parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static UpdateIndexOperationMetadata parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static UpdateIndexOperationMetadata parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static UpdateIndexOperationMetadata parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static UpdateIndexOperationMetadata parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static UpdateIndexOperationMetadata parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
public static UpdateIndexOperationMetadata parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static Parser<UpdateIndexOperationMetadata> parser()
Returns
Methods
public boolean equals(Object obj)
Parameter
Returns
Overrides
public UpdateIndexOperationMetadata getDefaultInstanceForType()
Returns
public GenericOperationMetadata getGenericMetadata()
The operation generic information.
.google.cloud.aiplatform.v1beta1.GenericOperationMetadata generic_metadata = 1;
Returns
public GenericOperationMetadataOrBuilder getGenericMetadataOrBuilder()
The operation generic information.
.google.cloud.aiplatform.v1beta1.GenericOperationMetadata generic_metadata = 1;
Returns
public NearestNeighborSearchOperationMetadata getNearestNeighborSearchOperationMetadata()
The operation metadata with regard to Matching Engine Index operation.
.google.cloud.aiplatform.v1beta1.NearestNeighborSearchOperationMetadata nearest_neighbor_search_operation_metadata = 2;
Returns
public NearestNeighborSearchOperationMetadataOrBuilder getNearestNeighborSearchOperationMetadataOrBuilder()
The operation metadata with regard to Matching Engine Index operation.
.google.cloud.aiplatform.v1beta1.NearestNeighborSearchOperationMetadata nearest_neighbor_search_operation_metadata = 2;
Returns
public Parser<UpdateIndexOperationMetadata> getParserForType()
Returns
Overrides
public int getSerializedSize()
Returns
Overrides
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
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.
|
public boolean hasNearestNeighborSearchOperationMetadata()
The operation metadata with regard to Matching Engine Index operation.
.google.cloud.aiplatform.v1beta1.NearestNeighborSearchOperationMetadata nearest_neighbor_search_operation_metadata = 2;
Returns
Type | Description |
boolean | Whether the nearestNeighborSearchOperationMetadata field is set.
|
Returns
Overrides
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
public final boolean isInitialized()
Returns
Overrides
public UpdateIndexOperationMetadata.Builder newBuilderForType()
Returns
protected UpdateIndexOperationMetadata.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
public UpdateIndexOperationMetadata.Builder toBuilder()
Returns
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions