@Generated(value="by gRPC proto compiler (version 1.54.1)", comments="Source: aserto/authorizer/v2/authorizer.proto") public final class AuthorizerGrpc extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
AuthorizerGrpc.AsyncService |
static class |
AuthorizerGrpc.AuthorizerBlockingStub
A stub to allow clients to do synchronous rpc calls to service Authorizer.
|
static class |
AuthorizerGrpc.AuthorizerFutureStub
A stub to allow clients to do ListenableFuture-style rpc calls to service Authorizer.
|
static class |
AuthorizerGrpc.AuthorizerImplBase
Base class for the server implementation of the service Authorizer.
|
static class |
AuthorizerGrpc.AuthorizerStub
A stub to allow clients to do asynchronous rpc calls to service Authorizer.
|
| Modifier and Type | Field and Description |
|---|---|
static String |
SERVICE_NAME |
| Modifier and Type | Method and Description |
|---|---|
static io.grpc.ServerServiceDefinition |
bindService(AuthorizerGrpc.AsyncService service) |
static io.grpc.MethodDescriptor<CompileRequest,CompileResponse> |
getCompileMethod() |
static io.grpc.MethodDescriptor<DecisionTreeRequest,DecisionTreeResponse> |
getDecisionTreeMethod() |
static io.grpc.MethodDescriptor<GetPolicyRequest,GetPolicyResponse> |
getGetPolicyMethod() |
static io.grpc.MethodDescriptor<InfoRequest,InfoResponse> |
getInfoMethod() |
static io.grpc.MethodDescriptor<IsRequest,IsResponse> |
getIsMethod() |
static io.grpc.MethodDescriptor<ListPoliciesRequest,ListPoliciesResponse> |
getListPoliciesMethod() |
static io.grpc.MethodDescriptor<QueryRequest,QueryResponse> |
getQueryMethod() |
static io.grpc.ServiceDescriptor |
getServiceDescriptor() |
static AuthorizerGrpc.AuthorizerBlockingStub |
newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
|
static AuthorizerGrpc.AuthorizerFutureStub |
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
|
static AuthorizerGrpc.AuthorizerStub |
newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
|
public static final String SERVICE_NAME
public static io.grpc.MethodDescriptor<DecisionTreeRequest,DecisionTreeResponse> getDecisionTreeMethod()
public static io.grpc.MethodDescriptor<IsRequest,IsResponse> getIsMethod()
public static io.grpc.MethodDescriptor<QueryRequest,QueryResponse> getQueryMethod()
public static io.grpc.MethodDescriptor<CompileRequest,CompileResponse> getCompileMethod()
public static io.grpc.MethodDescriptor<ListPoliciesRequest,ListPoliciesResponse> getListPoliciesMethod()
public static io.grpc.MethodDescriptor<GetPolicyRequest,GetPolicyResponse> getGetPolicyMethod()
public static io.grpc.MethodDescriptor<InfoRequest,InfoResponse> getInfoMethod()
public static AuthorizerGrpc.AuthorizerStub newStub(io.grpc.Channel channel)
public static AuthorizerGrpc.AuthorizerBlockingStub newBlockingStub(io.grpc.Channel channel)
public static AuthorizerGrpc.AuthorizerFutureStub newFutureStub(io.grpc.Channel channel)
public static final io.grpc.ServerServiceDefinition bindService(AuthorizerGrpc.AsyncService service)
public static io.grpc.ServiceDescriptor getServiceDescriptor()
Copyright © 2023. All rights reserved.