com.google.cloud.datalabeling.v1beta1.stub.DataLabelingServiceStub Maven / Gradle / Ivy
Show all versions of google-cloud-datalabeling Show documentation
/*
* 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.
*/
package com.google.cloud.datalabeling.v1beta1.stub;
import static com.google.cloud.datalabeling.v1beta1.DataLabelingServiceClient.ListAnnotatedDatasetsPagedResponse;
import static com.google.cloud.datalabeling.v1beta1.DataLabelingServiceClient.ListAnnotationSpecSetsPagedResponse;
import static com.google.cloud.datalabeling.v1beta1.DataLabelingServiceClient.ListDataItemsPagedResponse;
import static com.google.cloud.datalabeling.v1beta1.DataLabelingServiceClient.ListDatasetsPagedResponse;
import static com.google.cloud.datalabeling.v1beta1.DataLabelingServiceClient.ListEvaluationJobsPagedResponse;
import static com.google.cloud.datalabeling.v1beta1.DataLabelingServiceClient.ListExamplesPagedResponse;
import static com.google.cloud.datalabeling.v1beta1.DataLabelingServiceClient.ListInstructionsPagedResponse;
import static com.google.cloud.datalabeling.v1beta1.DataLabelingServiceClient.SearchEvaluationsPagedResponse;
import static com.google.cloud.datalabeling.v1beta1.DataLabelingServiceClient.SearchExampleComparisonsPagedResponse;
import com.google.api.core.BetaApi;
import com.google.api.gax.core.BackgroundResource;
import com.google.api.gax.rpc.OperationCallable;
import com.google.api.gax.rpc.UnaryCallable;
import com.google.cloud.datalabeling.v1beta1.AnnotatedDataset;
import com.google.cloud.datalabeling.v1beta1.AnnotationSpecSet;
import com.google.cloud.datalabeling.v1beta1.CreateAnnotationSpecSetRequest;
import com.google.cloud.datalabeling.v1beta1.CreateDatasetRequest;
import com.google.cloud.datalabeling.v1beta1.CreateEvaluationJobRequest;
import com.google.cloud.datalabeling.v1beta1.CreateInstructionMetadata;
import com.google.cloud.datalabeling.v1beta1.CreateInstructionRequest;
import com.google.cloud.datalabeling.v1beta1.DataItem;
import com.google.cloud.datalabeling.v1beta1.Dataset;
import com.google.cloud.datalabeling.v1beta1.DeleteAnnotatedDatasetRequest;
import com.google.cloud.datalabeling.v1beta1.DeleteAnnotationSpecSetRequest;
import com.google.cloud.datalabeling.v1beta1.DeleteDatasetRequest;
import com.google.cloud.datalabeling.v1beta1.DeleteEvaluationJobRequest;
import com.google.cloud.datalabeling.v1beta1.DeleteInstructionRequest;
import com.google.cloud.datalabeling.v1beta1.Evaluation;
import com.google.cloud.datalabeling.v1beta1.EvaluationJob;
import com.google.cloud.datalabeling.v1beta1.Example;
import com.google.cloud.datalabeling.v1beta1.ExportDataOperationMetadata;
import com.google.cloud.datalabeling.v1beta1.ExportDataOperationResponse;
import com.google.cloud.datalabeling.v1beta1.ExportDataRequest;
import com.google.cloud.datalabeling.v1beta1.GetAnnotatedDatasetRequest;
import com.google.cloud.datalabeling.v1beta1.GetAnnotationSpecSetRequest;
import com.google.cloud.datalabeling.v1beta1.GetDataItemRequest;
import com.google.cloud.datalabeling.v1beta1.GetDatasetRequest;
import com.google.cloud.datalabeling.v1beta1.GetEvaluationJobRequest;
import com.google.cloud.datalabeling.v1beta1.GetEvaluationRequest;
import com.google.cloud.datalabeling.v1beta1.GetExampleRequest;
import com.google.cloud.datalabeling.v1beta1.GetInstructionRequest;
import com.google.cloud.datalabeling.v1beta1.ImportDataOperationMetadata;
import com.google.cloud.datalabeling.v1beta1.ImportDataOperationResponse;
import com.google.cloud.datalabeling.v1beta1.ImportDataRequest;
import com.google.cloud.datalabeling.v1beta1.Instruction;
import com.google.cloud.datalabeling.v1beta1.LabelImageRequest;
import com.google.cloud.datalabeling.v1beta1.LabelOperationMetadata;
import com.google.cloud.datalabeling.v1beta1.LabelTextRequest;
import com.google.cloud.datalabeling.v1beta1.LabelVideoRequest;
import com.google.cloud.datalabeling.v1beta1.ListAnnotatedDatasetsRequest;
import com.google.cloud.datalabeling.v1beta1.ListAnnotatedDatasetsResponse;
import com.google.cloud.datalabeling.v1beta1.ListAnnotationSpecSetsRequest;
import com.google.cloud.datalabeling.v1beta1.ListAnnotationSpecSetsResponse;
import com.google.cloud.datalabeling.v1beta1.ListDataItemsRequest;
import com.google.cloud.datalabeling.v1beta1.ListDataItemsResponse;
import com.google.cloud.datalabeling.v1beta1.ListDatasetsRequest;
import com.google.cloud.datalabeling.v1beta1.ListDatasetsResponse;
import com.google.cloud.datalabeling.v1beta1.ListEvaluationJobsRequest;
import com.google.cloud.datalabeling.v1beta1.ListEvaluationJobsResponse;
import com.google.cloud.datalabeling.v1beta1.ListExamplesRequest;
import com.google.cloud.datalabeling.v1beta1.ListExamplesResponse;
import com.google.cloud.datalabeling.v1beta1.ListInstructionsRequest;
import com.google.cloud.datalabeling.v1beta1.ListInstructionsResponse;
import com.google.cloud.datalabeling.v1beta1.PauseEvaluationJobRequest;
import com.google.cloud.datalabeling.v1beta1.ResumeEvaluationJobRequest;
import com.google.cloud.datalabeling.v1beta1.SearchEvaluationsRequest;
import com.google.cloud.datalabeling.v1beta1.SearchEvaluationsResponse;
import com.google.cloud.datalabeling.v1beta1.SearchExampleComparisonsRequest;
import com.google.cloud.datalabeling.v1beta1.SearchExampleComparisonsResponse;
import com.google.cloud.datalabeling.v1beta1.UpdateEvaluationJobRequest;
import com.google.longrunning.Operation;
import com.google.longrunning.stub.OperationsStub;
import com.google.protobuf.Empty;
import javax.annotation.Generated;
// AUTO-GENERATED DOCUMENTATION AND CLASS.
/**
* Base stub class for the DataLabelingService service API.
*
* This class is for advanced usage and reflects the underlying API directly.
*/
@BetaApi
@Generated("by gapic-generator-java")
public abstract class DataLabelingServiceStub implements BackgroundResource {
public OperationsStub getOperationsStub() {
throw new UnsupportedOperationException("Not implemented: getOperationsStub()");
}
public UnaryCallable createDatasetCallable() {
throw new UnsupportedOperationException("Not implemented: createDatasetCallable()");
}
public UnaryCallable getDatasetCallable() {
throw new UnsupportedOperationException("Not implemented: getDatasetCallable()");
}
public UnaryCallable listDatasetsPagedCallable() {
throw new UnsupportedOperationException("Not implemented: listDatasetsPagedCallable()");
}
public UnaryCallable listDatasetsCallable() {
throw new UnsupportedOperationException("Not implemented: listDatasetsCallable()");
}
public UnaryCallable deleteDatasetCallable() {
throw new UnsupportedOperationException("Not implemented: deleteDatasetCallable()");
}
public OperationCallable<
ImportDataRequest, ImportDataOperationResponse, ImportDataOperationMetadata>
importDataOperationCallable() {
throw new UnsupportedOperationException("Not implemented: importDataOperationCallable()");
}
public UnaryCallable importDataCallable() {
throw new UnsupportedOperationException("Not implemented: importDataCallable()");
}
public OperationCallable<
ExportDataRequest, ExportDataOperationResponse, ExportDataOperationMetadata>
exportDataOperationCallable() {
throw new UnsupportedOperationException("Not implemented: exportDataOperationCallable()");
}
public UnaryCallable exportDataCallable() {
throw new UnsupportedOperationException("Not implemented: exportDataCallable()");
}
public UnaryCallable getDataItemCallable() {
throw new UnsupportedOperationException("Not implemented: getDataItemCallable()");
}
public UnaryCallable
listDataItemsPagedCallable() {
throw new UnsupportedOperationException("Not implemented: listDataItemsPagedCallable()");
}
public UnaryCallable listDataItemsCallable() {
throw new UnsupportedOperationException("Not implemented: listDataItemsCallable()");
}
public UnaryCallable getAnnotatedDatasetCallable() {
throw new UnsupportedOperationException("Not implemented: getAnnotatedDatasetCallable()");
}
public UnaryCallable
listAnnotatedDatasetsPagedCallable() {
throw new UnsupportedOperationException(
"Not implemented: listAnnotatedDatasetsPagedCallable()");
}
public UnaryCallable
listAnnotatedDatasetsCallable() {
throw new UnsupportedOperationException("Not implemented: listAnnotatedDatasetsCallable()");
}
public UnaryCallable deleteAnnotatedDatasetCallable() {
throw new UnsupportedOperationException("Not implemented: deleteAnnotatedDatasetCallable()");
}
public OperationCallable
labelImageOperationCallable() {
throw new UnsupportedOperationException("Not implemented: labelImageOperationCallable()");
}
public UnaryCallable labelImageCallable() {
throw new UnsupportedOperationException("Not implemented: labelImageCallable()");
}
public OperationCallable
labelVideoOperationCallable() {
throw new UnsupportedOperationException("Not implemented: labelVideoOperationCallable()");
}
public UnaryCallable labelVideoCallable() {
throw new UnsupportedOperationException("Not implemented: labelVideoCallable()");
}
public OperationCallable
labelTextOperationCallable() {
throw new UnsupportedOperationException("Not implemented: labelTextOperationCallable()");
}
public UnaryCallable labelTextCallable() {
throw new UnsupportedOperationException("Not implemented: labelTextCallable()");
}
public UnaryCallable getExampleCallable() {
throw new UnsupportedOperationException("Not implemented: getExampleCallable()");
}
public UnaryCallable listExamplesPagedCallable() {
throw new UnsupportedOperationException("Not implemented: listExamplesPagedCallable()");
}
public UnaryCallable listExamplesCallable() {
throw new UnsupportedOperationException("Not implemented: listExamplesCallable()");
}
public UnaryCallable
createAnnotationSpecSetCallable() {
throw new UnsupportedOperationException("Not implemented: createAnnotationSpecSetCallable()");
}
public UnaryCallable
getAnnotationSpecSetCallable() {
throw new UnsupportedOperationException("Not implemented: getAnnotationSpecSetCallable()");
}
public UnaryCallable
listAnnotationSpecSetsPagedCallable() {
throw new UnsupportedOperationException(
"Not implemented: listAnnotationSpecSetsPagedCallable()");
}
public UnaryCallable
listAnnotationSpecSetsCallable() {
throw new UnsupportedOperationException("Not implemented: listAnnotationSpecSetsCallable()");
}
public UnaryCallable deleteAnnotationSpecSetCallable() {
throw new UnsupportedOperationException("Not implemented: deleteAnnotationSpecSetCallable()");
}
public OperationCallable
createInstructionOperationCallable() {
throw new UnsupportedOperationException(
"Not implemented: createInstructionOperationCallable()");
}
public UnaryCallable createInstructionCallable() {
throw new UnsupportedOperationException("Not implemented: createInstructionCallable()");
}
public UnaryCallable getInstructionCallable() {
throw new UnsupportedOperationException("Not implemented: getInstructionCallable()");
}
public UnaryCallable
listInstructionsPagedCallable() {
throw new UnsupportedOperationException("Not implemented: listInstructionsPagedCallable()");
}
public UnaryCallable
listInstructionsCallable() {
throw new UnsupportedOperationException("Not implemented: listInstructionsCallable()");
}
public UnaryCallable deleteInstructionCallable() {
throw new UnsupportedOperationException("Not implemented: deleteInstructionCallable()");
}
public UnaryCallable getEvaluationCallable() {
throw new UnsupportedOperationException("Not implemented: getEvaluationCallable()");
}
public UnaryCallable
searchEvaluationsPagedCallable() {
throw new UnsupportedOperationException("Not implemented: searchEvaluationsPagedCallable()");
}
public UnaryCallable
searchEvaluationsCallable() {
throw new UnsupportedOperationException("Not implemented: searchEvaluationsCallable()");
}
public UnaryCallable
searchExampleComparisonsPagedCallable() {
throw new UnsupportedOperationException(
"Not implemented: searchExampleComparisonsPagedCallable()");
}
public UnaryCallable
searchExampleComparisonsCallable() {
throw new UnsupportedOperationException("Not implemented: searchExampleComparisonsCallable()");
}
public UnaryCallable createEvaluationJobCallable() {
throw new UnsupportedOperationException("Not implemented: createEvaluationJobCallable()");
}
public UnaryCallable updateEvaluationJobCallable() {
throw new UnsupportedOperationException("Not implemented: updateEvaluationJobCallable()");
}
public UnaryCallable getEvaluationJobCallable() {
throw new UnsupportedOperationException("Not implemented: getEvaluationJobCallable()");
}
public UnaryCallable pauseEvaluationJobCallable() {
throw new UnsupportedOperationException("Not implemented: pauseEvaluationJobCallable()");
}
public UnaryCallable resumeEvaluationJobCallable() {
throw new UnsupportedOperationException("Not implemented: resumeEvaluationJobCallable()");
}
public UnaryCallable deleteEvaluationJobCallable() {
throw new UnsupportedOperationException("Not implemented: deleteEvaluationJobCallable()");
}
public UnaryCallable
listEvaluationJobsPagedCallable() {
throw new UnsupportedOperationException("Not implemented: listEvaluationJobsPagedCallable()");
}
public UnaryCallable
listEvaluationJobsCallable() {
throw new UnsupportedOperationException("Not implemented: listEvaluationJobsCallable()");
}
@Override
public abstract void close();
}