Package s2.v1alpha
Class BasinServiceGrpc.BasinServiceBlockingStub
java.lang.Object
io.grpc.stub.AbstractStub<S>
io.grpc.stub.AbstractBlockingStub<BasinServiceGrpc.BasinServiceBlockingStub>
s2.v1alpha.BasinServiceGrpc.BasinServiceBlockingStub
- Enclosing class:
- BasinServiceGrpc
public static final class BasinServiceGrpc.BasinServiceBlockingStub
extends io.grpc.stub.AbstractBlockingStub<BasinServiceGrpc.BasinServiceBlockingStub>
A stub to allow clients to do limited synchronous rpc calls to service BasinService.
Operate on an S2 basin.
-
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) createStream
(CreateStreamRequest request) Create a stream.deleteStream
(DeleteStreamRequest request) Delete a stream.getStreamConfig
(GetStreamConfigRequest request) Get stream configuration.listStreams
(ListStreamsRequest request) List streams.Update stream configuration.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 BasinServiceGrpc.BasinServiceBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions) - Specified by:
build
in classio.grpc.stub.AbstractStub<BasinServiceGrpc.BasinServiceBlockingStub>
-
listStreams
List streams.
-
createStream
Create a stream. Provide a client request token with the `S2-Request-Token` header for idempotent retry behaviour.
-
deleteStream
Delete a stream. Stream deletion is asynchronous, and may take a few minutes to complete.
-
getStreamConfig
Get stream configuration.
-
reconfigureStream
Update stream configuration.
-