@Generated(value="by gRPC proto compiler (version 1.59.0)", comments="Source: aserto/directory/writer/v3/writer.proto") public final class WriterGrpc extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
WriterGrpc.AsyncService |
static class |
WriterGrpc.WriterBlockingStub
A stub to allow clients to do synchronous rpc calls to service Writer.
|
static class |
WriterGrpc.WriterFutureStub
A stub to allow clients to do ListenableFuture-style rpc calls to service Writer.
|
static class |
WriterGrpc.WriterImplBase
Base class for the server implementation of the service Writer.
|
static class |
WriterGrpc.WriterStub
A stub to allow clients to do asynchronous rpc calls to service Writer.
|
| Modifier and Type | Field and Description |
|---|---|
static String |
SERVICE_NAME |
| Modifier and Type | Method and Description |
|---|---|
static io.grpc.ServerServiceDefinition |
bindService(WriterGrpc.AsyncService service) |
static io.grpc.MethodDescriptor<DeleteObjectRequest,DeleteObjectResponse> |
getDeleteObjectMethod() |
static io.grpc.MethodDescriptor<DeleteRelationRequest,DeleteRelationResponse> |
getDeleteRelationMethod() |
static io.grpc.ServiceDescriptor |
getServiceDescriptor() |
static io.grpc.MethodDescriptor<SetObjectRequest,SetObjectResponse> |
getSetObjectMethod() |
static io.grpc.MethodDescriptor<SetRelationRequest,SetRelationResponse> |
getSetRelationMethod() |
static WriterGrpc.WriterBlockingStub |
newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
|
static WriterGrpc.WriterFutureStub |
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
|
static WriterGrpc.WriterStub |
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<SetObjectRequest,SetObjectResponse> getSetObjectMethod()
public static io.grpc.MethodDescriptor<DeleteObjectRequest,DeleteObjectResponse> getDeleteObjectMethod()
public static io.grpc.MethodDescriptor<SetRelationRequest,SetRelationResponse> getSetRelationMethod()
public static io.grpc.MethodDescriptor<DeleteRelationRequest,DeleteRelationResponse> getDeleteRelationMethod()
public static WriterGrpc.WriterStub newStub(io.grpc.Channel channel)
public static WriterGrpc.WriterBlockingStub newBlockingStub(io.grpc.Channel channel)
public static WriterGrpc.WriterFutureStub newFutureStub(io.grpc.Channel channel)
public static final io.grpc.ServerServiceDefinition bindService(WriterGrpc.AsyncService service)
public static io.grpc.ServiceDescriptor getServiceDescriptor()
Copyright © 2023. All rights reserved.