Package com.authzed.api.v1
Class ExperimentalServiceGrpc.ExperimentalServiceFutureStub
java.lang.Object
io.grpc.stub.AbstractStub<S>
io.grpc.stub.AbstractFutureStub<ExperimentalServiceGrpc.ExperimentalServiceFutureStub>
com.authzed.api.v1.ExperimentalServiceGrpc.ExperimentalServiceFutureStub
- Enclosing class:
- ExperimentalServiceGrpc
public static final class ExperimentalServiceGrpc.ExperimentalServiceFutureStub
extends io.grpc.stub.AbstractFutureStub<ExperimentalServiceGrpc.ExperimentalServiceFutureStub>
A stub to allow clients to do ListenableFuture-style rpc calls to service ExperimentalService.
ExperimentalService exposes a number of APIs that are currently being prototyped and tested for future inclusion in the stable API.
-
Nested Class Summary
Nested classes/interfaces inherited from class io.grpc.stub.AbstractStub
io.grpc.stub.AbstractStub.StubFactory<T extends io.grpc.stub.AbstractStub<T>>
-
Method Summary
Modifier and TypeMethodDescriptionbuild
(io.grpc.Channel channel, io.grpc.CallOptions callOptions) com.google.common.util.concurrent.ListenableFuture<BulkCheckPermissionResponse>
Deprecated.com.google.common.util.concurrent.ListenableFuture<ExperimentalComputablePermissionsResponse>
Deprecated.com.google.common.util.concurrent.ListenableFuture<ExperimentalCountRelationshipsResponse>
EXPERIMENTAL: CountRelationships returns the count of relationships for *pre-registered* filter.com.google.common.util.concurrent.ListenableFuture<ExperimentalDependentRelationsResponse>
Deprecated.com.google.common.util.concurrent.ListenableFuture<ExperimentalDiffSchemaResponse>
Deprecated.com.google.common.util.concurrent.ListenableFuture<ExperimentalReflectSchemaResponse>
Deprecated.com.google.common.util.concurrent.ListenableFuture<ExperimentalRegisterRelationshipCounterResponse>
EXPERIMENTAL: RegisterRelationshipCounter registers a new filter for counting relationships.com.google.common.util.concurrent.ListenableFuture<ExperimentalUnregisterRelationshipCounterResponse>
EXPERIMENTAL: UnregisterRelationshipCounter unregisters an existing filter for counting relationships.Methods inherited from class io.grpc.stub.AbstractFutureStub
newStub, newStub
Methods inherited from class io.grpc.stub.AbstractStub
getCallOptions, getChannel, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withDeadlineAfter, withExecutor, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOnReadyThreshold, withOption, withWaitForReady
-
Method Details
-
build
protected ExperimentalServiceGrpc.ExperimentalServiceFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions) - Specified by:
build
in classio.grpc.stub.AbstractStub<ExperimentalServiceGrpc.ExperimentalServiceFutureStub>
-
bulkCheckPermission
@Deprecated public com.google.common.util.concurrent.ListenableFuture<BulkCheckPermissionResponse> bulkCheckPermission(BulkCheckPermissionRequest request) Deprecated.NOTE: BulkCheckPermission has been promoted to the stable API as "CheckBulkPermission" and the API will be removed from experimental in a future release.
-
experimentalReflectSchema
@Deprecated public com.google.common.util.concurrent.ListenableFuture<ExperimentalReflectSchemaResponse> experimentalReflectSchema(ExperimentalReflectSchemaRequest request) Deprecated.DEPRECATED: Promoted to ReflectSchema in the stable API.
-
experimentalComputablePermissions
@Deprecated public com.google.common.util.concurrent.ListenableFuture<ExperimentalComputablePermissionsResponse> experimentalComputablePermissions(ExperimentalComputablePermissionsRequest request) Deprecated.DEPRECATED: Promoted to ComputablePermissions in the stable API.
-
experimentalDependentRelations
@Deprecated public com.google.common.util.concurrent.ListenableFuture<ExperimentalDependentRelationsResponse> experimentalDependentRelations(ExperimentalDependentRelationsRequest request) Deprecated.DEPRECATED: Promoted to DependentRelations in the stable API.
-
experimentalDiffSchema
@Deprecated public com.google.common.util.concurrent.ListenableFuture<ExperimentalDiffSchemaResponse> experimentalDiffSchema(ExperimentalDiffSchemaRequest request) Deprecated.DEPRECATED: Promoted to DiffSchema in the stable API.
-
experimentalRegisterRelationshipCounter
public com.google.common.util.concurrent.ListenableFuture<ExperimentalRegisterRelationshipCounterResponse> experimentalRegisterRelationshipCounter(ExperimentalRegisterRelationshipCounterRequest request) EXPERIMENTAL: RegisterRelationshipCounter registers a new filter for counting relationships. A filter must be registered before a count can be requested.
-
experimentalCountRelationships
public com.google.common.util.concurrent.ListenableFuture<ExperimentalCountRelationshipsResponse> experimentalCountRelationships(ExperimentalCountRelationshipsRequest request) EXPERIMENTAL: CountRelationships returns the count of relationships for *pre-registered* filter.
-
experimentalUnregisterRelationshipCounter
public com.google.common.util.concurrent.ListenableFuture<ExperimentalUnregisterRelationshipCounterResponse> experimentalUnregisterRelationshipCounter(ExperimentalUnregisterRelationshipCounterRequest request) EXPERIMENTAL: UnregisterRelationshipCounter unregisters an existing filter for counting relationships.
-