Class StorageTransferServiceGrpc.StorageTransferServiceImplBase
- java.lang.Object
-
- com.google.storagetransfer.v1.proto.StorageTransferServiceGrpc.StorageTransferServiceImplBase
-
- All Implemented Interfaces:
StorageTransferServiceGrpc.AsyncService
,io.grpc.BindableService
- Enclosing class:
- StorageTransferServiceGrpc
public abstract static class StorageTransferServiceGrpc.StorageTransferServiceImplBase extends Object implements io.grpc.BindableService, StorageTransferServiceGrpc.AsyncService
Base class for the server implementation of the service StorageTransferService.Storage Transfer Service and its protos. Transfers data between between Google Cloud Storage buckets or from a data source external to Google to a Cloud Storage bucket.
-
-
Constructor Summary
Constructors Constructor Description StorageTransferServiceImplBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.grpc.ServerServiceDefinition
bindService()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.google.storagetransfer.v1.proto.StorageTransferServiceGrpc.AsyncService
createAgentPool, createTransferJob, deleteAgentPool, deleteTransferJob, getAgentPool, getGoogleServiceAccount, getTransferJob, listAgentPools, listTransferJobs, pauseTransferOperation, resumeTransferOperation, runTransferJob, updateAgentPool, updateTransferJob
-
-