Package com.authzed.api.v1
Class ExperimentalServiceGrpc.ExperimentalServiceBlockingV2Stub
java.lang.Object
io.grpc.stub.AbstractStub<S>
io.grpc.stub.AbstractBlockingStub<ExperimentalServiceGrpc.ExperimentalServiceBlockingV2Stub>
com.authzed.api.v1.ExperimentalServiceGrpc.ExperimentalServiceBlockingV2Stub
- Enclosing class:
- ExperimentalServiceGrpc
public static final class ExperimentalServiceGrpc.ExperimentalServiceBlockingV2Stub
extends io.grpc.stub.AbstractBlockingStub<ExperimentalServiceGrpc.ExperimentalServiceBlockingV2Stub>
A stub to allow clients to do 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.io.grpc.stub.BlockingClientCall<?,
BulkExportRelationshipsResponse> BulkExportRelationships is the fastest path available to exporting relationships from the server.io.grpc.stub.BlockingClientCall<BulkImportRelationshipsRequest,
BulkImportRelationshipsResponse> BulkImportRelationships is a faster path to writing a large number of relationships at once.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.ExperimentalServiceBlockingV2Stub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions) - Specified by:
build
in classio.grpc.stub.AbstractStub<ExperimentalServiceGrpc.ExperimentalServiceBlockingV2Stub>
-
bulkImportRelationships
@ExperimentalApi("https://github.com/grpc/grpc-java/issues/10918") public io.grpc.stub.BlockingClientCall<BulkImportRelationshipsRequest,BulkImportRelationshipsResponse> bulkImportRelationships()BulkImportRelationships is a faster path to writing a large number of relationships at once. It is both batched and streaming. For maximum performance, the caller should attempt to write relationships in as close to relationship sort order as possible: (resource.object_type, resource.object_id, relation, subject.object.object_type, subject.object.object_id, subject.optional_relation) EXPERIMENTAL https://github.com/authzed/spicedb/issues/1303
-
bulkExportRelationships
@ExperimentalApi("https://github.com/grpc/grpc-java/issues/10918") public io.grpc.stub.BlockingClientCall<?,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.
-