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.AccountServiceBlockingV2Stubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions)CreateBasinResponsecreateBasin(CreateBasinRequest request)Create a new basin.DeleteBasinResponsedeleteBasin(DeleteBasinRequest request)Delete a basin.GetBasinConfigResponsegetBasinConfig(GetBasinConfigRequest request)Get basin configuration.ListBasinsResponselistBasins(ListBasinsRequest request)List basins.ReconfigureBasinResponsereconfigureBasin(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:
 buildin 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.
 
 - 
 
 -