All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.cloud.translate.v3beta1.stub.TranslationServiceStub Maven / Gradle / Ivy

There is a newer version: 2.54.0
Show newest version
/*
 * 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.translate.v3beta1.stub;

import static com.google.cloud.translate.v3beta1.TranslationServiceClient.ListGlossariesPagedResponse;

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.translate.v3beta1.BatchTranslateDocumentMetadata;
import com.google.cloud.translate.v3beta1.BatchTranslateDocumentRequest;
import com.google.cloud.translate.v3beta1.BatchTranslateDocumentResponse;
import com.google.cloud.translate.v3beta1.BatchTranslateMetadata;
import com.google.cloud.translate.v3beta1.BatchTranslateResponse;
import com.google.cloud.translate.v3beta1.BatchTranslateTextRequest;
import com.google.cloud.translate.v3beta1.CreateGlossaryMetadata;
import com.google.cloud.translate.v3beta1.CreateGlossaryRequest;
import com.google.cloud.translate.v3beta1.DeleteGlossaryMetadata;
import com.google.cloud.translate.v3beta1.DeleteGlossaryRequest;
import com.google.cloud.translate.v3beta1.DeleteGlossaryResponse;
import com.google.cloud.translate.v3beta1.DetectLanguageRequest;
import com.google.cloud.translate.v3beta1.DetectLanguageResponse;
import com.google.cloud.translate.v3beta1.GetGlossaryRequest;
import com.google.cloud.translate.v3beta1.GetSupportedLanguagesRequest;
import com.google.cloud.translate.v3beta1.Glossary;
import com.google.cloud.translate.v3beta1.ListGlossariesRequest;
import com.google.cloud.translate.v3beta1.ListGlossariesResponse;
import com.google.cloud.translate.v3beta1.SupportedLanguages;
import com.google.cloud.translate.v3beta1.TranslateDocumentRequest;
import com.google.cloud.translate.v3beta1.TranslateDocumentResponse;
import com.google.cloud.translate.v3beta1.TranslateTextRequest;
import com.google.cloud.translate.v3beta1.TranslateTextResponse;
import com.google.longrunning.Operation;
import com.google.longrunning.stub.OperationsStub;
import javax.annotation.Generated;

// AUTO-GENERATED DOCUMENTATION AND CLASS.
/**
 * Base stub class for the TranslationService service API.
 *
 * 

This class is for advanced usage and reflects the underlying API directly. */ @BetaApi @Generated("by gapic-generator-java") public abstract class TranslationServiceStub implements BackgroundResource { public OperationsStub getOperationsStub() { return null; } public com.google.api.gax.httpjson.longrunning.stub.OperationsStub getHttpJsonOperationsStub() { return null; } public UnaryCallable translateTextCallable() { throw new UnsupportedOperationException("Not implemented: translateTextCallable()"); } public UnaryCallable detectLanguageCallable() { throw new UnsupportedOperationException("Not implemented: detectLanguageCallable()"); } public UnaryCallable getSupportedLanguagesCallable() { throw new UnsupportedOperationException("Not implemented: getSupportedLanguagesCallable()"); } public UnaryCallable translateDocumentCallable() { throw new UnsupportedOperationException("Not implemented: translateDocumentCallable()"); } public OperationCallable< BatchTranslateTextRequest, BatchTranslateResponse, BatchTranslateMetadata> batchTranslateTextOperationCallable() { throw new UnsupportedOperationException( "Not implemented: batchTranslateTextOperationCallable()"); } public UnaryCallable batchTranslateTextCallable() { throw new UnsupportedOperationException("Not implemented: batchTranslateTextCallable()"); } public OperationCallable< BatchTranslateDocumentRequest, BatchTranslateDocumentResponse, BatchTranslateDocumentMetadata> batchTranslateDocumentOperationCallable() { throw new UnsupportedOperationException( "Not implemented: batchTranslateDocumentOperationCallable()"); } public UnaryCallable batchTranslateDocumentCallable() { throw new UnsupportedOperationException("Not implemented: batchTranslateDocumentCallable()"); } public OperationCallable createGlossaryOperationCallable() { throw new UnsupportedOperationException("Not implemented: createGlossaryOperationCallable()"); } public UnaryCallable createGlossaryCallable() { throw new UnsupportedOperationException("Not implemented: createGlossaryCallable()"); } public UnaryCallable listGlossariesPagedCallable() { throw new UnsupportedOperationException("Not implemented: listGlossariesPagedCallable()"); } public UnaryCallable listGlossariesCallable() { throw new UnsupportedOperationException("Not implemented: listGlossariesCallable()"); } public UnaryCallable getGlossaryCallable() { throw new UnsupportedOperationException("Not implemented: getGlossaryCallable()"); } public OperationCallable deleteGlossaryOperationCallable() { throw new UnsupportedOperationException("Not implemented: deleteGlossaryOperationCallable()"); } public UnaryCallable deleteGlossaryCallable() { throw new UnsupportedOperationException("Not implemented: deleteGlossaryCallable()"); } @Override public abstract void close(); }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy