Class AdaptationGrpc
- java.lang.Object
-
- com.google.cloud.speech.v1p1beta1.AdaptationGrpc
-
@Generated(value="by gRPC proto compiler", comments="Source: google/cloud/speech/v1p1beta1/cloud_speech_adaptation.proto") public final class AdaptationGrpc extends Object
Service that implements Google Cloud Speech Adaptation API.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAdaptationGrpc.AdaptationBlockingStubA stub to allow clients to do synchronous rpc calls to service Adaptation.static classAdaptationGrpc.AdaptationFutureStubA stub to allow clients to do ListenableFuture-style rpc calls to service Adaptation.static classAdaptationGrpc.AdaptationImplBaseBase class for the server implementation of the service Adaptation.static classAdaptationGrpc.AdaptationStubA stub to allow clients to do asynchronous rpc calls to service Adaptation.static interfaceAdaptationGrpc.AsyncServiceService that implements Google Cloud Speech Adaptation API.
-
Field Summary
Fields Modifier and Type Field Description static StringSERVICE_NAME
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static io.grpc.ServerServiceDefinitionbindService(AdaptationGrpc.AsyncService service)static io.grpc.MethodDescriptor<CreateCustomClassRequest,CustomClass>getCreateCustomClassMethod()static io.grpc.MethodDescriptor<CreatePhraseSetRequest,PhraseSet>getCreatePhraseSetMethod()static io.grpc.MethodDescriptor<DeleteCustomClassRequest,com.google.protobuf.Empty>getDeleteCustomClassMethod()static io.grpc.MethodDescriptor<DeletePhraseSetRequest,com.google.protobuf.Empty>getDeletePhraseSetMethod()static io.grpc.MethodDescriptor<GetCustomClassRequest,CustomClass>getGetCustomClassMethod()static io.grpc.MethodDescriptor<GetPhraseSetRequest,PhraseSet>getGetPhraseSetMethod()static io.grpc.MethodDescriptor<ListCustomClassesRequest,ListCustomClassesResponse>getListCustomClassesMethod()static io.grpc.MethodDescriptor<ListPhraseSetRequest,ListPhraseSetResponse>getListPhraseSetMethod()static io.grpc.ServiceDescriptorgetServiceDescriptor()static io.grpc.MethodDescriptor<UpdateCustomClassRequest,CustomClass>getUpdateCustomClassMethod()static io.grpc.MethodDescriptor<UpdatePhraseSetRequest,PhraseSet>getUpdatePhraseSetMethod()static AdaptationGrpc.AdaptationBlockingStubnewBlockingStub(io.grpc.Channel channel)Creates a new blocking-style stub that supports unary and streaming output calls on the servicestatic AdaptationGrpc.AdaptationFutureStubnewFutureStub(io.grpc.Channel channel)Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic AdaptationGrpc.AdaptationStubnewStub(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
-
getCreatePhraseSetMethod
public static io.grpc.MethodDescriptor<CreatePhraseSetRequest,PhraseSet> getCreatePhraseSetMethod()
-
getGetPhraseSetMethod
public static io.grpc.MethodDescriptor<GetPhraseSetRequest,PhraseSet> getGetPhraseSetMethod()
-
getListPhraseSetMethod
public static io.grpc.MethodDescriptor<ListPhraseSetRequest,ListPhraseSetResponse> getListPhraseSetMethod()
-
getUpdatePhraseSetMethod
public static io.grpc.MethodDescriptor<UpdatePhraseSetRequest,PhraseSet> getUpdatePhraseSetMethod()
-
getDeletePhraseSetMethod
public static io.grpc.MethodDescriptor<DeletePhraseSetRequest,com.google.protobuf.Empty> getDeletePhraseSetMethod()
-
getCreateCustomClassMethod
public static io.grpc.MethodDescriptor<CreateCustomClassRequest,CustomClass> getCreateCustomClassMethod()
-
getGetCustomClassMethod
public static io.grpc.MethodDescriptor<GetCustomClassRequest,CustomClass> getGetCustomClassMethod()
-
getListCustomClassesMethod
public static io.grpc.MethodDescriptor<ListCustomClassesRequest,ListCustomClassesResponse> getListCustomClassesMethod()
-
getUpdateCustomClassMethod
public static io.grpc.MethodDescriptor<UpdateCustomClassRequest,CustomClass> getUpdateCustomClassMethod()
-
getDeleteCustomClassMethod
public static io.grpc.MethodDescriptor<DeleteCustomClassRequest,com.google.protobuf.Empty> getDeleteCustomClassMethod()
-
newStub
public static AdaptationGrpc.AdaptationStub newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
public static AdaptationGrpc.AdaptationBlockingStub newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
public static AdaptationGrpc.AdaptationFutureStub 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(AdaptationGrpc.AsyncService service)
-
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-
-