public interface BatchMigrateResourcesOperationMetadataOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getGenericMetadata()
public abstract GenericOperationMetadata getGenericMetadata()The common part of the operation metadata.
.google.cloud.aiplatform.v1beta1.GenericOperationMetadata generic_metadata = 1;
| Type | Description |
| GenericOperationMetadata | The genericMetadata. |
getGenericMetadataOrBuilder()
public abstract GenericOperationMetadataOrBuilder getGenericMetadataOrBuilder()The common part of the operation metadata.
.google.cloud.aiplatform.v1beta1.GenericOperationMetadata generic_metadata = 1;
| Type | Description |
| GenericOperationMetadataOrBuilder |
getPartialResults(int index)
public abstract BatchMigrateResourcesOperationMetadata.PartialResult getPartialResults(int index)Partial results that reflect the latest migration operation progress.
repeated .google.cloud.aiplatform.v1beta1.BatchMigrateResourcesOperationMetadata.PartialResult partial_results = 2;
| Name | Description |
| index | int |
| Type | Description |
| BatchMigrateResourcesOperationMetadata.PartialResult |
getPartialResultsCount()
public abstract int getPartialResultsCount()Partial results that reflect the latest migration operation progress.
repeated .google.cloud.aiplatform.v1beta1.BatchMigrateResourcesOperationMetadata.PartialResult partial_results = 2;
| Type | Description |
| int |
getPartialResultsList()
public abstract List<BatchMigrateResourcesOperationMetadata.PartialResult> getPartialResultsList()Partial results that reflect the latest migration operation progress.
repeated .google.cloud.aiplatform.v1beta1.BatchMigrateResourcesOperationMetadata.PartialResult partial_results = 2;
| Type | Description |
| List<PartialResult> |
getPartialResultsOrBuilder(int index)
public abstract BatchMigrateResourcesOperationMetadata.PartialResultOrBuilder getPartialResultsOrBuilder(int index)Partial results that reflect the latest migration operation progress.
repeated .google.cloud.aiplatform.v1beta1.BatchMigrateResourcesOperationMetadata.PartialResult partial_results = 2;
| Name | Description |
| index | int |
| Type | Description |
| BatchMigrateResourcesOperationMetadata.PartialResultOrBuilder |
getPartialResultsOrBuilderList()
public abstract List<? extends BatchMigrateResourcesOperationMetadata.PartialResultOrBuilder> getPartialResultsOrBuilderList()Partial results that reflect the latest migration operation progress.
repeated .google.cloud.aiplatform.v1beta1.BatchMigrateResourcesOperationMetadata.PartialResult partial_results = 2;
| Type | Description |
| List<? extends com.google.cloud.aiplatform.v1beta1.BatchMigrateResourcesOperationMetadata.PartialResultOrBuilder> |
hasGenericMetadata()
public abstract boolean hasGenericMetadata()The common part of the operation metadata.
.google.cloud.aiplatform.v1beta1.GenericOperationMetadata generic_metadata = 1;
| Type | Description |
| boolean | Whether the genericMetadata field is set. |