com.google.cloud.automl.v1beta1.OperationMetadataOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of proto-google-cloud-automl-v1beta1 Show documentation
Show all versions of proto-google-cloud-automl-v1beta1 Show documentation
PROTO library for proto-google-cloud-automl-v1beta1
/*
* Copyright 2024 Google LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/cloud/automl/v1beta1/operations.proto
// Protobuf Java Version: 3.25.5
package com.google.cloud.automl.v1beta1;
public interface OperationMetadataOrBuilder
extends
// @@protoc_insertion_point(interface_extends:google.cloud.automl.v1beta1.OperationMetadata)
com.google.protobuf.MessageOrBuilder {
/**
*
*
*
* Details of a Delete operation.
*
*
* .google.cloud.automl.v1beta1.DeleteOperationMetadata delete_details = 8;
*
* @return Whether the deleteDetails field is set.
*/
boolean hasDeleteDetails();
/**
*
*
*
* Details of a Delete operation.
*
*
* .google.cloud.automl.v1beta1.DeleteOperationMetadata delete_details = 8;
*
* @return The deleteDetails.
*/
com.google.cloud.automl.v1beta1.DeleteOperationMetadata getDeleteDetails();
/**
*
*
*
* Details of a Delete operation.
*
*
* .google.cloud.automl.v1beta1.DeleteOperationMetadata delete_details = 8;
*/
com.google.cloud.automl.v1beta1.DeleteOperationMetadataOrBuilder getDeleteDetailsOrBuilder();
/**
*
*
*
* Details of a DeployModel operation.
*
*
* .google.cloud.automl.v1beta1.DeployModelOperationMetadata deploy_model_details = 24;
*
*
* @return Whether the deployModelDetails field is set.
*/
boolean hasDeployModelDetails();
/**
*
*
*
* Details of a DeployModel operation.
*
*
* .google.cloud.automl.v1beta1.DeployModelOperationMetadata deploy_model_details = 24;
*
*
* @return The deployModelDetails.
*/
com.google.cloud.automl.v1beta1.DeployModelOperationMetadata getDeployModelDetails();
/**
*
*
*
* Details of a DeployModel operation.
*
*
* .google.cloud.automl.v1beta1.DeployModelOperationMetadata deploy_model_details = 24;
*
*/
com.google.cloud.automl.v1beta1.DeployModelOperationMetadataOrBuilder
getDeployModelDetailsOrBuilder();
/**
*
*
*
* Details of an UndeployModel operation.
*
*
* .google.cloud.automl.v1beta1.UndeployModelOperationMetadata undeploy_model_details = 25;
*
*
* @return Whether the undeployModelDetails field is set.
*/
boolean hasUndeployModelDetails();
/**
*
*
*
* Details of an UndeployModel operation.
*
*
* .google.cloud.automl.v1beta1.UndeployModelOperationMetadata undeploy_model_details = 25;
*
*
* @return The undeployModelDetails.
*/
com.google.cloud.automl.v1beta1.UndeployModelOperationMetadata getUndeployModelDetails();
/**
*
*
*
* Details of an UndeployModel operation.
*
*
* .google.cloud.automl.v1beta1.UndeployModelOperationMetadata undeploy_model_details = 25;
*
*/
com.google.cloud.automl.v1beta1.UndeployModelOperationMetadataOrBuilder
getUndeployModelDetailsOrBuilder();
/**
*
*
*
* Details of CreateModel operation.
*
*
* .google.cloud.automl.v1beta1.CreateModelOperationMetadata create_model_details = 10;
*
*
* @return Whether the createModelDetails field is set.
*/
boolean hasCreateModelDetails();
/**
*
*
*
* Details of CreateModel operation.
*
*
* .google.cloud.automl.v1beta1.CreateModelOperationMetadata create_model_details = 10;
*
*
* @return The createModelDetails.
*/
com.google.cloud.automl.v1beta1.CreateModelOperationMetadata getCreateModelDetails();
/**
*
*
*
* Details of CreateModel operation.
*
*
* .google.cloud.automl.v1beta1.CreateModelOperationMetadata create_model_details = 10;
*
*/
com.google.cloud.automl.v1beta1.CreateModelOperationMetadataOrBuilder
getCreateModelDetailsOrBuilder();
/**
*
*
*
* Details of ImportData operation.
*
*
* .google.cloud.automl.v1beta1.ImportDataOperationMetadata import_data_details = 15;
*
* @return Whether the importDataDetails field is set.
*/
boolean hasImportDataDetails();
/**
*
*
*
* Details of ImportData operation.
*
*
* .google.cloud.automl.v1beta1.ImportDataOperationMetadata import_data_details = 15;
*
* @return The importDataDetails.
*/
com.google.cloud.automl.v1beta1.ImportDataOperationMetadata getImportDataDetails();
/**
*
*
*
* Details of ImportData operation.
*
*
* .google.cloud.automl.v1beta1.ImportDataOperationMetadata import_data_details = 15;
*/
com.google.cloud.automl.v1beta1.ImportDataOperationMetadataOrBuilder
getImportDataDetailsOrBuilder();
/**
*
*
*
* Details of BatchPredict operation.
*
*
* .google.cloud.automl.v1beta1.BatchPredictOperationMetadata batch_predict_details = 16;
*
*
* @return Whether the batchPredictDetails field is set.
*/
boolean hasBatchPredictDetails();
/**
*
*
*
* Details of BatchPredict operation.
*
*
* .google.cloud.automl.v1beta1.BatchPredictOperationMetadata batch_predict_details = 16;
*
*
* @return The batchPredictDetails.
*/
com.google.cloud.automl.v1beta1.BatchPredictOperationMetadata getBatchPredictDetails();
/**
*
*
*
* Details of BatchPredict operation.
*
*
* .google.cloud.automl.v1beta1.BatchPredictOperationMetadata batch_predict_details = 16;
*
*/
com.google.cloud.automl.v1beta1.BatchPredictOperationMetadataOrBuilder
getBatchPredictDetailsOrBuilder();
/**
*
*
*
* Details of ExportData operation.
*
*
* .google.cloud.automl.v1beta1.ExportDataOperationMetadata export_data_details = 21;
*
* @return Whether the exportDataDetails field is set.
*/
boolean hasExportDataDetails();
/**
*
*
*
* Details of ExportData operation.
*
*
* .google.cloud.automl.v1beta1.ExportDataOperationMetadata export_data_details = 21;
*
* @return The exportDataDetails.
*/
com.google.cloud.automl.v1beta1.ExportDataOperationMetadata getExportDataDetails();
/**
*
*
*
* Details of ExportData operation.
*
*
* .google.cloud.automl.v1beta1.ExportDataOperationMetadata export_data_details = 21;
*/
com.google.cloud.automl.v1beta1.ExportDataOperationMetadataOrBuilder
getExportDataDetailsOrBuilder();
/**
*
*
*
* Details of ExportModel operation.
*
*
* .google.cloud.automl.v1beta1.ExportModelOperationMetadata export_model_details = 22;
*
*
* @return Whether the exportModelDetails field is set.
*/
boolean hasExportModelDetails();
/**
*
*
*
* Details of ExportModel operation.
*
*
* .google.cloud.automl.v1beta1.ExportModelOperationMetadata export_model_details = 22;
*
*
* @return The exportModelDetails.
*/
com.google.cloud.automl.v1beta1.ExportModelOperationMetadata getExportModelDetails();
/**
*
*
*
* Details of ExportModel operation.
*
*
* .google.cloud.automl.v1beta1.ExportModelOperationMetadata export_model_details = 22;
*
*/
com.google.cloud.automl.v1beta1.ExportModelOperationMetadataOrBuilder
getExportModelDetailsOrBuilder();
/**
*
*
*
* Details of ExportEvaluatedExamples operation.
*
*
*
* .google.cloud.automl.v1beta1.ExportEvaluatedExamplesOperationMetadata export_evaluated_examples_details = 26;
*
*
* @return Whether the exportEvaluatedExamplesDetails field is set.
*/
boolean hasExportEvaluatedExamplesDetails();
/**
*
*
*
* Details of ExportEvaluatedExamples operation.
*
*
*
* .google.cloud.automl.v1beta1.ExportEvaluatedExamplesOperationMetadata export_evaluated_examples_details = 26;
*
*
* @return The exportEvaluatedExamplesDetails.
*/
com.google.cloud.automl.v1beta1.ExportEvaluatedExamplesOperationMetadata
getExportEvaluatedExamplesDetails();
/**
*
*
*
* Details of ExportEvaluatedExamples operation.
*
*
*
* .google.cloud.automl.v1beta1.ExportEvaluatedExamplesOperationMetadata export_evaluated_examples_details = 26;
*
*/
com.google.cloud.automl.v1beta1.ExportEvaluatedExamplesOperationMetadataOrBuilder
getExportEvaluatedExamplesDetailsOrBuilder();
/**
*
*
*
* Output only. Progress of operation. Range: [0, 100].
* Not used currently.
*
*
* int32 progress_percent = 13;
*
* @return The progressPercent.
*/
int getProgressPercent();
/**
*
*
*
* 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;
*/
java.util.List 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;
*/
java.util.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. Time when the operation was created.
*
*
* .google.protobuf.Timestamp create_time = 3;
*
* @return Whether the createTime field is set.
*/
boolean hasCreateTime();
/**
*
*
*
* Output only. Time when the operation was created.
*
*
* .google.protobuf.Timestamp create_time = 3;
*
* @return The createTime.
*/
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 updated for the last time.
*
*
* .google.protobuf.Timestamp update_time = 4;
*
* @return Whether the updateTime field is set.
*/
boolean hasUpdateTime();
/**
*
*
*
* Output only. Time when the operation was updated for the last time.
*
*
* .google.protobuf.Timestamp update_time = 4;
*
* @return The updateTime.
*/
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();
com.google.cloud.automl.v1beta1.OperationMetadata.DetailsCase getDetailsCase();
}