Class RuleSetServiceGrpc (0.37.0)

public final class RuleSetServiceGrpc

Service to manage customer specific RuleSets.

Inheritance

java.lang.Object > RuleSetServiceGrpc

Static Fields

SERVICE_NAME

public static final String SERVICE_NAME
Field Value
TypeDescription
String

Static Methods

bindService(RuleSetServiceGrpc.AsyncService service)

public static final ServerServiceDefinition bindService(RuleSetServiceGrpc.AsyncService service)
Parameter
NameDescription
serviceRuleSetServiceGrpc.AsyncService
Returns
TypeDescription
io.grpc.ServerServiceDefinition

getCreateRuleSetMethod()

public static MethodDescriptor<CreateRuleSetRequest,RuleSet> getCreateRuleSetMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<CreateRuleSetRequest,RuleSet>

getDeleteRuleSetMethod()

public static MethodDescriptor<DeleteRuleSetRequest,Empty> getDeleteRuleSetMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<DeleteRuleSetRequest,Empty>

getGetRuleSetMethod()

public static MethodDescriptor<GetRuleSetRequest,RuleSet> getGetRuleSetMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<GetRuleSetRequest,RuleSet>

getListRuleSetsMethod()

public static MethodDescriptor<ListRuleSetsRequest,ListRuleSetsResponse> getListRuleSetsMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<ListRuleSetsRequest,ListRuleSetsResponse>

getServiceDescriptor()

public static ServiceDescriptor getServiceDescriptor()
Returns
TypeDescription
io.grpc.ServiceDescriptor

getUpdateRuleSetMethod()

public static MethodDescriptor<UpdateRuleSetRequest,RuleSet> getUpdateRuleSetMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<UpdateRuleSetRequest,RuleSet>

newBlockingStub(Channel channel)

public static RuleSetServiceGrpc.RuleSetServiceBlockingStub newBlockingStub(Channel channel)

Creates a new blocking-style stub that supports unary and streaming output calls on the service

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
RuleSetServiceGrpc.RuleSetServiceBlockingStub

newFutureStub(Channel channel)

public static RuleSetServiceGrpc.RuleSetServiceFutureStub newFutureStub(Channel channel)

Creates a new ListenableFuture-style stub that supports unary calls on the service

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
RuleSetServiceGrpc.RuleSetServiceFutureStub

newStub(Channel channel)

public static RuleSetServiceGrpc.RuleSetServiceStub newStub(Channel channel)

Creates a new async stub that supports all call types for the service

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
RuleSetServiceGrpc.RuleSetServiceStub