Uses of Class
com.google.storagetransfer.v1.proto.StorageTransferServiceClient
-
Packages that use StorageTransferServiceClient Package Description com.google.storagetransfer.v1.proto A client to Storage Transfer API -
-
Uses of StorageTransferServiceClient in com.google.storagetransfer.v1.proto
Methods in com.google.storagetransfer.v1.proto that return StorageTransferServiceClient Modifier and Type Method Description static StorageTransferServiceClient
StorageTransferServiceClient. create()
Constructs an instance of StorageTransferServiceClient with default settings.static StorageTransferServiceClient
StorageTransferServiceClient. create(StorageTransferServiceSettings settings)
Constructs an instance of StorageTransferServiceClient, using the given settings.static StorageTransferServiceClient
StorageTransferServiceClient. create(StorageTransferServiceStub stub)
Constructs an instance of StorageTransferServiceClient, using the given stub for making calls.
-