public final class CreateIndexOperationMetadata extends GeneratedMessageV3 implements CreateIndexOperationMetadataOrBuilder
Runtime operation information for IndexService.CreateIndex.
Protobuf type google.cloud.aiplatform.v1beta1.CreateIndexOperationMetadata
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 CreateIndexOperationMetadata getDefaultInstance()
Returns
public static final Descriptors.Descriptor getDescriptor()
Returns
public static CreateIndexOperationMetadata.Builder newBuilder()
Returns
public static CreateIndexOperationMetadata.Builder newBuilder(CreateIndexOperationMetadata prototype)
Parameter
Returns
public static CreateIndexOperationMetadata parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static CreateIndexOperationMetadata parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static CreateIndexOperationMetadata parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
public static CreateIndexOperationMetadata parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static CreateIndexOperationMetadata parseFrom(ByteString data)
Parameter
Returns
Exceptions
public static CreateIndexOperationMetadata parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static CreateIndexOperationMetadata parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static CreateIndexOperationMetadata parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static CreateIndexOperationMetadata parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static CreateIndexOperationMetadata parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static CreateIndexOperationMetadata parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
public static CreateIndexOperationMetadata parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static Parser<CreateIndexOperationMetadata> parser()
Returns
Methods
public boolean equals(Object obj)
Parameter
Returns
Overrides
public CreateIndexOperationMetadata 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<CreateIndexOperationMetadata> 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 CreateIndexOperationMetadata.Builder newBuilderForType()
Returns
protected CreateIndexOperationMetadata.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
public CreateIndexOperationMetadata.Builder toBuilder()
Returns
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions