@Generated(value="by gRPC proto compiler (version 1.61.1)", comments="Source: aserto/directory/reader/v3/reader.proto") public final class ReaderGrpc extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
ReaderGrpc.AsyncService |
static class |
ReaderGrpc.ReaderBlockingStub
A stub to allow clients to do synchronous rpc calls to service Reader.
|
static class |
ReaderGrpc.ReaderFutureStub
A stub to allow clients to do ListenableFuture-style rpc calls to service Reader.
|
static class |
ReaderGrpc.ReaderImplBase
Base class for the server implementation of the service Reader.
|
static class |
ReaderGrpc.ReaderStub
A stub to allow clients to do asynchronous rpc calls to service Reader.
|
| Modifier and Type | Field and Description |
|---|---|
static String |
SERVICE_NAME |
| Modifier and Type | Method and Description |
|---|---|
static io.grpc.ServerServiceDefinition |
bindService(ReaderGrpc.AsyncService service) |
static io.grpc.MethodDescriptor<CheckRequest,CheckResponse> |
getCheckMethod() |
static io.grpc.MethodDescriptor<CheckPermissionRequest,CheckPermissionResponse> |
getCheckPermissionMethod() |
static io.grpc.MethodDescriptor<CheckRelationRequest,CheckRelationResponse> |
getCheckRelationMethod() |
static io.grpc.MethodDescriptor<GetGraphRequest,GetGraphResponse> |
getGetGraphMethod() |
static io.grpc.MethodDescriptor<GetObjectManyRequest,GetObjectManyResponse> |
getGetObjectManyMethod() |
static io.grpc.MethodDescriptor<GetObjectRequest,GetObjectResponse> |
getGetObjectMethod() |
static io.grpc.MethodDescriptor<GetObjectsRequest,GetObjectsResponse> |
getGetObjectsMethod() |
static io.grpc.MethodDescriptor<GetRelationRequest,GetRelationResponse> |
getGetRelationMethod() |
static io.grpc.MethodDescriptor<GetRelationsRequest,GetRelationsResponse> |
getGetRelationsMethod() |
static io.grpc.ServiceDescriptor |
getServiceDescriptor() |
static ReaderGrpc.ReaderBlockingStub |
newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
|
static ReaderGrpc.ReaderFutureStub |
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
|
static ReaderGrpc.ReaderStub |
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<GetObjectRequest,GetObjectResponse> getGetObjectMethod()
public static io.grpc.MethodDescriptor<GetObjectManyRequest,GetObjectManyResponse> getGetObjectManyMethod()
public static io.grpc.MethodDescriptor<GetObjectsRequest,GetObjectsResponse> getGetObjectsMethod()
public static io.grpc.MethodDescriptor<GetRelationRequest,GetRelationResponse> getGetRelationMethod()
public static io.grpc.MethodDescriptor<GetRelationsRequest,GetRelationsResponse> getGetRelationsMethod()
public static io.grpc.MethodDescriptor<CheckRequest,CheckResponse> getCheckMethod()
public static io.grpc.MethodDescriptor<CheckPermissionRequest,CheckPermissionResponse> getCheckPermissionMethod()
public static io.grpc.MethodDescriptor<CheckRelationRequest,CheckRelationResponse> getCheckRelationMethod()
public static io.grpc.MethodDescriptor<GetGraphRequest,GetGraphResponse> getGetGraphMethod()
public static ReaderGrpc.ReaderStub newStub(io.grpc.Channel channel)
public static ReaderGrpc.ReaderBlockingStub newBlockingStub(io.grpc.Channel channel)
public static ReaderGrpc.ReaderFutureStub newFutureStub(io.grpc.Channel channel)
public static final io.grpc.ServerServiceDefinition bindService(ReaderGrpc.AsyncService service)
public static io.grpc.ServiceDescriptor getServiceDescriptor()
Copyright © 2024. All rights reserved.