@Generated(value="by gRPC proto compiler (version 1.64.0)", comments="Source: aserto/directory/assertion/v3/assertion.proto") public final class AssertionGrpc extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
AssertionGrpc.AssertionBlockingStub
A stub to allow clients to do synchronous rpc calls to service Assertion.
|
static class |
AssertionGrpc.AssertionFutureStub
A stub to allow clients to do ListenableFuture-style rpc calls to service Assertion.
|
static class |
AssertionGrpc.AssertionImplBase
Base class for the server implementation of the service Assertion.
|
static class |
AssertionGrpc.AssertionStub
A stub to allow clients to do asynchronous rpc calls to service Assertion.
|
static interface |
AssertionGrpc.AsyncService |
| Modifier and Type | Field and Description |
|---|---|
static String |
SERVICE_NAME |
| Modifier and Type | Method and Description |
|---|---|
static io.grpc.ServerServiceDefinition |
bindService(AssertionGrpc.AsyncService service) |
static io.grpc.MethodDescriptor<DeleteAssertionRequest,DeleteAssertionResponse> |
getDeleteAssertionMethod() |
static io.grpc.MethodDescriptor<GetAssertionRequest,GetAssertionResponse> |
getGetAssertionMethod() |
static io.grpc.MethodDescriptor<ListAssertionsRequest,ListAssertionsResponse> |
getListAssertionsMethod() |
static io.grpc.ServiceDescriptor |
getServiceDescriptor() |
static io.grpc.MethodDescriptor<SetAssertionRequest,SetAssertionResponse> |
getSetAssertionMethod() |
static AssertionGrpc.AssertionBlockingStub |
newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
|
static AssertionGrpc.AssertionFutureStub |
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
|
static AssertionGrpc.AssertionStub |
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<GetAssertionRequest,GetAssertionResponse> getGetAssertionMethod()
public static io.grpc.MethodDescriptor<ListAssertionsRequest,ListAssertionsResponse> getListAssertionsMethod()
public static io.grpc.MethodDescriptor<SetAssertionRequest,SetAssertionResponse> getSetAssertionMethod()
public static io.grpc.MethodDescriptor<DeleteAssertionRequest,DeleteAssertionResponse> getDeleteAssertionMethod()
public static AssertionGrpc.AssertionStub newStub(io.grpc.Channel channel)
public static AssertionGrpc.AssertionBlockingStub newBlockingStub(io.grpc.Channel channel)
public static AssertionGrpc.AssertionFutureStub newFutureStub(io.grpc.Channel channel)
public static final io.grpc.ServerServiceDefinition bindService(AssertionGrpc.AsyncService service)
public static io.grpc.ServiceDescriptor getServiceDescriptor()
Copyright © 2024. All rights reserved.