public interface OperationMetadataOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
BatchPredictOperationMetadata |
getBatchPredictDetails()
Details of BatchPredict operation.
|
BatchPredictOperationMetadataOrBuilder |
getBatchPredictDetailsOrBuilder()
Details of BatchPredict operation.
|
CreateDatasetOperationMetadata |
getCreateDatasetDetails()
Details of CreateDataset operation.
|
CreateDatasetOperationMetadataOrBuilder |
getCreateDatasetDetailsOrBuilder()
Details of CreateDataset operation.
|
CreateModelOperationMetadata |
getCreateModelDetails()
Details of CreateModel operation.
|
CreateModelOperationMetadataOrBuilder |
getCreateModelDetailsOrBuilder()
Details of CreateModel operation.
|
com.google.protobuf.Timestamp |
getCreateTime()
Output only.
|
com.google.protobuf.TimestampOrBuilder |
getCreateTimeOrBuilder()
Output only.
|
DeleteOperationMetadata |
getDeleteDetails()
Details of a Delete operation.
|
DeleteOperationMetadataOrBuilder |
getDeleteDetailsOrBuilder()
Details of a Delete operation.
|
DeployModelOperationMetadata |
getDeployModelDetails()
Details of a DeployModel operation.
|
DeployModelOperationMetadataOrBuilder |
getDeployModelDetailsOrBuilder()
Details of a DeployModel operation.
|
OperationMetadata.DetailsCase |
getDetailsCase() |
ExportDataOperationMetadata |
getExportDataDetails()
Details of ExportData operation.
|
ExportDataOperationMetadataOrBuilder |
getExportDataDetailsOrBuilder()
Details of ExportData operation.
|
ExportModelOperationMetadata |
getExportModelDetails()
Details of ExportModel operation.
|
ExportModelOperationMetadataOrBuilder |
getExportModelDetailsOrBuilder()
Details of ExportModel operation.
|
ImportDataOperationMetadata |
getImportDataDetails()
Details of ImportData operation.
|
ImportDataOperationMetadataOrBuilder |
getImportDataDetailsOrBuilder()
Details of ImportData operation.
|
com.google.rpc.Status |
getPartialFailures(int index)
Output only.
|
int |
getPartialFailuresCount()
Output only.
|
List<com.google.rpc.Status> |
getPartialFailuresList()
Output only.
|
com.google.rpc.StatusOrBuilder |
getPartialFailuresOrBuilder(int index)
Output only.
|
List<? extends com.google.rpc.StatusOrBuilder> |
getPartialFailuresOrBuilderList()
Output only.
|
int |
getProgressPercent()
Output only.
|
UndeployModelOperationMetadata |
getUndeployModelDetails()
Details of an UndeployModel operation.
|
UndeployModelOperationMetadataOrBuilder |
getUndeployModelDetailsOrBuilder()
Details of an UndeployModel operation.
|
com.google.protobuf.Timestamp |
getUpdateTime()
Output only.
|
com.google.protobuf.TimestampOrBuilder |
getUpdateTimeOrBuilder()
Output only.
|
boolean |
hasBatchPredictDetails()
Details of BatchPredict operation.
|
boolean |
hasCreateDatasetDetails()
Details of CreateDataset operation.
|
boolean |
hasCreateModelDetails()
Details of CreateModel operation.
|
boolean |
hasCreateTime()
Output only.
|
boolean |
hasDeleteDetails()
Details of a Delete operation.
|
boolean |
hasDeployModelDetails()
Details of a DeployModel operation.
|
boolean |
hasExportDataDetails()
Details of ExportData operation.
|
boolean |
hasExportModelDetails()
Details of ExportModel operation.
|
boolean |
hasImportDataDetails()
Details of ImportData operation.
|
boolean |
hasUndeployModelDetails()
Details of an UndeployModel operation.
|
boolean |
hasUpdateTime()
Output only.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasDeleteDetails()
Details of a Delete operation.
.google.cloud.automl.v1.DeleteOperationMetadata delete_details = 8;DeleteOperationMetadata getDeleteDetails()
Details of a Delete operation.
.google.cloud.automl.v1.DeleteOperationMetadata delete_details = 8;DeleteOperationMetadataOrBuilder getDeleteDetailsOrBuilder()
Details of a Delete operation.
.google.cloud.automl.v1.DeleteOperationMetadata delete_details = 8;boolean hasDeployModelDetails()
Details of a DeployModel operation.
.google.cloud.automl.v1.DeployModelOperationMetadata deploy_model_details = 24;DeployModelOperationMetadata getDeployModelDetails()
Details of a DeployModel operation.
.google.cloud.automl.v1.DeployModelOperationMetadata deploy_model_details = 24;DeployModelOperationMetadataOrBuilder getDeployModelDetailsOrBuilder()
Details of a DeployModel operation.
.google.cloud.automl.v1.DeployModelOperationMetadata deploy_model_details = 24;boolean hasUndeployModelDetails()
Details of an UndeployModel operation.
.google.cloud.automl.v1.UndeployModelOperationMetadata undeploy_model_details = 25;
UndeployModelOperationMetadata getUndeployModelDetails()
Details of an UndeployModel operation.
.google.cloud.automl.v1.UndeployModelOperationMetadata undeploy_model_details = 25;
UndeployModelOperationMetadataOrBuilder getUndeployModelDetailsOrBuilder()
Details of an UndeployModel operation.
.google.cloud.automl.v1.UndeployModelOperationMetadata undeploy_model_details = 25;
boolean hasCreateModelDetails()
Details of CreateModel operation.
.google.cloud.automl.v1.CreateModelOperationMetadata create_model_details = 10;CreateModelOperationMetadata getCreateModelDetails()
Details of CreateModel operation.
.google.cloud.automl.v1.CreateModelOperationMetadata create_model_details = 10;CreateModelOperationMetadataOrBuilder getCreateModelDetailsOrBuilder()
Details of CreateModel operation.
.google.cloud.automl.v1.CreateModelOperationMetadata create_model_details = 10;boolean hasCreateDatasetDetails()
Details of CreateDataset operation.
.google.cloud.automl.v1.CreateDatasetOperationMetadata create_dataset_details = 30;
CreateDatasetOperationMetadata getCreateDatasetDetails()
Details of CreateDataset operation.
.google.cloud.automl.v1.CreateDatasetOperationMetadata create_dataset_details = 30;
CreateDatasetOperationMetadataOrBuilder getCreateDatasetDetailsOrBuilder()
Details of CreateDataset operation.
.google.cloud.automl.v1.CreateDatasetOperationMetadata create_dataset_details = 30;
boolean hasImportDataDetails()
Details of ImportData operation.
.google.cloud.automl.v1.ImportDataOperationMetadata import_data_details = 15;ImportDataOperationMetadata getImportDataDetails()
Details of ImportData operation.
.google.cloud.automl.v1.ImportDataOperationMetadata import_data_details = 15;ImportDataOperationMetadataOrBuilder getImportDataDetailsOrBuilder()
Details of ImportData operation.
.google.cloud.automl.v1.ImportDataOperationMetadata import_data_details = 15;boolean hasBatchPredictDetails()
Details of BatchPredict operation.
.google.cloud.automl.v1.BatchPredictOperationMetadata batch_predict_details = 16;BatchPredictOperationMetadata getBatchPredictDetails()
Details of BatchPredict operation.
.google.cloud.automl.v1.BatchPredictOperationMetadata batch_predict_details = 16;BatchPredictOperationMetadataOrBuilder getBatchPredictDetailsOrBuilder()
Details of BatchPredict operation.
.google.cloud.automl.v1.BatchPredictOperationMetadata batch_predict_details = 16;boolean hasExportDataDetails()
Details of ExportData operation.
.google.cloud.automl.v1.ExportDataOperationMetadata export_data_details = 21;ExportDataOperationMetadata getExportDataDetails()
Details of ExportData operation.
.google.cloud.automl.v1.ExportDataOperationMetadata export_data_details = 21;ExportDataOperationMetadataOrBuilder getExportDataDetailsOrBuilder()
Details of ExportData operation.
.google.cloud.automl.v1.ExportDataOperationMetadata export_data_details = 21;boolean hasExportModelDetails()
Details of ExportModel operation.
.google.cloud.automl.v1.ExportModelOperationMetadata export_model_details = 22;ExportModelOperationMetadata getExportModelDetails()
Details of ExportModel operation.
.google.cloud.automl.v1.ExportModelOperationMetadata export_model_details = 22;ExportModelOperationMetadataOrBuilder getExportModelDetailsOrBuilder()
Details of ExportModel operation.
.google.cloud.automl.v1.ExportModelOperationMetadata export_model_details = 22;int getProgressPercent()
Output only. Progress of operation. Range: [0, 100]. Not used currently.
int32 progress_percent = 13;List<com.google.rpc.Status> getPartialFailuresList()
Output only. Partial failures encountered. E.g. single files that couldn't be read. This field should never exceed 20 entries. Status details field will contain standard GCP error details.
repeated .google.rpc.Status partial_failures = 2;com.google.rpc.Status getPartialFailures(int index)
Output only. Partial failures encountered. E.g. single files that couldn't be read. This field should never exceed 20 entries. Status details field will contain standard GCP error details.
repeated .google.rpc.Status partial_failures = 2;int getPartialFailuresCount()
Output only. Partial failures encountered. E.g. single files that couldn't be read. This field should never exceed 20 entries. Status details field will contain standard GCP error details.
repeated .google.rpc.Status partial_failures = 2;List<? extends com.google.rpc.StatusOrBuilder> getPartialFailuresOrBuilderList()
Output only. Partial failures encountered. E.g. single files that couldn't be read. This field should never exceed 20 entries. Status details field will contain standard GCP error details.
repeated .google.rpc.Status partial_failures = 2;com.google.rpc.StatusOrBuilder getPartialFailuresOrBuilder(int index)
Output only. Partial failures encountered. E.g. single files that couldn't be read. This field should never exceed 20 entries. Status details field will contain standard GCP error details.
repeated .google.rpc.Status partial_failures = 2;boolean hasCreateTime()
Output only. Time when the operation was created.
.google.protobuf.Timestamp create_time = 3;com.google.protobuf.Timestamp getCreateTime()
Output only. Time when the operation was created.
.google.protobuf.Timestamp create_time = 3;com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder()
Output only. Time when the operation was created.
.google.protobuf.Timestamp create_time = 3;boolean hasUpdateTime()
Output only. Time when the operation was updated for the last time.
.google.protobuf.Timestamp update_time = 4;com.google.protobuf.Timestamp getUpdateTime()
Output only. Time when the operation was updated for the last time.
.google.protobuf.Timestamp update_time = 4;com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder()
Output only. Time when the operation was updated for the last time.
.google.protobuf.Timestamp update_time = 4;OperationMetadata.DetailsCase getDetailsCase()
Copyright © 2025 Google LLC. All rights reserved.