public abstract class StorageTransferServiceStub implements BackgroundResource
Base stub class for the StorageTransferService service API.
This class is for advanced usage and reflects the underlying API directly.
Constructors
StorageTransferServiceStub()
public StorageTransferServiceStub()
Methods
close()
public abstract void close()
createAgentPoolCallable()
public UnaryCallable<TransferProto.CreateAgentPoolRequest,TransferTypes.AgentPool> createAgentPoolCallable()
Returns
createTransferJobCallable()
public UnaryCallable<TransferProto.CreateTransferJobRequest,TransferTypes.TransferJob> createTransferJobCallable()
Returns
deleteAgentPoolCallable()
public UnaryCallable<TransferProto.DeleteAgentPoolRequest,Empty> deleteAgentPoolCallable()
Returns
deleteTransferJobCallable()
public UnaryCallable<TransferProto.DeleteTransferJobRequest,Empty> deleteTransferJobCallable()
Returns
getAgentPoolCallable()
public UnaryCallable<TransferProto.GetAgentPoolRequest,TransferTypes.AgentPool> getAgentPoolCallable()
Returns
getGoogleServiceAccountCallable()
public UnaryCallable<TransferProto.GetGoogleServiceAccountRequest,TransferTypes.GoogleServiceAccount> getGoogleServiceAccountCallable()
Returns
getHttpJsonOperationsStub()
public OperationsStub getHttpJsonOperationsStub()
Returns
getOperationsStub()
public OperationsStub getOperationsStub()
Returns
getTransferJobCallable()
public UnaryCallable<TransferProto.GetTransferJobRequest,TransferTypes.TransferJob> getTransferJobCallable()
Returns
listAgentPoolsCallable()
public UnaryCallable<TransferProto.ListAgentPoolsRequest,TransferProto.ListAgentPoolsResponse> listAgentPoolsCallable()
Returns
listAgentPoolsPagedCallable()
public UnaryCallable<TransferProto.ListAgentPoolsRequest,StorageTransferServiceClient.ListAgentPoolsPagedResponse> listAgentPoolsPagedCallable()
Returns
listTransferJobsCallable()
public UnaryCallable<TransferProto.ListTransferJobsRequest,TransferProto.ListTransferJobsResponse> listTransferJobsCallable()
Returns
listTransferJobsPagedCallable()
public UnaryCallable<TransferProto.ListTransferJobsRequest,StorageTransferServiceClient.ListTransferJobsPagedResponse> listTransferJobsPagedCallable()
Returns
pauseTransferOperationCallable()
public UnaryCallable<TransferProto.PauseTransferOperationRequest,Empty> pauseTransferOperationCallable()
Returns
resumeTransferOperationCallable()
public UnaryCallable<TransferProto.ResumeTransferOperationRequest,Empty> resumeTransferOperationCallable()
Returns
runTransferJobCallable()
public UnaryCallable<TransferProto.RunTransferJobRequest,Operation> runTransferJobCallable()
Returns
runTransferJobOperationCallable()
public OperationCallable<TransferProto.RunTransferJobRequest,Empty,TransferTypes.TransferOperation> runTransferJobOperationCallable()
Returns
updateAgentPoolCallable()
public UnaryCallable<TransferProto.UpdateAgentPoolRequest,TransferTypes.AgentPool> updateAgentPoolCallable()
Returns
updateTransferJobCallable()
public UnaryCallable<TransferProto.UpdateTransferJobRequest,TransferTypes.TransferJob> updateTransferJobCallable()
Returns