Package com.authzed.api.v1
Class ExperimentalServiceGrpc.ExperimentalServiceBlockingStub
java.lang.Object
io.grpc.stub.AbstractStub<S>
io.grpc.stub.AbstractBlockingStub<ExperimentalServiceGrpc.ExperimentalServiceBlockingStub>
com.authzed.api.v1.ExperimentalServiceGrpc.ExperimentalServiceBlockingStub
- Enclosing class:
- ExperimentalServiceGrpc
public static final class ExperimentalServiceGrpc.ExperimentalServiceBlockingStub
extends io.grpc.stub.AbstractBlockingStub<ExperimentalServiceGrpc.ExperimentalServiceBlockingStub>
A stub to allow clients to do limited synchronous 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) Deprecated.BulkExportRelationships is the fastest path available to exporting relationships from the server.Deprecated.EXPERIMENTAL: CountRelationships returns the count of relationships for *pre-registered* filter.Deprecated.Deprecated.Deprecated.EXPERIMENTAL: RegisterRelationshipCounter registers a new filter for counting relationships.EXPERIMENTAL: UnregisterRelationshipCounter unregisters an existing filter for counting relationships.Methods inherited from class io.grpc.stub.AbstractBlockingStub
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.ExperimentalServiceBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions) - Specified by:
build
in classio.grpc.stub.AbstractStub<ExperimentalServiceGrpc.ExperimentalServiceBlockingStub>
-
bulkExportRelationships
public Iterator<BulkExportRelationshipsResponse> bulkExportRelationships(BulkExportRelationshipsRequest request) BulkExportRelationships is the fastest path available to exporting relationships from the server. It is resumable, and will return results in an order determined by the server.
-
bulkCheckPermission
@Deprecated public 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 ExperimentalReflectSchemaResponse experimentalReflectSchema(ExperimentalReflectSchemaRequest request) Deprecated.DEPRECATED: Promoted to ReflectSchema in the stable API.
-
experimentalComputablePermissions
@Deprecated public ExperimentalComputablePermissionsResponse experimentalComputablePermissions(ExperimentalComputablePermissionsRequest request) Deprecated.DEPRECATED: Promoted to ComputablePermissions in the stable API.
-
experimentalDependentRelations
@Deprecated public ExperimentalDependentRelationsResponse experimentalDependentRelations(ExperimentalDependentRelationsRequest request) Deprecated.DEPRECATED: Promoted to DependentRelations in the stable API.
-
experimentalDiffSchema
@Deprecated public ExperimentalDiffSchemaResponse experimentalDiffSchema(ExperimentalDiffSchemaRequest request) Deprecated.DEPRECATED: Promoted to DiffSchema in the stable API.
-
experimentalRegisterRelationshipCounter
public 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 ExperimentalCountRelationshipsResponse experimentalCountRelationships(ExperimentalCountRelationshipsRequest request) EXPERIMENTAL: CountRelationships returns the count of relationships for *pre-registered* filter.
-
experimentalUnregisterRelationshipCounter
public ExperimentalUnregisterRelationshipCounterResponse experimentalUnregisterRelationshipCounter(ExperimentalUnregisterRelationshipCounterRequest request) EXPERIMENTAL: UnregisterRelationshipCounter unregisters an existing filter for counting relationships.
-