Package com.google.cloud.aiplatform.v1
Interface BatchMigrateResourcesOperationMetadataOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
BatchMigrateResourcesOperationMetadata,BatchMigrateResourcesOperationMetadata.Builder
@Generated
public interface BatchMigrateResourcesOperationMetadataOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionThe common part of the operation metadata.The common part of the operation metadata.getPartialResults(int index) Partial results that reflect the latest migration operation progress.intPartial results that reflect the latest migration operation progress.Partial results that reflect the latest migration operation progress.getPartialResultsOrBuilder(int index) Partial results that reflect the latest migration operation progress.Partial results that reflect the latest migration operation progress.booleanThe common part of the operation metadata.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasGenericMetadata
boolean hasGenericMetadata()The common part of the operation metadata.
.google.cloud.aiplatform.v1.GenericOperationMetadata generic_metadata = 1;- Returns:
- Whether the genericMetadata field is set.
-
getGenericMetadata
GenericOperationMetadata getGenericMetadata()The common part of the operation metadata.
.google.cloud.aiplatform.v1.GenericOperationMetadata generic_metadata = 1;- Returns:
- The genericMetadata.
-
getGenericMetadataOrBuilder
GenericOperationMetadataOrBuilder getGenericMetadataOrBuilder()The common part of the operation metadata.
.google.cloud.aiplatform.v1.GenericOperationMetadata generic_metadata = 1; -
getPartialResultsList
List<BatchMigrateResourcesOperationMetadata.PartialResult> getPartialResultsList()Partial results that reflect the latest migration operation progress.
repeated .google.cloud.aiplatform.v1.BatchMigrateResourcesOperationMetadata.PartialResult partial_results = 2; -
getPartialResults
Partial results that reflect the latest migration operation progress.
repeated .google.cloud.aiplatform.v1.BatchMigrateResourcesOperationMetadata.PartialResult partial_results = 2; -
getPartialResultsCount
int getPartialResultsCount()Partial results that reflect the latest migration operation progress.
repeated .google.cloud.aiplatform.v1.BatchMigrateResourcesOperationMetadata.PartialResult partial_results = 2; -
getPartialResultsOrBuilderList
List<? extends BatchMigrateResourcesOperationMetadata.PartialResultOrBuilder> getPartialResultsOrBuilderList()Partial results that reflect the latest migration operation progress.
repeated .google.cloud.aiplatform.v1.BatchMigrateResourcesOperationMetadata.PartialResult partial_results = 2; -
getPartialResultsOrBuilder
Partial results that reflect the latest migration operation progress.
repeated .google.cloud.aiplatform.v1.BatchMigrateResourcesOperationMetadata.PartialResult partial_results = 2;
-