Class BackupDRGrpc.BackupDRStub (0.3.0)

public static final class BackupDRGrpc.BackupDRStub extends AbstractAsyncStub<BackupDRGrpc.BackupDRStub>

A stub to allow clients to do asynchronous rpc calls to service BackupDR.

The BackupDR Service

Inheritance

java.lang.Object > io.grpc.stub.AbstractStub > io.grpc.stub.AbstractAsyncStub > BackupDRGrpc.BackupDRStub
io.grpc.stub.AbstractAsyncStub.<T>newStub(io.grpc.stub.AbstractStub.StubFactory<T>,io.grpc.Channel)
io.grpc.stub.AbstractAsyncStub.<T>newStub(io.grpc.stub.AbstractStub.StubFactory<T>,io.grpc.Channel,io.grpc.CallOptions)
io.grpc.stub.AbstractStub.<T>withOption(io.grpc.CallOptions.Key<T>,T)
io.grpc.stub.AbstractStub.build(io.grpc.Channel,io.grpc.CallOptions)
io.grpc.stub.AbstractStub.getCallOptions()
io.grpc.stub.AbstractStub.getChannel()
io.grpc.stub.AbstractStub.withCallCredentials(io.grpc.CallCredentials)
io.grpc.stub.AbstractStub.withChannel(io.grpc.Channel)
io.grpc.stub.AbstractStub.withCompression(java.lang.String)
io.grpc.stub.AbstractStub.withDeadline(io.grpc.Deadline)
io.grpc.stub.AbstractStub.withDeadlineAfter(long,java.util.concurrent.TimeUnit)
io.grpc.stub.AbstractStub.withExecutor(java.util.concurrent.Executor)
io.grpc.stub.AbstractStub.withInterceptors(io.grpc.ClientInterceptor...)
io.grpc.stub.AbstractStub.withMaxInboundMessageSize(int)
io.grpc.stub.AbstractStub.withMaxOutboundMessageSize(int)
io.grpc.stub.AbstractStub.withWaitForReady()

Methods

build(Channel channel, CallOptions callOptions)

protected BackupDRGrpc.BackupDRStub build(Channel channel, CallOptions callOptions)
Parameters
Name Description
channel io.grpc.Channel
callOptions io.grpc.CallOptions
Returns
Type Description
BackupDRGrpc.BackupDRStub
Overrides
io.grpc.stub.AbstractStub.build(io.grpc.Channel,io.grpc.CallOptions)

createManagementServer(CreateManagementServerRequest request, StreamObserver<Operation> responseObserver)

public void createManagementServer(CreateManagementServerRequest request, StreamObserver<Operation> responseObserver)

Creates a new ManagementServer in a given project and location.

Parameters
Name Description
request CreateManagementServerRequest
responseObserver io.grpc.stub.StreamObserver<Operation>

deleteManagementServer(DeleteManagementServerRequest request, StreamObserver<Operation> responseObserver)

public void deleteManagementServer(DeleteManagementServerRequest request, StreamObserver<Operation> responseObserver)

Deletes a single ManagementServer.

Parameters
Name Description
request DeleteManagementServerRequest
responseObserver io.grpc.stub.StreamObserver<Operation>

getManagementServer(GetManagementServerRequest request, StreamObserver<ManagementServer> responseObserver)

public void getManagementServer(GetManagementServerRequest request, StreamObserver<ManagementServer> responseObserver)

Gets details of a single ManagementServer.

Parameters
Name Description
request GetManagementServerRequest
responseObserver io.grpc.stub.StreamObserver<ManagementServer>

listManagementServers(ListManagementServersRequest request, StreamObserver<ListManagementServersResponse> responseObserver)

public void listManagementServers(ListManagementServersRequest request, StreamObserver<ListManagementServersResponse> responseObserver)

Lists ManagementServers in a given project and location.

Parameters
Name Description
request ListManagementServersRequest
responseObserver io.grpc.stub.StreamObserver<ListManagementServersResponse>