Package s2.v1alpha
Class AccountServiceGrpc.AccountServiceBlockingStub
java.lang.Object
io.grpc.stub.AbstractStub<S>
io.grpc.stub.AbstractBlockingStub<AccountServiceGrpc.AccountServiceBlockingStub>
s2.v1alpha.AccountServiceGrpc.AccountServiceBlockingStub
- Enclosing class:
- AccountServiceGrpc
public static final class AccountServiceGrpc.AccountServiceBlockingStub
extends io.grpc.stub.AbstractBlockingStub<AccountServiceGrpc.AccountServiceBlockingStub>
A stub to allow clients to do limited synchronous rpc calls to service AccountService.
Operate on an S2 account.
-
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) createBasin
(CreateBasinRequest request) Create a new basin.deleteBasin
(DeleteBasinRequest request) Delete a basin.getBasinConfig
(GetBasinConfigRequest request) Get basin configuration.listBasins
(ListBasinsRequest request) List basins.reconfigureBasin
(ReconfigureBasinRequest request) Update basin 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 AccountServiceGrpc.AccountServiceBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions) - Specified by:
build
in classio.grpc.stub.AbstractStub<AccountServiceGrpc.AccountServiceBlockingStub>
-
listBasins
List basins.
-
createBasin
Create a new basin. Provide a client request token with the `S2-Request-Token` header for idempotent retry behaviour.
-
deleteBasin
Delete a basin. Basin deletion is asynchronous, and may take a few minutes to complete.
-
reconfigureBasin
Update basin configuration.
-
getBasinConfig
Get basin configuration.
-