Class RuleSetServiceGrpc.RuleSetServiceImplBase
- java.lang.Object
-
- com.google.cloud.contentwarehouse.v1.RuleSetServiceGrpc.RuleSetServiceImplBase
-
- All Implemented Interfaces:
RuleSetServiceGrpc.AsyncService
,io.grpc.BindableService
- Enclosing class:
- RuleSetServiceGrpc
public abstract static class RuleSetServiceGrpc.RuleSetServiceImplBase extends Object implements io.grpc.BindableService, RuleSetServiceGrpc.AsyncService
Base class for the server implementation of the service RuleSetService.Service to manage customer specific RuleSets.
-
-
Constructor Summary
Constructors Constructor Description RuleSetServiceImplBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.grpc.ServerServiceDefinition
bindService()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.google.cloud.contentwarehouse.v1.RuleSetServiceGrpc.AsyncService
createRuleSet, deleteRuleSet, getRuleSet, listRuleSets, updateRuleSet
-
-