Package s2.v1alpha
Class AccountServiceGrpc.AccountServiceBlockingV2Stub
java.lang.Object
io.grpc.stub.AbstractStub<S>
io.grpc.stub.AbstractBlockingStub<AccountServiceGrpc.AccountServiceBlockingV2Stub>
s2.v1alpha.AccountServiceGrpc.AccountServiceBlockingV2Stub
- Enclosing class:
- AccountServiceGrpc
public static final class AccountServiceGrpc.AccountServiceBlockingV2Stub
extends io.grpc.stub.AbstractBlockingStub<AccountServiceGrpc.AccountServiceBlockingV2Stub>
A stub to allow clients to do 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.AccountServiceBlockingV2Stub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions) - Specified by:
build
in classio.grpc.stub.AbstractStub<AccountServiceGrpc.AccountServiceBlockingV2Stub>
-
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.
-