com.google.cloud.speech.v1.SpeechGrpc Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of grpc-google-cloud-speech-v1 Show documentation
Show all versions of grpc-google-cloud-speech-v1 Show documentation
GRPC library for grpc-google-cloud-speech-v1
package com.google.cloud.speech.v1;
import static io.grpc.MethodDescriptor.generateFullMethodName;
import static io.grpc.stub.ClientCalls.asyncBidiStreamingCall;
import static io.grpc.stub.ClientCalls.asyncClientStreamingCall;
import static io.grpc.stub.ClientCalls.asyncServerStreamingCall;
import static io.grpc.stub.ClientCalls.asyncUnaryCall;
import static io.grpc.stub.ClientCalls.blockingServerStreamingCall;
import static io.grpc.stub.ClientCalls.blockingUnaryCall;
import static io.grpc.stub.ClientCalls.futureUnaryCall;
import static io.grpc.stub.ServerCalls.asyncBidiStreamingCall;
import static io.grpc.stub.ServerCalls.asyncClientStreamingCall;
import static io.grpc.stub.ServerCalls.asyncServerStreamingCall;
import static io.grpc.stub.ServerCalls.asyncUnaryCall;
import static io.grpc.stub.ServerCalls.asyncUnimplementedStreamingCall;
import static io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall;
/**
*
* Service that implements Google Cloud Speech API.
*
*/
@javax.annotation.Generated(
value = "by gRPC proto compiler (version 1.10.0)",
comments = "Source: google/cloud/speech/v1/cloud_speech.proto")
public final class SpeechGrpc {
private SpeechGrpc() {}
public static final String SERVICE_NAME = "google.cloud.speech.v1.Speech";
// Static method descriptors that strictly reflect the proto.
@io.grpc.ExperimentalApi("https://github.com/grpc/grpc-java/issues/1901")
@java.lang.Deprecated // Use {@link #getRecognizeMethod()} instead.
public static final io.grpc.MethodDescriptor METHOD_RECOGNIZE = getRecognizeMethodHelper();
private static volatile io.grpc.MethodDescriptor getRecognizeMethod;
@io.grpc.ExperimentalApi("https://github.com/grpc/grpc-java/issues/1901")
public static io.grpc.MethodDescriptor getRecognizeMethod() {
return getRecognizeMethodHelper();
}
private static io.grpc.MethodDescriptor getRecognizeMethodHelper() {
io.grpc.MethodDescriptor getRecognizeMethod;
if ((getRecognizeMethod = SpeechGrpc.getRecognizeMethod) == null) {
synchronized (SpeechGrpc.class) {
if ((getRecognizeMethod = SpeechGrpc.getRecognizeMethod) == null) {
SpeechGrpc.getRecognizeMethod = getRecognizeMethod =
io.grpc.MethodDescriptor.newBuilder()
.setType(io.grpc.MethodDescriptor.MethodType.UNARY)
.setFullMethodName(generateFullMethodName(
"google.cloud.speech.v1.Speech", "Recognize"))
.setSampledToLocalTracing(true)
.setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
com.google.cloud.speech.v1.RecognizeRequest.getDefaultInstance()))
.setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
com.google.cloud.speech.v1.RecognizeResponse.getDefaultInstance()))
.setSchemaDescriptor(new SpeechMethodDescriptorSupplier("Recognize"))
.build();
}
}
}
return getRecognizeMethod;
}
@io.grpc.ExperimentalApi("https://github.com/grpc/grpc-java/issues/1901")
@java.lang.Deprecated // Use {@link #getLongRunningRecognizeMethod()} instead.
public static final io.grpc.MethodDescriptor METHOD_LONG_RUNNING_RECOGNIZE = getLongRunningRecognizeMethodHelper();
private static volatile io.grpc.MethodDescriptor getLongRunningRecognizeMethod;
@io.grpc.ExperimentalApi("https://github.com/grpc/grpc-java/issues/1901")
public static io.grpc.MethodDescriptor getLongRunningRecognizeMethod() {
return getLongRunningRecognizeMethodHelper();
}
private static io.grpc.MethodDescriptor getLongRunningRecognizeMethodHelper() {
io.grpc.MethodDescriptor getLongRunningRecognizeMethod;
if ((getLongRunningRecognizeMethod = SpeechGrpc.getLongRunningRecognizeMethod) == null) {
synchronized (SpeechGrpc.class) {
if ((getLongRunningRecognizeMethod = SpeechGrpc.getLongRunningRecognizeMethod) == null) {
SpeechGrpc.getLongRunningRecognizeMethod = getLongRunningRecognizeMethod =
io.grpc.MethodDescriptor.newBuilder()
.setType(io.grpc.MethodDescriptor.MethodType.UNARY)
.setFullMethodName(generateFullMethodName(
"google.cloud.speech.v1.Speech", "LongRunningRecognize"))
.setSampledToLocalTracing(true)
.setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
com.google.cloud.speech.v1.LongRunningRecognizeRequest.getDefaultInstance()))
.setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
com.google.longrunning.Operation.getDefaultInstance()))
.setSchemaDescriptor(new SpeechMethodDescriptorSupplier("LongRunningRecognize"))
.build();
}
}
}
return getLongRunningRecognizeMethod;
}
@io.grpc.ExperimentalApi("https://github.com/grpc/grpc-java/issues/1901")
@java.lang.Deprecated // Use {@link #getStreamingRecognizeMethod()} instead.
public static final io.grpc.MethodDescriptor METHOD_STREAMING_RECOGNIZE = getStreamingRecognizeMethodHelper();
private static volatile io.grpc.MethodDescriptor getStreamingRecognizeMethod;
@io.grpc.ExperimentalApi("https://github.com/grpc/grpc-java/issues/1901")
public static io.grpc.MethodDescriptor getStreamingRecognizeMethod() {
return getStreamingRecognizeMethodHelper();
}
private static io.grpc.MethodDescriptor getStreamingRecognizeMethodHelper() {
io.grpc.MethodDescriptor getStreamingRecognizeMethod;
if ((getStreamingRecognizeMethod = SpeechGrpc.getStreamingRecognizeMethod) == null) {
synchronized (SpeechGrpc.class) {
if ((getStreamingRecognizeMethod = SpeechGrpc.getStreamingRecognizeMethod) == null) {
SpeechGrpc.getStreamingRecognizeMethod = getStreamingRecognizeMethod =
io.grpc.MethodDescriptor.newBuilder()
.setType(io.grpc.MethodDescriptor.MethodType.BIDI_STREAMING)
.setFullMethodName(generateFullMethodName(
"google.cloud.speech.v1.Speech", "StreamingRecognize"))
.setSampledToLocalTracing(true)
.setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
com.google.cloud.speech.v1.StreamingRecognizeRequest.getDefaultInstance()))
.setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
com.google.cloud.speech.v1.StreamingRecognizeResponse.getDefaultInstance()))
.setSchemaDescriptor(new SpeechMethodDescriptorSupplier("StreamingRecognize"))
.build();
}
}
}
return getStreamingRecognizeMethod;
}
/**
* Creates a new async stub that supports all call types for the service
*/
public static SpeechStub newStub(io.grpc.Channel channel) {
return new SpeechStub(channel);
}
/**
* Creates a new blocking-style stub that supports unary and streaming output calls on the service
*/
public static SpeechBlockingStub newBlockingStub(
io.grpc.Channel channel) {
return new SpeechBlockingStub(channel);
}
/**
* Creates a new ListenableFuture-style stub that supports unary calls on the service
*/
public static SpeechFutureStub newFutureStub(
io.grpc.Channel channel) {
return new SpeechFutureStub(channel);
}
/**
*
* Service that implements Google Cloud Speech API.
*
*/
public static abstract class SpeechImplBase implements io.grpc.BindableService {
/**
*
* Performs synchronous speech recognition: receive results after all audio
* has been sent and processed.
*
*/
public void recognize(com.google.cloud.speech.v1.RecognizeRequest request,
io.grpc.stub.StreamObserver responseObserver) {
asyncUnimplementedUnaryCall(getRecognizeMethodHelper(), responseObserver);
}
/**
*
* Performs asynchronous speech recognition: receive results via the
* google.longrunning.Operations interface. Returns either an
* `Operation.error` or an `Operation.response` which contains
* a `LongRunningRecognizeResponse` message.
*
*/
public void longRunningRecognize(com.google.cloud.speech.v1.LongRunningRecognizeRequest request,
io.grpc.stub.StreamObserver responseObserver) {
asyncUnimplementedUnaryCall(getLongRunningRecognizeMethodHelper(), responseObserver);
}
/**
*
* Performs bidirectional streaming speech recognition: receive results while
* sending audio. This method is only available via the gRPC API (not REST).
*
*/
public io.grpc.stub.StreamObserver streamingRecognize(
io.grpc.stub.StreamObserver responseObserver) {
return asyncUnimplementedStreamingCall(getStreamingRecognizeMethodHelper(), responseObserver);
}
@java.lang.Override public final io.grpc.ServerServiceDefinition bindService() {
return io.grpc.ServerServiceDefinition.builder(getServiceDescriptor())
.addMethod(
getRecognizeMethodHelper(),
asyncUnaryCall(
new MethodHandlers<
com.google.cloud.speech.v1.RecognizeRequest,
com.google.cloud.speech.v1.RecognizeResponse>(
this, METHODID_RECOGNIZE)))
.addMethod(
getLongRunningRecognizeMethodHelper(),
asyncUnaryCall(
new MethodHandlers<
com.google.cloud.speech.v1.LongRunningRecognizeRequest,
com.google.longrunning.Operation>(
this, METHODID_LONG_RUNNING_RECOGNIZE)))
.addMethod(
getStreamingRecognizeMethodHelper(),
asyncBidiStreamingCall(
new MethodHandlers<
com.google.cloud.speech.v1.StreamingRecognizeRequest,
com.google.cloud.speech.v1.StreamingRecognizeResponse>(
this, METHODID_STREAMING_RECOGNIZE)))
.build();
}
}
/**
*
* Service that implements Google Cloud Speech API.
*
*/
public static final class SpeechStub extends io.grpc.stub.AbstractStub {
private SpeechStub(io.grpc.Channel channel) {
super(channel);
}
private SpeechStub(io.grpc.Channel channel,
io.grpc.CallOptions callOptions) {
super(channel, callOptions);
}
@java.lang.Override
protected SpeechStub build(io.grpc.Channel channel,
io.grpc.CallOptions callOptions) {
return new SpeechStub(channel, callOptions);
}
/**
*
* Performs synchronous speech recognition: receive results after all audio
* has been sent and processed.
*
*/
public void recognize(com.google.cloud.speech.v1.RecognizeRequest request,
io.grpc.stub.StreamObserver responseObserver) {
asyncUnaryCall(
getChannel().newCall(getRecognizeMethodHelper(), getCallOptions()), request, responseObserver);
}
/**
*
* Performs asynchronous speech recognition: receive results via the
* google.longrunning.Operations interface. Returns either an
* `Operation.error` or an `Operation.response` which contains
* a `LongRunningRecognizeResponse` message.
*
*/
public void longRunningRecognize(com.google.cloud.speech.v1.LongRunningRecognizeRequest request,
io.grpc.stub.StreamObserver responseObserver) {
asyncUnaryCall(
getChannel().newCall(getLongRunningRecognizeMethodHelper(), getCallOptions()), request, responseObserver);
}
/**
*
* Performs bidirectional streaming speech recognition: receive results while
* sending audio. This method is only available via the gRPC API (not REST).
*
*/
public io.grpc.stub.StreamObserver streamingRecognize(
io.grpc.stub.StreamObserver responseObserver) {
return asyncBidiStreamingCall(
getChannel().newCall(getStreamingRecognizeMethodHelper(), getCallOptions()), responseObserver);
}
}
/**
*
* Service that implements Google Cloud Speech API.
*
*/
public static final class SpeechBlockingStub extends io.grpc.stub.AbstractStub {
private SpeechBlockingStub(io.grpc.Channel channel) {
super(channel);
}
private SpeechBlockingStub(io.grpc.Channel channel,
io.grpc.CallOptions callOptions) {
super(channel, callOptions);
}
@java.lang.Override
protected SpeechBlockingStub build(io.grpc.Channel channel,
io.grpc.CallOptions callOptions) {
return new SpeechBlockingStub(channel, callOptions);
}
/**
*
* Performs synchronous speech recognition: receive results after all audio
* has been sent and processed.
*
*/
public com.google.cloud.speech.v1.RecognizeResponse recognize(com.google.cloud.speech.v1.RecognizeRequest request) {
return blockingUnaryCall(
getChannel(), getRecognizeMethodHelper(), getCallOptions(), request);
}
/**
*
* Performs asynchronous speech recognition: receive results via the
* google.longrunning.Operations interface. Returns either an
* `Operation.error` or an `Operation.response` which contains
* a `LongRunningRecognizeResponse` message.
*
*/
public com.google.longrunning.Operation longRunningRecognize(com.google.cloud.speech.v1.LongRunningRecognizeRequest request) {
return blockingUnaryCall(
getChannel(), getLongRunningRecognizeMethodHelper(), getCallOptions(), request);
}
}
/**
*
* Service that implements Google Cloud Speech API.
*
*/
public static final class SpeechFutureStub extends io.grpc.stub.AbstractStub {
private SpeechFutureStub(io.grpc.Channel channel) {
super(channel);
}
private SpeechFutureStub(io.grpc.Channel channel,
io.grpc.CallOptions callOptions) {
super(channel, callOptions);
}
@java.lang.Override
protected SpeechFutureStub build(io.grpc.Channel channel,
io.grpc.CallOptions callOptions) {
return new SpeechFutureStub(channel, callOptions);
}
/**
*
* Performs synchronous speech recognition: receive results after all audio
* has been sent and processed.
*
*/
public com.google.common.util.concurrent.ListenableFuture recognize(
com.google.cloud.speech.v1.RecognizeRequest request) {
return futureUnaryCall(
getChannel().newCall(getRecognizeMethodHelper(), getCallOptions()), request);
}
/**
*
* Performs asynchronous speech recognition: receive results via the
* google.longrunning.Operations interface. Returns either an
* `Operation.error` or an `Operation.response` which contains
* a `LongRunningRecognizeResponse` message.
*
*/
public com.google.common.util.concurrent.ListenableFuture longRunningRecognize(
com.google.cloud.speech.v1.LongRunningRecognizeRequest request) {
return futureUnaryCall(
getChannel().newCall(getLongRunningRecognizeMethodHelper(), getCallOptions()), request);
}
}
private static final int METHODID_RECOGNIZE = 0;
private static final int METHODID_LONG_RUNNING_RECOGNIZE = 1;
private static final int METHODID_STREAMING_RECOGNIZE = 2;
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 SpeechImplBase serviceImpl;
private final int methodId;
MethodHandlers(SpeechImplBase 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_RECOGNIZE:
serviceImpl.recognize((com.google.cloud.speech.v1.RecognizeRequest) request,
(io.grpc.stub.StreamObserver) responseObserver);
break;
case METHODID_LONG_RUNNING_RECOGNIZE:
serviceImpl.longRunningRecognize((com.google.cloud.speech.v1.LongRunningRecognizeRequest) 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) {
case METHODID_STREAMING_RECOGNIZE:
return (io.grpc.stub.StreamObserver) serviceImpl.streamingRecognize(
(io.grpc.stub.StreamObserver) responseObserver);
default:
throw new AssertionError();
}
}
}
private static abstract class SpeechBaseDescriptorSupplier
implements io.grpc.protobuf.ProtoFileDescriptorSupplier, io.grpc.protobuf.ProtoServiceDescriptorSupplier {
SpeechBaseDescriptorSupplier() {}
@java.lang.Override
public com.google.protobuf.Descriptors.FileDescriptor getFileDescriptor() {
return com.google.cloud.speech.v1.SpeechProto.getDescriptor();
}
@java.lang.Override
public com.google.protobuf.Descriptors.ServiceDescriptor getServiceDescriptor() {
return getFileDescriptor().findServiceByName("Speech");
}
}
private static final class SpeechFileDescriptorSupplier
extends SpeechBaseDescriptorSupplier {
SpeechFileDescriptorSupplier() {}
}
private static final class SpeechMethodDescriptorSupplier
extends SpeechBaseDescriptorSupplier
implements io.grpc.protobuf.ProtoMethodDescriptorSupplier {
private final String methodName;
SpeechMethodDescriptorSupplier(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 (SpeechGrpc.class) {
result = serviceDescriptor;
if (result == null) {
serviceDescriptor = result = io.grpc.ServiceDescriptor.newBuilder(SERVICE_NAME)
.setSchemaDescriptor(new SpeechFileDescriptorSupplier())
.addMethod(getRecognizeMethodHelper())
.addMethod(getLongRunningRecognizeMethodHelper())
.addMethod(getStreamingRecognizeMethodHelper())
.build();
}
}
}
return result;
}
}