public interface BatchMigrateResourcesOperationMetadataOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
GenericOperationMetadata |
getGenericMetadata()
The common part of the operation metadata.
|
GenericOperationMetadataOrBuilder |
getGenericMetadataOrBuilder()
The common part of the operation metadata.
|
BatchMigrateResourcesOperationMetadata.PartialResult |
getPartialResults(int index)
Partial results that reflect the latest migration operation progress.
|
int |
getPartialResultsCount()
Partial results that reflect the latest migration operation progress.
|
List<BatchMigrateResourcesOperationMetadata.PartialResult> |
getPartialResultsList()
Partial results that reflect the latest migration operation progress.
|
BatchMigrateResourcesOperationMetadata.PartialResultOrBuilder |
getPartialResultsOrBuilder(int index)
Partial results that reflect the latest migration operation progress.
|
List<? extends BatchMigrateResourcesOperationMetadata.PartialResultOrBuilder> |
getPartialResultsOrBuilderList()
Partial results that reflect the latest migration operation progress.
|
boolean |
hasGenericMetadata()
The common part of the operation metadata.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasGenericMetadata()
The common part of the operation metadata.
.google.cloud.aiplatform.v1beta1.GenericOperationMetadata generic_metadata = 1;GenericOperationMetadata getGenericMetadata()
The common part of the operation metadata.
.google.cloud.aiplatform.v1beta1.GenericOperationMetadata generic_metadata = 1;GenericOperationMetadataOrBuilder getGenericMetadataOrBuilder()
The common part of the operation metadata.
.google.cloud.aiplatform.v1beta1.GenericOperationMetadata generic_metadata = 1;List<BatchMigrateResourcesOperationMetadata.PartialResult> getPartialResultsList()
Partial results that reflect the latest migration operation progress.
repeated .google.cloud.aiplatform.v1beta1.BatchMigrateResourcesOperationMetadata.PartialResult partial_results = 2;
BatchMigrateResourcesOperationMetadata.PartialResult getPartialResults(int index)
Partial results that reflect the latest migration operation progress.
repeated .google.cloud.aiplatform.v1beta1.BatchMigrateResourcesOperationMetadata.PartialResult partial_results = 2;
int getPartialResultsCount()
Partial results that reflect the latest migration operation progress.
repeated .google.cloud.aiplatform.v1beta1.BatchMigrateResourcesOperationMetadata.PartialResult partial_results = 2;
List<? extends BatchMigrateResourcesOperationMetadata.PartialResultOrBuilder> getPartialResultsOrBuilderList()
Partial results that reflect the latest migration operation progress.
repeated .google.cloud.aiplatform.v1beta1.BatchMigrateResourcesOperationMetadata.PartialResult partial_results = 2;
BatchMigrateResourcesOperationMetadata.PartialResultOrBuilder getPartialResultsOrBuilder(int index)
Partial results that reflect the latest migration operation progress.
repeated .google.cloud.aiplatform.v1beta1.BatchMigrateResourcesOperationMetadata.PartialResult partial_results = 2;
Copyright © 2022 Google LLC. All rights reserved.