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

com.google.cloud.translate.v3beta1.TranslationServiceGrpc Maven / Gradle / Ivy

There is a newer version: 0.136.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;

import static io.grpc.MethodDescriptor.generateFullMethodName;

/**
 *
 *
 * 
 * Provides natural language translation operations.
 * 
*/ @javax.annotation.Generated( value = "by gRPC proto compiler", comments = "Source: google/cloud/translate/v3beta1/translation_service.proto") @io.grpc.stub.annotations.GrpcGenerated public final class TranslationServiceGrpc { private TranslationServiceGrpc() {} public static final java.lang.String SERVICE_NAME = "google.cloud.translation.v3beta1.TranslationService"; // Static method descriptors that strictly reflect the proto. private static volatile io.grpc.MethodDescriptor< com.google.cloud.translate.v3beta1.TranslateTextRequest, com.google.cloud.translate.v3beta1.TranslateTextResponse> getTranslateTextMethod; @io.grpc.stub.annotations.RpcMethod( fullMethodName = SERVICE_NAME + '/' + "TranslateText", requestType = com.google.cloud.translate.v3beta1.TranslateTextRequest.class, responseType = com.google.cloud.translate.v3beta1.TranslateTextResponse.class, methodType = io.grpc.MethodDescriptor.MethodType.UNARY) public static io.grpc.MethodDescriptor< com.google.cloud.translate.v3beta1.TranslateTextRequest, com.google.cloud.translate.v3beta1.TranslateTextResponse> getTranslateTextMethod() { io.grpc.MethodDescriptor< com.google.cloud.translate.v3beta1.TranslateTextRequest, com.google.cloud.translate.v3beta1.TranslateTextResponse> getTranslateTextMethod; if ((getTranslateTextMethod = TranslationServiceGrpc.getTranslateTextMethod) == null) { synchronized (TranslationServiceGrpc.class) { if ((getTranslateTextMethod = TranslationServiceGrpc.getTranslateTextMethod) == null) { TranslationServiceGrpc.getTranslateTextMethod = getTranslateTextMethod = io.grpc.MethodDescriptor . newBuilder() .setType(io.grpc.MethodDescriptor.MethodType.UNARY) .setFullMethodName(generateFullMethodName(SERVICE_NAME, "TranslateText")) .setSampledToLocalTracing(true) .setRequestMarshaller( io.grpc.protobuf.ProtoUtils.marshaller( com.google.cloud.translate.v3beta1.TranslateTextRequest .getDefaultInstance())) .setResponseMarshaller( io.grpc.protobuf.ProtoUtils.marshaller( com.google.cloud.translate.v3beta1.TranslateTextResponse .getDefaultInstance())) .setSchemaDescriptor( new TranslationServiceMethodDescriptorSupplier("TranslateText")) .build(); } } } return getTranslateTextMethod; } private static volatile io.grpc.MethodDescriptor< com.google.cloud.translate.v3beta1.DetectLanguageRequest, com.google.cloud.translate.v3beta1.DetectLanguageResponse> getDetectLanguageMethod; @io.grpc.stub.annotations.RpcMethod( fullMethodName = SERVICE_NAME + '/' + "DetectLanguage", requestType = com.google.cloud.translate.v3beta1.DetectLanguageRequest.class, responseType = com.google.cloud.translate.v3beta1.DetectLanguageResponse.class, methodType = io.grpc.MethodDescriptor.MethodType.UNARY) public static io.grpc.MethodDescriptor< com.google.cloud.translate.v3beta1.DetectLanguageRequest, com.google.cloud.translate.v3beta1.DetectLanguageResponse> getDetectLanguageMethod() { io.grpc.MethodDescriptor< com.google.cloud.translate.v3beta1.DetectLanguageRequest, com.google.cloud.translate.v3beta1.DetectLanguageResponse> getDetectLanguageMethod; if ((getDetectLanguageMethod = TranslationServiceGrpc.getDetectLanguageMethod) == null) { synchronized (TranslationServiceGrpc.class) { if ((getDetectLanguageMethod = TranslationServiceGrpc.getDetectLanguageMethod) == null) { TranslationServiceGrpc.getDetectLanguageMethod = getDetectLanguageMethod = io.grpc.MethodDescriptor . newBuilder() .setType(io.grpc.MethodDescriptor.MethodType.UNARY) .setFullMethodName(generateFullMethodName(SERVICE_NAME, "DetectLanguage")) .setSampledToLocalTracing(true) .setRequestMarshaller( io.grpc.protobuf.ProtoUtils.marshaller( com.google.cloud.translate.v3beta1.DetectLanguageRequest .getDefaultInstance())) .setResponseMarshaller( io.grpc.protobuf.ProtoUtils.marshaller( com.google.cloud.translate.v3beta1.DetectLanguageResponse .getDefaultInstance())) .setSchemaDescriptor( new TranslationServiceMethodDescriptorSupplier("DetectLanguage")) .build(); } } } return getDetectLanguageMethod; } private static volatile io.grpc.MethodDescriptor< com.google.cloud.translate.v3beta1.GetSupportedLanguagesRequest, com.google.cloud.translate.v3beta1.SupportedLanguages> getGetSupportedLanguagesMethod; @io.grpc.stub.annotations.RpcMethod( fullMethodName = SERVICE_NAME + '/' + "GetSupportedLanguages", requestType = com.google.cloud.translate.v3beta1.GetSupportedLanguagesRequest.class, responseType = com.google.cloud.translate.v3beta1.SupportedLanguages.class, methodType = io.grpc.MethodDescriptor.MethodType.UNARY) public static io.grpc.MethodDescriptor< com.google.cloud.translate.v3beta1.GetSupportedLanguagesRequest, com.google.cloud.translate.v3beta1.SupportedLanguages> getGetSupportedLanguagesMethod() { io.grpc.MethodDescriptor< com.google.cloud.translate.v3beta1.GetSupportedLanguagesRequest, com.google.cloud.translate.v3beta1.SupportedLanguages> getGetSupportedLanguagesMethod; if ((getGetSupportedLanguagesMethod = TranslationServiceGrpc.getGetSupportedLanguagesMethod) == null) { synchronized (TranslationServiceGrpc.class) { if ((getGetSupportedLanguagesMethod = TranslationServiceGrpc.getGetSupportedLanguagesMethod) == null) { TranslationServiceGrpc.getGetSupportedLanguagesMethod = getGetSupportedLanguagesMethod = io.grpc.MethodDescriptor . newBuilder() .setType(io.grpc.MethodDescriptor.MethodType.UNARY) .setFullMethodName( generateFullMethodName(SERVICE_NAME, "GetSupportedLanguages")) .setSampledToLocalTracing(true) .setRequestMarshaller( io.grpc.protobuf.ProtoUtils.marshaller( com.google.cloud.translate.v3beta1.GetSupportedLanguagesRequest .getDefaultInstance())) .setResponseMarshaller( io.grpc.protobuf.ProtoUtils.marshaller( com.google.cloud.translate.v3beta1.SupportedLanguages .getDefaultInstance())) .setSchemaDescriptor( new TranslationServiceMethodDescriptorSupplier("GetSupportedLanguages")) .build(); } } } return getGetSupportedLanguagesMethod; } private static volatile io.grpc.MethodDescriptor< com.google.cloud.translate.v3beta1.TranslateDocumentRequest, com.google.cloud.translate.v3beta1.TranslateDocumentResponse> getTranslateDocumentMethod; @io.grpc.stub.annotations.RpcMethod( fullMethodName = SERVICE_NAME + '/' + "TranslateDocument", requestType = com.google.cloud.translate.v3beta1.TranslateDocumentRequest.class, responseType = com.google.cloud.translate.v3beta1.TranslateDocumentResponse.class, methodType = io.grpc.MethodDescriptor.MethodType.UNARY) public static io.grpc.MethodDescriptor< com.google.cloud.translate.v3beta1.TranslateDocumentRequest, com.google.cloud.translate.v3beta1.TranslateDocumentResponse> getTranslateDocumentMethod() { io.grpc.MethodDescriptor< com.google.cloud.translate.v3beta1.TranslateDocumentRequest, com.google.cloud.translate.v3beta1.TranslateDocumentResponse> getTranslateDocumentMethod; if ((getTranslateDocumentMethod = TranslationServiceGrpc.getTranslateDocumentMethod) == null) { synchronized (TranslationServiceGrpc.class) { if ((getTranslateDocumentMethod = TranslationServiceGrpc.getTranslateDocumentMethod) == null) { TranslationServiceGrpc.getTranslateDocumentMethod = getTranslateDocumentMethod = io.grpc.MethodDescriptor . newBuilder() .setType(io.grpc.MethodDescriptor.MethodType.UNARY) .setFullMethodName(generateFullMethodName(SERVICE_NAME, "TranslateDocument")) .setSampledToLocalTracing(true) .setRequestMarshaller( io.grpc.protobuf.ProtoUtils.marshaller( com.google.cloud.translate.v3beta1.TranslateDocumentRequest .getDefaultInstance())) .setResponseMarshaller( io.grpc.protobuf.ProtoUtils.marshaller( com.google.cloud.translate.v3beta1.TranslateDocumentResponse .getDefaultInstance())) .setSchemaDescriptor( new TranslationServiceMethodDescriptorSupplier("TranslateDocument")) .build(); } } } return getTranslateDocumentMethod; } private static volatile io.grpc.MethodDescriptor< com.google.cloud.translate.v3beta1.BatchTranslateTextRequest, com.google.longrunning.Operation> getBatchTranslateTextMethod; @io.grpc.stub.annotations.RpcMethod( fullMethodName = SERVICE_NAME + '/' + "BatchTranslateText", requestType = com.google.cloud.translate.v3beta1.BatchTranslateTextRequest.class, responseType = com.google.longrunning.Operation.class, methodType = io.grpc.MethodDescriptor.MethodType.UNARY) public static io.grpc.MethodDescriptor< com.google.cloud.translate.v3beta1.BatchTranslateTextRequest, com.google.longrunning.Operation> getBatchTranslateTextMethod() { io.grpc.MethodDescriptor< com.google.cloud.translate.v3beta1.BatchTranslateTextRequest, com.google.longrunning.Operation> getBatchTranslateTextMethod; if ((getBatchTranslateTextMethod = TranslationServiceGrpc.getBatchTranslateTextMethod) == null) { synchronized (TranslationServiceGrpc.class) { if ((getBatchTranslateTextMethod = TranslationServiceGrpc.getBatchTranslateTextMethod) == null) { TranslationServiceGrpc.getBatchTranslateTextMethod = getBatchTranslateTextMethod = io.grpc.MethodDescriptor . newBuilder() .setType(io.grpc.MethodDescriptor.MethodType.UNARY) .setFullMethodName(generateFullMethodName(SERVICE_NAME, "BatchTranslateText")) .setSampledToLocalTracing(true) .setRequestMarshaller( io.grpc.protobuf.ProtoUtils.marshaller( com.google.cloud.translate.v3beta1.BatchTranslateTextRequest .getDefaultInstance())) .setResponseMarshaller( io.grpc.protobuf.ProtoUtils.marshaller( com.google.longrunning.Operation.getDefaultInstance())) .setSchemaDescriptor( new TranslationServiceMethodDescriptorSupplier("BatchTranslateText")) .build(); } } } return getBatchTranslateTextMethod; } private static volatile io.grpc.MethodDescriptor< com.google.cloud.translate.v3beta1.BatchTranslateDocumentRequest, com.google.longrunning.Operation> getBatchTranslateDocumentMethod; @io.grpc.stub.annotations.RpcMethod( fullMethodName = SERVICE_NAME + '/' + "BatchTranslateDocument", requestType = com.google.cloud.translate.v3beta1.BatchTranslateDocumentRequest.class, responseType = com.google.longrunning.Operation.class, methodType = io.grpc.MethodDescriptor.MethodType.UNARY) public static io.grpc.MethodDescriptor< com.google.cloud.translate.v3beta1.BatchTranslateDocumentRequest, com.google.longrunning.Operation> getBatchTranslateDocumentMethod() { io.grpc.MethodDescriptor< com.google.cloud.translate.v3beta1.BatchTranslateDocumentRequest, com.google.longrunning.Operation> getBatchTranslateDocumentMethod; if ((getBatchTranslateDocumentMethod = TranslationServiceGrpc.getBatchTranslateDocumentMethod) == null) { synchronized (TranslationServiceGrpc.class) { if ((getBatchTranslateDocumentMethod = TranslationServiceGrpc.getBatchTranslateDocumentMethod) == null) { TranslationServiceGrpc.getBatchTranslateDocumentMethod = getBatchTranslateDocumentMethod = io.grpc.MethodDescriptor . newBuilder() .setType(io.grpc.MethodDescriptor.MethodType.UNARY) .setFullMethodName( generateFullMethodName(SERVICE_NAME, "BatchTranslateDocument")) .setSampledToLocalTracing(true) .setRequestMarshaller( io.grpc.protobuf.ProtoUtils.marshaller( com.google.cloud.translate.v3beta1.BatchTranslateDocumentRequest .getDefaultInstance())) .setResponseMarshaller( io.grpc.protobuf.ProtoUtils.marshaller( com.google.longrunning.Operation.getDefaultInstance())) .setSchemaDescriptor( new TranslationServiceMethodDescriptorSupplier("BatchTranslateDocument")) .build(); } } } return getBatchTranslateDocumentMethod; } private static volatile io.grpc.MethodDescriptor< com.google.cloud.translate.v3beta1.CreateGlossaryRequest, com.google.longrunning.Operation> getCreateGlossaryMethod; @io.grpc.stub.annotations.RpcMethod( fullMethodName = SERVICE_NAME + '/' + "CreateGlossary", requestType = com.google.cloud.translate.v3beta1.CreateGlossaryRequest.class, responseType = com.google.longrunning.Operation.class, methodType = io.grpc.MethodDescriptor.MethodType.UNARY) public static io.grpc.MethodDescriptor< com.google.cloud.translate.v3beta1.CreateGlossaryRequest, com.google.longrunning.Operation> getCreateGlossaryMethod() { io.grpc.MethodDescriptor< com.google.cloud.translate.v3beta1.CreateGlossaryRequest, com.google.longrunning.Operation> getCreateGlossaryMethod; if ((getCreateGlossaryMethod = TranslationServiceGrpc.getCreateGlossaryMethod) == null) { synchronized (TranslationServiceGrpc.class) { if ((getCreateGlossaryMethod = TranslationServiceGrpc.getCreateGlossaryMethod) == null) { TranslationServiceGrpc.getCreateGlossaryMethod = getCreateGlossaryMethod = io.grpc.MethodDescriptor . newBuilder() .setType(io.grpc.MethodDescriptor.MethodType.UNARY) .setFullMethodName(generateFullMethodName(SERVICE_NAME, "CreateGlossary")) .setSampledToLocalTracing(true) .setRequestMarshaller( io.grpc.protobuf.ProtoUtils.marshaller( com.google.cloud.translate.v3beta1.CreateGlossaryRequest .getDefaultInstance())) .setResponseMarshaller( io.grpc.protobuf.ProtoUtils.marshaller( com.google.longrunning.Operation.getDefaultInstance())) .setSchemaDescriptor( new TranslationServiceMethodDescriptorSupplier("CreateGlossary")) .build(); } } } return getCreateGlossaryMethod; } private static volatile io.grpc.MethodDescriptor< com.google.cloud.translate.v3beta1.ListGlossariesRequest, com.google.cloud.translate.v3beta1.ListGlossariesResponse> getListGlossariesMethod; @io.grpc.stub.annotations.RpcMethod( fullMethodName = SERVICE_NAME + '/' + "ListGlossaries", requestType = com.google.cloud.translate.v3beta1.ListGlossariesRequest.class, responseType = com.google.cloud.translate.v3beta1.ListGlossariesResponse.class, methodType = io.grpc.MethodDescriptor.MethodType.UNARY) public static io.grpc.MethodDescriptor< com.google.cloud.translate.v3beta1.ListGlossariesRequest, com.google.cloud.translate.v3beta1.ListGlossariesResponse> getListGlossariesMethod() { io.grpc.MethodDescriptor< com.google.cloud.translate.v3beta1.ListGlossariesRequest, com.google.cloud.translate.v3beta1.ListGlossariesResponse> getListGlossariesMethod; if ((getListGlossariesMethod = TranslationServiceGrpc.getListGlossariesMethod) == null) { synchronized (TranslationServiceGrpc.class) { if ((getListGlossariesMethod = TranslationServiceGrpc.getListGlossariesMethod) == null) { TranslationServiceGrpc.getListGlossariesMethod = getListGlossariesMethod = io.grpc.MethodDescriptor . newBuilder() .setType(io.grpc.MethodDescriptor.MethodType.UNARY) .setFullMethodName(generateFullMethodName(SERVICE_NAME, "ListGlossaries")) .setSampledToLocalTracing(true) .setRequestMarshaller( io.grpc.protobuf.ProtoUtils.marshaller( com.google.cloud.translate.v3beta1.ListGlossariesRequest .getDefaultInstance())) .setResponseMarshaller( io.grpc.protobuf.ProtoUtils.marshaller( com.google.cloud.translate.v3beta1.ListGlossariesResponse .getDefaultInstance())) .setSchemaDescriptor( new TranslationServiceMethodDescriptorSupplier("ListGlossaries")) .build(); } } } return getListGlossariesMethod; } private static volatile io.grpc.MethodDescriptor< com.google.cloud.translate.v3beta1.GetGlossaryRequest, com.google.cloud.translate.v3beta1.Glossary> getGetGlossaryMethod; @io.grpc.stub.annotations.RpcMethod( fullMethodName = SERVICE_NAME + '/' + "GetGlossary", requestType = com.google.cloud.translate.v3beta1.GetGlossaryRequest.class, responseType = com.google.cloud.translate.v3beta1.Glossary.class, methodType = io.grpc.MethodDescriptor.MethodType.UNARY) public static io.grpc.MethodDescriptor< com.google.cloud.translate.v3beta1.GetGlossaryRequest, com.google.cloud.translate.v3beta1.Glossary> getGetGlossaryMethod() { io.grpc.MethodDescriptor< com.google.cloud.translate.v3beta1.GetGlossaryRequest, com.google.cloud.translate.v3beta1.Glossary> getGetGlossaryMethod; if ((getGetGlossaryMethod = TranslationServiceGrpc.getGetGlossaryMethod) == null) { synchronized (TranslationServiceGrpc.class) { if ((getGetGlossaryMethod = TranslationServiceGrpc.getGetGlossaryMethod) == null) { TranslationServiceGrpc.getGetGlossaryMethod = getGetGlossaryMethod = io.grpc.MethodDescriptor . newBuilder() .setType(io.grpc.MethodDescriptor.MethodType.UNARY) .setFullMethodName(generateFullMethodName(SERVICE_NAME, "GetGlossary")) .setSampledToLocalTracing(true) .setRequestMarshaller( io.grpc.protobuf.ProtoUtils.marshaller( com.google.cloud.translate.v3beta1.GetGlossaryRequest .getDefaultInstance())) .setResponseMarshaller( io.grpc.protobuf.ProtoUtils.marshaller( com.google.cloud.translate.v3beta1.Glossary.getDefaultInstance())) .setSchemaDescriptor( new TranslationServiceMethodDescriptorSupplier("GetGlossary")) .build(); } } } return getGetGlossaryMethod; } private static volatile io.grpc.MethodDescriptor< com.google.cloud.translate.v3beta1.DeleteGlossaryRequest, com.google.longrunning.Operation> getDeleteGlossaryMethod; @io.grpc.stub.annotations.RpcMethod( fullMethodName = SERVICE_NAME + '/' + "DeleteGlossary", requestType = com.google.cloud.translate.v3beta1.DeleteGlossaryRequest.class, responseType = com.google.longrunning.Operation.class, methodType = io.grpc.MethodDescriptor.MethodType.UNARY) public static io.grpc.MethodDescriptor< com.google.cloud.translate.v3beta1.DeleteGlossaryRequest, com.google.longrunning.Operation> getDeleteGlossaryMethod() { io.grpc.MethodDescriptor< com.google.cloud.translate.v3beta1.DeleteGlossaryRequest, com.google.longrunning.Operation> getDeleteGlossaryMethod; if ((getDeleteGlossaryMethod = TranslationServiceGrpc.getDeleteGlossaryMethod) == null) { synchronized (TranslationServiceGrpc.class) { if ((getDeleteGlossaryMethod = TranslationServiceGrpc.getDeleteGlossaryMethod) == null) { TranslationServiceGrpc.getDeleteGlossaryMethod = getDeleteGlossaryMethod = io.grpc.MethodDescriptor . newBuilder() .setType(io.grpc.MethodDescriptor.MethodType.UNARY) .setFullMethodName(generateFullMethodName(SERVICE_NAME, "DeleteGlossary")) .setSampledToLocalTracing(true) .setRequestMarshaller( io.grpc.protobuf.ProtoUtils.marshaller( com.google.cloud.translate.v3beta1.DeleteGlossaryRequest .getDefaultInstance())) .setResponseMarshaller( io.grpc.protobuf.ProtoUtils.marshaller( com.google.longrunning.Operation.getDefaultInstance())) .setSchemaDescriptor( new TranslationServiceMethodDescriptorSupplier("DeleteGlossary")) .build(); } } } return getDeleteGlossaryMethod; } /** Creates a new async stub that supports all call types for the service */ public static TranslationServiceStub newStub(io.grpc.Channel channel) { io.grpc.stub.AbstractStub.StubFactory factory = new io.grpc.stub.AbstractStub.StubFactory() { @java.lang.Override public TranslationServiceStub newStub( io.grpc.Channel channel, io.grpc.CallOptions callOptions) { return new TranslationServiceStub(channel, callOptions); } }; return TranslationServiceStub.newStub(factory, channel); } /** * Creates a new blocking-style stub that supports unary and streaming output calls on the service */ public static TranslationServiceBlockingStub newBlockingStub(io.grpc.Channel channel) { io.grpc.stub.AbstractStub.StubFactory factory = new io.grpc.stub.AbstractStub.StubFactory() { @java.lang.Override public TranslationServiceBlockingStub newStub( io.grpc.Channel channel, io.grpc.CallOptions callOptions) { return new TranslationServiceBlockingStub(channel, callOptions); } }; return TranslationServiceBlockingStub.newStub(factory, channel); } /** Creates a new ListenableFuture-style stub that supports unary calls on the service */ public static TranslationServiceFutureStub newFutureStub(io.grpc.Channel channel) { io.grpc.stub.AbstractStub.StubFactory factory = new io.grpc.stub.AbstractStub.StubFactory() { @java.lang.Override public TranslationServiceFutureStub newStub( io.grpc.Channel channel, io.grpc.CallOptions callOptions) { return new TranslationServiceFutureStub(channel, callOptions); } }; return TranslationServiceFutureStub.newStub(factory, channel); } /** * * *
   * Provides natural language translation operations.
   * 
*/ public interface AsyncService { /** * * *
     * Translates input text and returns translated text.
     * 
*/ default void translateText( com.google.cloud.translate.v3beta1.TranslateTextRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall( getTranslateTextMethod(), responseObserver); } /** * * *
     * Detects the language of text within a request.
     * 
*/ default void detectLanguage( com.google.cloud.translate.v3beta1.DetectLanguageRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall( getDetectLanguageMethod(), responseObserver); } /** * * *
     * Returns a list of supported languages for translation.
     * 
*/ default void getSupportedLanguages( com.google.cloud.translate.v3beta1.GetSupportedLanguagesRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall( getGetSupportedLanguagesMethod(), responseObserver); } /** * * *
     * Translates documents in synchronous mode.
     * 
*/ default void translateDocument( com.google.cloud.translate.v3beta1.TranslateDocumentRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall( getTranslateDocumentMethod(), responseObserver); } /** * * *
     * Translates a large volume of text in asynchronous batch mode.
     * This function provides real-time output as the inputs are being processed.
     * If caller cancels a request, the partial results (for an input file, it's
     * all or nothing) may still be available on the specified output location.
     * This call returns immediately and you can
     * use google.longrunning.Operation.name to poll the status of the call.
     * 
*/ default void batchTranslateText( com.google.cloud.translate.v3beta1.BatchTranslateTextRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall( getBatchTranslateTextMethod(), responseObserver); } /** * * *
     * Translates a large volume of document in asynchronous batch mode.
     * This function provides real-time output as the inputs are being processed.
     * If caller cancels a request, the partial results (for an input file, it's
     * all or nothing) may still be available on the specified output location.
     * This call returns immediately and you can use
     * google.longrunning.Operation.name to poll the status of the call.
     * 
*/ default void batchTranslateDocument( com.google.cloud.translate.v3beta1.BatchTranslateDocumentRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall( getBatchTranslateDocumentMethod(), responseObserver); } /** * * *
     * Creates a glossary and returns the long-running operation. Returns
     * NOT_FOUND, if the project doesn't exist.
     * 
*/ default void createGlossary( com.google.cloud.translate.v3beta1.CreateGlossaryRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall( getCreateGlossaryMethod(), responseObserver); } /** * * *
     * Lists glossaries in a project. Returns NOT_FOUND, if the project doesn't
     * exist.
     * 
*/ default void listGlossaries( com.google.cloud.translate.v3beta1.ListGlossariesRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall( getListGlossariesMethod(), responseObserver); } /** * * *
     * Gets a glossary. Returns NOT_FOUND, if the glossary doesn't
     * exist.
     * 
*/ default void getGlossary( com.google.cloud.translate.v3beta1.GetGlossaryRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall( getGetGlossaryMethod(), responseObserver); } /** * * *
     * Deletes a glossary, or cancels glossary construction
     * if the glossary isn't created yet.
     * Returns NOT_FOUND, if the glossary doesn't exist.
     * 
*/ default void deleteGlossary( com.google.cloud.translate.v3beta1.DeleteGlossaryRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall( getDeleteGlossaryMethod(), responseObserver); } } /** * Base class for the server implementation of the service TranslationService. * *
   * Provides natural language translation operations.
   * 
*/ public abstract static class TranslationServiceImplBase implements io.grpc.BindableService, AsyncService { @java.lang.Override public final io.grpc.ServerServiceDefinition bindService() { return TranslationServiceGrpc.bindService(this); } } /** * A stub to allow clients to do asynchronous rpc calls to service TranslationService. * *
   * Provides natural language translation operations.
   * 
*/ public static final class TranslationServiceStub extends io.grpc.stub.AbstractAsyncStub { private TranslationServiceStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions) { super(channel, callOptions); } @java.lang.Override protected TranslationServiceStub build( io.grpc.Channel channel, io.grpc.CallOptions callOptions) { return new TranslationServiceStub(channel, callOptions); } /** * * *
     * Translates input text and returns translated text.
     * 
*/ public void translateText( com.google.cloud.translate.v3beta1.TranslateTextRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ClientCalls.asyncUnaryCall( getChannel().newCall(getTranslateTextMethod(), getCallOptions()), request, responseObserver); } /** * * *
     * Detects the language of text within a request.
     * 
*/ public void detectLanguage( com.google.cloud.translate.v3beta1.DetectLanguageRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ClientCalls.asyncUnaryCall( getChannel().newCall(getDetectLanguageMethod(), getCallOptions()), request, responseObserver); } /** * * *
     * Returns a list of supported languages for translation.
     * 
*/ public void getSupportedLanguages( com.google.cloud.translate.v3beta1.GetSupportedLanguagesRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ClientCalls.asyncUnaryCall( getChannel().newCall(getGetSupportedLanguagesMethod(), getCallOptions()), request, responseObserver); } /** * * *
     * Translates documents in synchronous mode.
     * 
*/ public void translateDocument( com.google.cloud.translate.v3beta1.TranslateDocumentRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ClientCalls.asyncUnaryCall( getChannel().newCall(getTranslateDocumentMethod(), getCallOptions()), request, responseObserver); } /** * * *
     * Translates a large volume of text in asynchronous batch mode.
     * This function provides real-time output as the inputs are being processed.
     * If caller cancels a request, the partial results (for an input file, it's
     * all or nothing) may still be available on the specified output location.
     * This call returns immediately and you can
     * use google.longrunning.Operation.name to poll the status of the call.
     * 
*/ public void batchTranslateText( com.google.cloud.translate.v3beta1.BatchTranslateTextRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ClientCalls.asyncUnaryCall( getChannel().newCall(getBatchTranslateTextMethod(), getCallOptions()), request, responseObserver); } /** * * *
     * Translates a large volume of document in asynchronous batch mode.
     * This function provides real-time output as the inputs are being processed.
     * If caller cancels a request, the partial results (for an input file, it's
     * all or nothing) may still be available on the specified output location.
     * This call returns immediately and you can use
     * google.longrunning.Operation.name to poll the status of the call.
     * 
*/ public void batchTranslateDocument( com.google.cloud.translate.v3beta1.BatchTranslateDocumentRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ClientCalls.asyncUnaryCall( getChannel().newCall(getBatchTranslateDocumentMethod(), getCallOptions()), request, responseObserver); } /** * * *
     * Creates a glossary and returns the long-running operation. Returns
     * NOT_FOUND, if the project doesn't exist.
     * 
*/ public void createGlossary( com.google.cloud.translate.v3beta1.CreateGlossaryRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ClientCalls.asyncUnaryCall( getChannel().newCall(getCreateGlossaryMethod(), getCallOptions()), request, responseObserver); } /** * * *
     * Lists glossaries in a project. Returns NOT_FOUND, if the project doesn't
     * exist.
     * 
*/ public void listGlossaries( com.google.cloud.translate.v3beta1.ListGlossariesRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ClientCalls.asyncUnaryCall( getChannel().newCall(getListGlossariesMethod(), getCallOptions()), request, responseObserver); } /** * * *
     * Gets a glossary. Returns NOT_FOUND, if the glossary doesn't
     * exist.
     * 
*/ public void getGlossary( com.google.cloud.translate.v3beta1.GetGlossaryRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ClientCalls.asyncUnaryCall( getChannel().newCall(getGetGlossaryMethod(), getCallOptions()), request, responseObserver); } /** * * *
     * Deletes a glossary, or cancels glossary construction
     * if the glossary isn't created yet.
     * Returns NOT_FOUND, if the glossary doesn't exist.
     * 
*/ public void deleteGlossary( com.google.cloud.translate.v3beta1.DeleteGlossaryRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ClientCalls.asyncUnaryCall( getChannel().newCall(getDeleteGlossaryMethod(), getCallOptions()), request, responseObserver); } } /** * A stub to allow clients to do synchronous rpc calls to service TranslationService. * *
   * Provides natural language translation operations.
   * 
*/ public static final class TranslationServiceBlockingStub extends io.grpc.stub.AbstractBlockingStub { private TranslationServiceBlockingStub( io.grpc.Channel channel, io.grpc.CallOptions callOptions) { super(channel, callOptions); } @java.lang.Override protected TranslationServiceBlockingStub build( io.grpc.Channel channel, io.grpc.CallOptions callOptions) { return new TranslationServiceBlockingStub(channel, callOptions); } /** * * *
     * Translates input text and returns translated text.
     * 
*/ public com.google.cloud.translate.v3beta1.TranslateTextResponse translateText( com.google.cloud.translate.v3beta1.TranslateTextRequest request) { return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getTranslateTextMethod(), getCallOptions(), request); } /** * * *
     * Detects the language of text within a request.
     * 
*/ public com.google.cloud.translate.v3beta1.DetectLanguageResponse detectLanguage( com.google.cloud.translate.v3beta1.DetectLanguageRequest request) { return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getDetectLanguageMethod(), getCallOptions(), request); } /** * * *
     * Returns a list of supported languages for translation.
     * 
*/ public com.google.cloud.translate.v3beta1.SupportedLanguages getSupportedLanguages( com.google.cloud.translate.v3beta1.GetSupportedLanguagesRequest request) { return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getGetSupportedLanguagesMethod(), getCallOptions(), request); } /** * * *
     * Translates documents in synchronous mode.
     * 
*/ public com.google.cloud.translate.v3beta1.TranslateDocumentResponse translateDocument( com.google.cloud.translate.v3beta1.TranslateDocumentRequest request) { return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getTranslateDocumentMethod(), getCallOptions(), request); } /** * * *
     * Translates a large volume of text in asynchronous batch mode.
     * This function provides real-time output as the inputs are being processed.
     * If caller cancels a request, the partial results (for an input file, it's
     * all or nothing) may still be available on the specified output location.
     * This call returns immediately and you can
     * use google.longrunning.Operation.name to poll the status of the call.
     * 
*/ public com.google.longrunning.Operation batchTranslateText( com.google.cloud.translate.v3beta1.BatchTranslateTextRequest request) { return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getBatchTranslateTextMethod(), getCallOptions(), request); } /** * * *
     * Translates a large volume of document in asynchronous batch mode.
     * This function provides real-time output as the inputs are being processed.
     * If caller cancels a request, the partial results (for an input file, it's
     * all or nothing) may still be available on the specified output location.
     * This call returns immediately and you can use
     * google.longrunning.Operation.name to poll the status of the call.
     * 
*/ public com.google.longrunning.Operation batchTranslateDocument( com.google.cloud.translate.v3beta1.BatchTranslateDocumentRequest request) { return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getBatchTranslateDocumentMethod(), getCallOptions(), request); } /** * * *
     * Creates a glossary and returns the long-running operation. Returns
     * NOT_FOUND, if the project doesn't exist.
     * 
*/ public com.google.longrunning.Operation createGlossary( com.google.cloud.translate.v3beta1.CreateGlossaryRequest request) { return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getCreateGlossaryMethod(), getCallOptions(), request); } /** * * *
     * Lists glossaries in a project. Returns NOT_FOUND, if the project doesn't
     * exist.
     * 
*/ public com.google.cloud.translate.v3beta1.ListGlossariesResponse listGlossaries( com.google.cloud.translate.v3beta1.ListGlossariesRequest request) { return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getListGlossariesMethod(), getCallOptions(), request); } /** * * *
     * Gets a glossary. Returns NOT_FOUND, if the glossary doesn't
     * exist.
     * 
*/ public com.google.cloud.translate.v3beta1.Glossary getGlossary( com.google.cloud.translate.v3beta1.GetGlossaryRequest request) { return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getGetGlossaryMethod(), getCallOptions(), request); } /** * * *
     * Deletes a glossary, or cancels glossary construction
     * if the glossary isn't created yet.
     * Returns NOT_FOUND, if the glossary doesn't exist.
     * 
*/ public com.google.longrunning.Operation deleteGlossary( com.google.cloud.translate.v3beta1.DeleteGlossaryRequest request) { return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getDeleteGlossaryMethod(), getCallOptions(), request); } } /** * A stub to allow clients to do ListenableFuture-style rpc calls to service TranslationService. * *
   * Provides natural language translation operations.
   * 
*/ public static final class TranslationServiceFutureStub extends io.grpc.stub.AbstractFutureStub { private TranslationServiceFutureStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions) { super(channel, callOptions); } @java.lang.Override protected TranslationServiceFutureStub build( io.grpc.Channel channel, io.grpc.CallOptions callOptions) { return new TranslationServiceFutureStub(channel, callOptions); } /** * * *
     * Translates input text and returns translated text.
     * 
*/ public com.google.common.util.concurrent.ListenableFuture< com.google.cloud.translate.v3beta1.TranslateTextResponse> translateText(com.google.cloud.translate.v3beta1.TranslateTextRequest request) { return io.grpc.stub.ClientCalls.futureUnaryCall( getChannel().newCall(getTranslateTextMethod(), getCallOptions()), request); } /** * * *
     * Detects the language of text within a request.
     * 
*/ public com.google.common.util.concurrent.ListenableFuture< com.google.cloud.translate.v3beta1.DetectLanguageResponse> detectLanguage(com.google.cloud.translate.v3beta1.DetectLanguageRequest request) { return io.grpc.stub.ClientCalls.futureUnaryCall( getChannel().newCall(getDetectLanguageMethod(), getCallOptions()), request); } /** * * *
     * Returns a list of supported languages for translation.
     * 
*/ public com.google.common.util.concurrent.ListenableFuture< com.google.cloud.translate.v3beta1.SupportedLanguages> getSupportedLanguages( com.google.cloud.translate.v3beta1.GetSupportedLanguagesRequest request) { return io.grpc.stub.ClientCalls.futureUnaryCall( getChannel().newCall(getGetSupportedLanguagesMethod(), getCallOptions()), request); } /** * * *
     * Translates documents in synchronous mode.
     * 
*/ public com.google.common.util.concurrent.ListenableFuture< com.google.cloud.translate.v3beta1.TranslateDocumentResponse> translateDocument(com.google.cloud.translate.v3beta1.TranslateDocumentRequest request) { return io.grpc.stub.ClientCalls.futureUnaryCall( getChannel().newCall(getTranslateDocumentMethod(), getCallOptions()), request); } /** * * *
     * Translates a large volume of text in asynchronous batch mode.
     * This function provides real-time output as the inputs are being processed.
     * If caller cancels a request, the partial results (for an input file, it's
     * all or nothing) may still be available on the specified output location.
     * This call returns immediately and you can
     * use google.longrunning.Operation.name to poll the status of the call.
     * 
*/ public com.google.common.util.concurrent.ListenableFuture batchTranslateText(com.google.cloud.translate.v3beta1.BatchTranslateTextRequest request) { return io.grpc.stub.ClientCalls.futureUnaryCall( getChannel().newCall(getBatchTranslateTextMethod(), getCallOptions()), request); } /** * * *
     * Translates a large volume of document in asynchronous batch mode.
     * This function provides real-time output as the inputs are being processed.
     * If caller cancels a request, the partial results (for an input file, it's
     * all or nothing) may still be available on the specified output location.
     * This call returns immediately and you can use
     * google.longrunning.Operation.name to poll the status of the call.
     * 
*/ public com.google.common.util.concurrent.ListenableFuture batchTranslateDocument( com.google.cloud.translate.v3beta1.BatchTranslateDocumentRequest request) { return io.grpc.stub.ClientCalls.futureUnaryCall( getChannel().newCall(getBatchTranslateDocumentMethod(), getCallOptions()), request); } /** * * *
     * Creates a glossary and returns the long-running operation. Returns
     * NOT_FOUND, if the project doesn't exist.
     * 
*/ public com.google.common.util.concurrent.ListenableFuture createGlossary(com.google.cloud.translate.v3beta1.CreateGlossaryRequest request) { return io.grpc.stub.ClientCalls.futureUnaryCall( getChannel().newCall(getCreateGlossaryMethod(), getCallOptions()), request); } /** * * *
     * Lists glossaries in a project. Returns NOT_FOUND, if the project doesn't
     * exist.
     * 
*/ public com.google.common.util.concurrent.ListenableFuture< com.google.cloud.translate.v3beta1.ListGlossariesResponse> listGlossaries(com.google.cloud.translate.v3beta1.ListGlossariesRequest request) { return io.grpc.stub.ClientCalls.futureUnaryCall( getChannel().newCall(getListGlossariesMethod(), getCallOptions()), request); } /** * * *
     * Gets a glossary. Returns NOT_FOUND, if the glossary doesn't
     * exist.
     * 
*/ public com.google.common.util.concurrent.ListenableFuture< com.google.cloud.translate.v3beta1.Glossary> getGlossary(com.google.cloud.translate.v3beta1.GetGlossaryRequest request) { return io.grpc.stub.ClientCalls.futureUnaryCall( getChannel().newCall(getGetGlossaryMethod(), getCallOptions()), request); } /** * * *
     * Deletes a glossary, or cancels glossary construction
     * if the glossary isn't created yet.
     * Returns NOT_FOUND, if the glossary doesn't exist.
     * 
*/ public com.google.common.util.concurrent.ListenableFuture deleteGlossary(com.google.cloud.translate.v3beta1.DeleteGlossaryRequest request) { return io.grpc.stub.ClientCalls.futureUnaryCall( getChannel().newCall(getDeleteGlossaryMethod(), getCallOptions()), request); } } private static final int METHODID_TRANSLATE_TEXT = 0; private static final int METHODID_DETECT_LANGUAGE = 1; private static final int METHODID_GET_SUPPORTED_LANGUAGES = 2; private static final int METHODID_TRANSLATE_DOCUMENT = 3; private static final int METHODID_BATCH_TRANSLATE_TEXT = 4; private static final int METHODID_BATCH_TRANSLATE_DOCUMENT = 5; private static final int METHODID_CREATE_GLOSSARY = 6; private static final int METHODID_LIST_GLOSSARIES = 7; private static final int METHODID_GET_GLOSSARY = 8; private static final int METHODID_DELETE_GLOSSARY = 9; private static final class MethodHandlers implements io.grpc.stub.ServerCalls.UnaryMethod, io.grpc.stub.ServerCalls.ServerStreamingMethod, io.grpc.stub.ServerCalls.ClientStreamingMethod, io.grpc.stub.ServerCalls.BidiStreamingMethod { private final AsyncService serviceImpl; private final int methodId; MethodHandlers(AsyncService serviceImpl, int methodId) { this.serviceImpl = serviceImpl; this.methodId = methodId; } @java.lang.Override @java.lang.SuppressWarnings("unchecked") public void invoke(Req request, io.grpc.stub.StreamObserver responseObserver) { switch (methodId) { case METHODID_TRANSLATE_TEXT: serviceImpl.translateText( (com.google.cloud.translate.v3beta1.TranslateTextRequest) request, (io.grpc.stub.StreamObserver< com.google.cloud.translate.v3beta1.TranslateTextResponse>) responseObserver); break; case METHODID_DETECT_LANGUAGE: serviceImpl.detectLanguage( (com.google.cloud.translate.v3beta1.DetectLanguageRequest) request, (io.grpc.stub.StreamObserver< com.google.cloud.translate.v3beta1.DetectLanguageResponse>) responseObserver); break; case METHODID_GET_SUPPORTED_LANGUAGES: serviceImpl.getSupportedLanguages( (com.google.cloud.translate.v3beta1.GetSupportedLanguagesRequest) request, (io.grpc.stub.StreamObserver) responseObserver); break; case METHODID_TRANSLATE_DOCUMENT: serviceImpl.translateDocument( (com.google.cloud.translate.v3beta1.TranslateDocumentRequest) request, (io.grpc.stub.StreamObserver< com.google.cloud.translate.v3beta1.TranslateDocumentResponse>) responseObserver); break; case METHODID_BATCH_TRANSLATE_TEXT: serviceImpl.batchTranslateText( (com.google.cloud.translate.v3beta1.BatchTranslateTextRequest) request, (io.grpc.stub.StreamObserver) responseObserver); break; case METHODID_BATCH_TRANSLATE_DOCUMENT: serviceImpl.batchTranslateDocument( (com.google.cloud.translate.v3beta1.BatchTranslateDocumentRequest) request, (io.grpc.stub.StreamObserver) responseObserver); break; case METHODID_CREATE_GLOSSARY: serviceImpl.createGlossary( (com.google.cloud.translate.v3beta1.CreateGlossaryRequest) request, (io.grpc.stub.StreamObserver) responseObserver); break; case METHODID_LIST_GLOSSARIES: serviceImpl.listGlossaries( (com.google.cloud.translate.v3beta1.ListGlossariesRequest) request, (io.grpc.stub.StreamObserver< com.google.cloud.translate.v3beta1.ListGlossariesResponse>) responseObserver); break; case METHODID_GET_GLOSSARY: serviceImpl.getGlossary( (com.google.cloud.translate.v3beta1.GetGlossaryRequest) request, (io.grpc.stub.StreamObserver) responseObserver); break; case METHODID_DELETE_GLOSSARY: serviceImpl.deleteGlossary( (com.google.cloud.translate.v3beta1.DeleteGlossaryRequest) request, (io.grpc.stub.StreamObserver) responseObserver); break; default: throw new AssertionError(); } } @java.lang.Override @java.lang.SuppressWarnings("unchecked") public io.grpc.stub.StreamObserver invoke( io.grpc.stub.StreamObserver responseObserver) { switch (methodId) { default: throw new AssertionError(); } } } public static final io.grpc.ServerServiceDefinition bindService(AsyncService service) { return io.grpc.ServerServiceDefinition.builder(getServiceDescriptor()) .addMethod( getTranslateTextMethod(), io.grpc.stub.ServerCalls.asyncUnaryCall( new MethodHandlers< com.google.cloud.translate.v3beta1.TranslateTextRequest, com.google.cloud.translate.v3beta1.TranslateTextResponse>( service, METHODID_TRANSLATE_TEXT))) .addMethod( getDetectLanguageMethod(), io.grpc.stub.ServerCalls.asyncUnaryCall( new MethodHandlers< com.google.cloud.translate.v3beta1.DetectLanguageRequest, com.google.cloud.translate.v3beta1.DetectLanguageResponse>( service, METHODID_DETECT_LANGUAGE))) .addMethod( getGetSupportedLanguagesMethod(), io.grpc.stub.ServerCalls.asyncUnaryCall( new MethodHandlers< com.google.cloud.translate.v3beta1.GetSupportedLanguagesRequest, com.google.cloud.translate.v3beta1.SupportedLanguages>( service, METHODID_GET_SUPPORTED_LANGUAGES))) .addMethod( getTranslateDocumentMethod(), io.grpc.stub.ServerCalls.asyncUnaryCall( new MethodHandlers< com.google.cloud.translate.v3beta1.TranslateDocumentRequest, com.google.cloud.translate.v3beta1.TranslateDocumentResponse>( service, METHODID_TRANSLATE_DOCUMENT))) .addMethod( getBatchTranslateTextMethod(), io.grpc.stub.ServerCalls.asyncUnaryCall( new MethodHandlers< com.google.cloud.translate.v3beta1.BatchTranslateTextRequest, com.google.longrunning.Operation>(service, METHODID_BATCH_TRANSLATE_TEXT))) .addMethod( getBatchTranslateDocumentMethod(), io.grpc.stub.ServerCalls.asyncUnaryCall( new MethodHandlers< com.google.cloud.translate.v3beta1.BatchTranslateDocumentRequest, com.google.longrunning.Operation>(service, METHODID_BATCH_TRANSLATE_DOCUMENT))) .addMethod( getCreateGlossaryMethod(), io.grpc.stub.ServerCalls.asyncUnaryCall( new MethodHandlers< com.google.cloud.translate.v3beta1.CreateGlossaryRequest, com.google.longrunning.Operation>(service, METHODID_CREATE_GLOSSARY))) .addMethod( getListGlossariesMethod(), io.grpc.stub.ServerCalls.asyncUnaryCall( new MethodHandlers< com.google.cloud.translate.v3beta1.ListGlossariesRequest, com.google.cloud.translate.v3beta1.ListGlossariesResponse>( service, METHODID_LIST_GLOSSARIES))) .addMethod( getGetGlossaryMethod(), io.grpc.stub.ServerCalls.asyncUnaryCall( new MethodHandlers< com.google.cloud.translate.v3beta1.GetGlossaryRequest, com.google.cloud.translate.v3beta1.Glossary>(service, METHODID_GET_GLOSSARY))) .addMethod( getDeleteGlossaryMethod(), io.grpc.stub.ServerCalls.asyncUnaryCall( new MethodHandlers< com.google.cloud.translate.v3beta1.DeleteGlossaryRequest, com.google.longrunning.Operation>(service, METHODID_DELETE_GLOSSARY))) .build(); } private abstract static class TranslationServiceBaseDescriptorSupplier implements io.grpc.protobuf.ProtoFileDescriptorSupplier, io.grpc.protobuf.ProtoServiceDescriptorSupplier { TranslationServiceBaseDescriptorSupplier() {} @java.lang.Override public com.google.protobuf.Descriptors.FileDescriptor getFileDescriptor() { return com.google.cloud.translate.v3beta1.TranslationServiceProto.getDescriptor(); } @java.lang.Override public com.google.protobuf.Descriptors.ServiceDescriptor getServiceDescriptor() { return getFileDescriptor().findServiceByName("TranslationService"); } } private static final class TranslationServiceFileDescriptorSupplier extends TranslationServiceBaseDescriptorSupplier { TranslationServiceFileDescriptorSupplier() {} } private static final class TranslationServiceMethodDescriptorSupplier extends TranslationServiceBaseDescriptorSupplier implements io.grpc.protobuf.ProtoMethodDescriptorSupplier { private final java.lang.String methodName; TranslationServiceMethodDescriptorSupplier(java.lang.String methodName) { this.methodName = methodName; } @java.lang.Override public com.google.protobuf.Descriptors.MethodDescriptor getMethodDescriptor() { return getServiceDescriptor().findMethodByName(methodName); } } private static volatile io.grpc.ServiceDescriptor serviceDescriptor; public static io.grpc.ServiceDescriptor getServiceDescriptor() { io.grpc.ServiceDescriptor result = serviceDescriptor; if (result == null) { synchronized (TranslationServiceGrpc.class) { result = serviceDescriptor; if (result == null) { serviceDescriptor = result = io.grpc.ServiceDescriptor.newBuilder(SERVICE_NAME) .setSchemaDescriptor(new TranslationServiceFileDescriptorSupplier()) .addMethod(getTranslateTextMethod()) .addMethod(getDetectLanguageMethod()) .addMethod(getGetSupportedLanguagesMethod()) .addMethod(getTranslateDocumentMethod()) .addMethod(getBatchTranslateTextMethod()) .addMethod(getBatchTranslateDocumentMethod()) .addMethod(getCreateGlossaryMethod()) .addMethod(getListGlossariesMethod()) .addMethod(getGetGlossaryMethod()) .addMethod(getDeleteGlossaryMethod()) .build(); } } } return result; } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy