Class SynonymSetServiceGrpc
- java.lang.Object
-
- com.google.cloud.contentwarehouse.v1.SynonymSetServiceGrpc
-
@Generated(value="by gRPC proto compiler", comments="Source: google/cloud/contentwarehouse/v1/synonymset_service.proto") public final class SynonymSetServiceGrpc extends Object
A Service that manage/custom customer specified SynonymSets.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
SynonymSetServiceGrpc.AsyncService
A Service that manage/custom customer specified SynonymSets.static class
SynonymSetServiceGrpc.SynonymSetServiceBlockingStub
A stub to allow clients to do synchronous rpc calls to service SynonymSetService.static class
SynonymSetServiceGrpc.SynonymSetServiceFutureStub
A stub to allow clients to do ListenableFuture-style rpc calls to service SynonymSetService.static class
SynonymSetServiceGrpc.SynonymSetServiceImplBase
Base class for the server implementation of the service SynonymSetService.static class
SynonymSetServiceGrpc.SynonymSetServiceStub
A stub to allow clients to do asynchronous rpc calls to service SynonymSetService.
-
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(SynonymSetServiceGrpc.AsyncService service)
static io.grpc.MethodDescriptor<CreateSynonymSetRequest,SynonymSet>
getCreateSynonymSetMethod()
static io.grpc.MethodDescriptor<DeleteSynonymSetRequest,com.google.protobuf.Empty>
getDeleteSynonymSetMethod()
static io.grpc.MethodDescriptor<GetSynonymSetRequest,SynonymSet>
getGetSynonymSetMethod()
static io.grpc.MethodDescriptor<ListSynonymSetsRequest,ListSynonymSetsResponse>
getListSynonymSetsMethod()
static io.grpc.ServiceDescriptor
getServiceDescriptor()
static io.grpc.MethodDescriptor<UpdateSynonymSetRequest,SynonymSet>
getUpdateSynonymSetMethod()
static SynonymSetServiceGrpc.SynonymSetServiceBlockingStub
newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the servicestatic SynonymSetServiceGrpc.SynonymSetServiceFutureStub
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic SynonymSetServiceGrpc.SynonymSetServiceStub
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
-
getCreateSynonymSetMethod
public static io.grpc.MethodDescriptor<CreateSynonymSetRequest,SynonymSet> getCreateSynonymSetMethod()
-
getGetSynonymSetMethod
public static io.grpc.MethodDescriptor<GetSynonymSetRequest,SynonymSet> getGetSynonymSetMethod()
-
getUpdateSynonymSetMethod
public static io.grpc.MethodDescriptor<UpdateSynonymSetRequest,SynonymSet> getUpdateSynonymSetMethod()
-
getDeleteSynonymSetMethod
public static io.grpc.MethodDescriptor<DeleteSynonymSetRequest,com.google.protobuf.Empty> getDeleteSynonymSetMethod()
-
getListSynonymSetsMethod
public static io.grpc.MethodDescriptor<ListSynonymSetsRequest,ListSynonymSetsResponse> getListSynonymSetsMethod()
-
newStub
public static SynonymSetServiceGrpc.SynonymSetServiceStub newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
public static SynonymSetServiceGrpc.SynonymSetServiceBlockingStub newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
public static SynonymSetServiceGrpc.SynonymSetServiceFutureStub 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(SynonymSetServiceGrpc.AsyncService service)
-
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-
-