Package com.google.cloud.speech.v2
Class SpeechGrpc
- java.lang.Object
-
- com.google.cloud.speech.v2.SpeechGrpc
-
@Generated(value="by gRPC proto compiler", comments="Source: google/cloud/speech/v2/cloud_speech.proto") public final class SpeechGrpc extends Object
Enables speech transcription and resource management.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
SpeechGrpc.AsyncService
Enables speech transcription and resource management.static class
SpeechGrpc.SpeechBlockingStub
A stub to allow clients to do synchronous rpc calls to service Speech.static class
SpeechGrpc.SpeechFutureStub
A stub to allow clients to do ListenableFuture-style rpc calls to service Speech.static class
SpeechGrpc.SpeechImplBase
Base class for the server implementation of the service Speech.static class
SpeechGrpc.SpeechStub
A stub to allow clients to do asynchronous rpc calls to service Speech.
-
Field Summary
Fields Modifier and Type Field Description static String
SERVICE_NAME
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static io.grpc.ServerServiceDefinition
bindService(SpeechGrpc.AsyncService service)
static io.grpc.MethodDescriptor<BatchRecognizeRequest,com.google.longrunning.Operation>
getBatchRecognizeMethod()
static io.grpc.MethodDescriptor<CreateCustomClassRequest,com.google.longrunning.Operation>
getCreateCustomClassMethod()
static io.grpc.MethodDescriptor<CreatePhraseSetRequest,com.google.longrunning.Operation>
getCreatePhraseSetMethod()
static io.grpc.MethodDescriptor<CreateRecognizerRequest,com.google.longrunning.Operation>
getCreateRecognizerMethod()
static io.grpc.MethodDescriptor<DeleteCustomClassRequest,com.google.longrunning.Operation>
getDeleteCustomClassMethod()
static io.grpc.MethodDescriptor<DeletePhraseSetRequest,com.google.longrunning.Operation>
getDeletePhraseSetMethod()
static io.grpc.MethodDescriptor<DeleteRecognizerRequest,com.google.longrunning.Operation>
getDeleteRecognizerMethod()
static io.grpc.MethodDescriptor<GetConfigRequest,Config>
getGetConfigMethod()
static io.grpc.MethodDescriptor<GetCustomClassRequest,CustomClass>
getGetCustomClassMethod()
static io.grpc.MethodDescriptor<GetPhraseSetRequest,PhraseSet>
getGetPhraseSetMethod()
static io.grpc.MethodDescriptor<GetRecognizerRequest,Recognizer>
getGetRecognizerMethod()
static io.grpc.MethodDescriptor<ListCustomClassesRequest,ListCustomClassesResponse>
getListCustomClassesMethod()
static io.grpc.MethodDescriptor<ListPhraseSetsRequest,ListPhraseSetsResponse>
getListPhraseSetsMethod()
static io.grpc.MethodDescriptor<ListRecognizersRequest,ListRecognizersResponse>
getListRecognizersMethod()
static io.grpc.MethodDescriptor<RecognizeRequest,RecognizeResponse>
getRecognizeMethod()
static io.grpc.ServiceDescriptor
getServiceDescriptor()
static io.grpc.MethodDescriptor<StreamingRecognizeRequest,StreamingRecognizeResponse>
getStreamingRecognizeMethod()
static io.grpc.MethodDescriptor<UndeleteCustomClassRequest,com.google.longrunning.Operation>
getUndeleteCustomClassMethod()
static io.grpc.MethodDescriptor<UndeletePhraseSetRequest,com.google.longrunning.Operation>
getUndeletePhraseSetMethod()
static io.grpc.MethodDescriptor<UndeleteRecognizerRequest,com.google.longrunning.Operation>
getUndeleteRecognizerMethod()
static io.grpc.MethodDescriptor<UpdateConfigRequest,Config>
getUpdateConfigMethod()
static io.grpc.MethodDescriptor<UpdateCustomClassRequest,com.google.longrunning.Operation>
getUpdateCustomClassMethod()
static io.grpc.MethodDescriptor<UpdatePhraseSetRequest,com.google.longrunning.Operation>
getUpdatePhraseSetMethod()
static io.grpc.MethodDescriptor<UpdateRecognizerRequest,com.google.longrunning.Operation>
getUpdateRecognizerMethod()
static SpeechGrpc.SpeechBlockingStub
newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the servicestatic SpeechGrpc.SpeechFutureStub
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic SpeechGrpc.SpeechStub
newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
-
-
Field Detail
-
SERVICE_NAME
public static final String SERVICE_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getCreateRecognizerMethod
public static io.grpc.MethodDescriptor<CreateRecognizerRequest,com.google.longrunning.Operation> getCreateRecognizerMethod()
-
getListRecognizersMethod
public static io.grpc.MethodDescriptor<ListRecognizersRequest,ListRecognizersResponse> getListRecognizersMethod()
-
getGetRecognizerMethod
public static io.grpc.MethodDescriptor<GetRecognizerRequest,Recognizer> getGetRecognizerMethod()
-
getUpdateRecognizerMethod
public static io.grpc.MethodDescriptor<UpdateRecognizerRequest,com.google.longrunning.Operation> getUpdateRecognizerMethod()
-
getDeleteRecognizerMethod
public static io.grpc.MethodDescriptor<DeleteRecognizerRequest,com.google.longrunning.Operation> getDeleteRecognizerMethod()
-
getUndeleteRecognizerMethod
public static io.grpc.MethodDescriptor<UndeleteRecognizerRequest,com.google.longrunning.Operation> getUndeleteRecognizerMethod()
-
getRecognizeMethod
public static io.grpc.MethodDescriptor<RecognizeRequest,RecognizeResponse> getRecognizeMethod()
-
getStreamingRecognizeMethod
public static io.grpc.MethodDescriptor<StreamingRecognizeRequest,StreamingRecognizeResponse> getStreamingRecognizeMethod()
-
getBatchRecognizeMethod
public static io.grpc.MethodDescriptor<BatchRecognizeRequest,com.google.longrunning.Operation> getBatchRecognizeMethod()
-
getGetConfigMethod
public static io.grpc.MethodDescriptor<GetConfigRequest,Config> getGetConfigMethod()
-
getUpdateConfigMethod
public static io.grpc.MethodDescriptor<UpdateConfigRequest,Config> getUpdateConfigMethod()
-
getCreateCustomClassMethod
public static io.grpc.MethodDescriptor<CreateCustomClassRequest,com.google.longrunning.Operation> getCreateCustomClassMethod()
-
getListCustomClassesMethod
public static io.grpc.MethodDescriptor<ListCustomClassesRequest,ListCustomClassesResponse> getListCustomClassesMethod()
-
getGetCustomClassMethod
public static io.grpc.MethodDescriptor<GetCustomClassRequest,CustomClass> getGetCustomClassMethod()
-
getUpdateCustomClassMethod
public static io.grpc.MethodDescriptor<UpdateCustomClassRequest,com.google.longrunning.Operation> getUpdateCustomClassMethod()
-
getDeleteCustomClassMethod
public static io.grpc.MethodDescriptor<DeleteCustomClassRequest,com.google.longrunning.Operation> getDeleteCustomClassMethod()
-
getUndeleteCustomClassMethod
public static io.grpc.MethodDescriptor<UndeleteCustomClassRequest,com.google.longrunning.Operation> getUndeleteCustomClassMethod()
-
getCreatePhraseSetMethod
public static io.grpc.MethodDescriptor<CreatePhraseSetRequest,com.google.longrunning.Operation> getCreatePhraseSetMethod()
-
getListPhraseSetsMethod
public static io.grpc.MethodDescriptor<ListPhraseSetsRequest,ListPhraseSetsResponse> getListPhraseSetsMethod()
-
getGetPhraseSetMethod
public static io.grpc.MethodDescriptor<GetPhraseSetRequest,PhraseSet> getGetPhraseSetMethod()
-
getUpdatePhraseSetMethod
public static io.grpc.MethodDescriptor<UpdatePhraseSetRequest,com.google.longrunning.Operation> getUpdatePhraseSetMethod()
-
getDeletePhraseSetMethod
public static io.grpc.MethodDescriptor<DeletePhraseSetRequest,com.google.longrunning.Operation> getDeletePhraseSetMethod()
-
getUndeletePhraseSetMethod
public static io.grpc.MethodDescriptor<UndeletePhraseSetRequest,com.google.longrunning.Operation> getUndeletePhraseSetMethod()
-
newStub
public static SpeechGrpc.SpeechStub newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
public static SpeechGrpc.SpeechBlockingStub newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
public static SpeechGrpc.SpeechFutureStub newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
-
bindService
public static final io.grpc.ServerServiceDefinition bindService(SpeechGrpc.AsyncService service)
-
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-
-