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()
createTransferJobCallable()
public UnaryCallable<TransferProto.CreateTransferJobRequest,TransferTypes.TransferJob> createTransferJobCallable()
deleteAgentPoolCallable()
public UnaryCallable<TransferProto.DeleteAgentPoolRequest,Empty> deleteAgentPoolCallable()
deleteTransferJobCallable()
public UnaryCallable<TransferProto.DeleteTransferJobRequest,Empty> deleteTransferJobCallable()
getAgentPoolCallable()
public UnaryCallable<TransferProto.GetAgentPoolRequest,TransferTypes.AgentPool> getAgentPoolCallable()
getGoogleServiceAccountCallable()
public UnaryCallable<TransferProto.GetGoogleServiceAccountRequest,TransferTypes.GoogleServiceAccount> getGoogleServiceAccountCallable()
getHttpJsonOperationsStub()
public OperationsStub getHttpJsonOperationsStub()
getOperationsStub()
public OperationsStub getOperationsStub()
getTransferJobCallable()
public UnaryCallable<TransferProto.GetTransferJobRequest,TransferTypes.TransferJob> getTransferJobCallable()
listAgentPoolsCallable()
public UnaryCallable<TransferProto.ListAgentPoolsRequest,TransferProto.ListAgentPoolsResponse> listAgentPoolsCallable()
listAgentPoolsPagedCallable()
public UnaryCallable<TransferProto.ListAgentPoolsRequest,StorageTransferServiceClient.ListAgentPoolsPagedResponse> listAgentPoolsPagedCallable()
listTransferJobsCallable()
public UnaryCallable<TransferProto.ListTransferJobsRequest,TransferProto.ListTransferJobsResponse> listTransferJobsCallable()
listTransferJobsPagedCallable()
public UnaryCallable<TransferProto.ListTransferJobsRequest,StorageTransferServiceClient.ListTransferJobsPagedResponse> listTransferJobsPagedCallable()
pauseTransferOperationCallable()
public UnaryCallable<TransferProto.PauseTransferOperationRequest,Empty> pauseTransferOperationCallable()
resumeTransferOperationCallable()
public UnaryCallable<TransferProto.ResumeTransferOperationRequest,Empty> resumeTransferOperationCallable()
runTransferJobCallable()
public UnaryCallable<TransferProto.RunTransferJobRequest,Operation> runTransferJobCallable()
runTransferJobOperationCallable()
public OperationCallable<TransferProto.RunTransferJobRequest,Empty,TransferTypes.TransferOperation> runTransferJobOperationCallable()
updateAgentPoolCallable()
public UnaryCallable<TransferProto.UpdateAgentPoolRequest,TransferTypes.AgentPool> updateAgentPoolCallable()
updateTransferJobCallable()
public UnaryCallable<TransferProto.UpdateTransferJobRequest,TransferTypes.TransferJob> updateTransferJobCallable()