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> Deprecated.io.grpc.stub.BlockingClientCall<BulkImportRelationshipsRequest,
BulkImportRelationshipsResponse> Deprecated.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
@Deprecated @ExperimentalApi("https://github.com/grpc/grpc-java/issues/10918") public io.grpc.stub.BlockingClientCall<BulkImportRelationshipsRequest,BulkImportRelationshipsResponse> bulkImportRelationships()Deprecated.DEPRECATED: Promoted to ImportBulkRelationships in the stable API.
-
bulkExportRelationships
@Deprecated @ExperimentalApi("https://github.com/grpc/grpc-java/issues/10918") public io.grpc.stub.BlockingClientCall<?,BulkExportRelationshipsResponse> bulkExportRelationships(BulkExportRelationshipsRequest request) Deprecated.DEPRECATED: Promoted to ExportBulkRelationships in the stable API.
-
bulkCheckPermission
@Deprecated public BulkCheckPermissionResponse bulkCheckPermission(BulkCheckPermissionRequest request) Deprecated.DEPRECATED: Promoted to CheckBulkPermission in the stable API.
-
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.
-