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.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected AccountServiceGrpc.AccountServiceBlockingV2Stub
build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
CreateBasinResponse
createBasin(CreateBasinRequest request)
Create a new basin.DeleteBasinResponse
deleteBasin(DeleteBasinRequest request)
Delete a basin.GetBasinConfigResponse
getBasinConfig(GetBasinConfigRequest request)
Get basin configuration.ListBasinsResponse
listBasins(ListBasinsRequest request)
List basins.ReconfigureBasinResponse
reconfigureBasin(ReconfigureBasinRequest request)
Update basin configuration.-
Methods inherited from class io.grpc.stub.AbstractStub
getCallOptions, getChannel, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withDeadlineAfter, withExecutor, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOnReadyThreshold, withOption, withWaitForReady
-
-
-
-
Method Detail
-
build
protected AccountServiceGrpc.AccountServiceBlockingV2Stub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
build
in classio.grpc.stub.AbstractStub<AccountServiceGrpc.AccountServiceBlockingV2Stub>
-
listBasins
public ListBasinsResponse listBasins(ListBasinsRequest request)
List basins.
-
createBasin
public CreateBasinResponse createBasin(CreateBasinRequest request)
Create a new basin. Provide a client request token with the `S2-Request-Token` header for idempotent retry behaviour.
-
deleteBasin
public DeleteBasinResponse deleteBasin(DeleteBasinRequest request)
Delete a basin. Basin deletion is asynchronous, and may take a few minutes to complete.
-
reconfigureBasin
public ReconfigureBasinResponse reconfigureBasin(ReconfigureBasinRequest request)
Update basin configuration.
-
getBasinConfig
public GetBasinConfigResponse getBasinConfig(GetBasinConfigRequest request)
Get basin configuration.
-
-