Interface MutateDeployedIndexOperationMetadataOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
MutateDeployedIndexOperationMetadata
,MutateDeployedIndexOperationMetadata.Builder
public interface MutateDeployedIndexOperationMetadataOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getDeployedIndexId()
The unique index id specified by usercom.google.protobuf.ByteString
getDeployedIndexIdBytes()
The unique index id specified by userGenericOperationMetadata
getGenericMetadata()
The operation generic information.GenericOperationMetadataOrBuilder
getGenericMetadataOrBuilder()
The operation generic information.boolean
hasGenericMetadata()
The operation generic information.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasGenericMetadata
boolean hasGenericMetadata()
The operation generic information.
.google.cloud.aiplatform.v1beta1.GenericOperationMetadata generic_metadata = 1;
- Returns:
- Whether the genericMetadata field is set.
-
getGenericMetadata
GenericOperationMetadata getGenericMetadata()
The operation generic information.
.google.cloud.aiplatform.v1beta1.GenericOperationMetadata generic_metadata = 1;
- Returns:
- The genericMetadata.
-
getGenericMetadataOrBuilder
GenericOperationMetadataOrBuilder getGenericMetadataOrBuilder()
The operation generic information.
.google.cloud.aiplatform.v1beta1.GenericOperationMetadata generic_metadata = 1;
-
getDeployedIndexId
String getDeployedIndexId()
The unique index id specified by user
string deployed_index_id = 2;
- Returns:
- The deployedIndexId.
-
getDeployedIndexIdBytes
com.google.protobuf.ByteString getDeployedIndexIdBytes()
The unique index id specified by user
string deployed_index_id = 2;
- Returns:
- The bytes for deployedIndexId.
-
-