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.
public static void BindService(ServiceBinderBase serviceBinder, StorageTransferService.StorageTransferServiceBase serviceImpl)
Register service method with a service binder with or without implementation. Useful when customizing the service binding logic.
Note: this method is part of an experimental API that can change or be removed without any prior notice.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This webpage details the `StorageTransferService` class within the `Google.Cloud.StorageTransfer.V1` namespace, which facilitates data transfers between Google Cloud Storage buckets or from external data sources to Cloud Storage."],["The latest version of the `StorageTransferService` is 2.8.0, with several older versions also documented, dating back to version 1.0.0."],["The `StorageTransferService` class inherits from the `Object` class and provides methods to `BindService` for server-side handling of storage transfer logic."],["The `BindService` method can be called with either a `StorageTransferService.StorageTransferServiceBase` implementation or a `ServiceBinderBase` along with a `StorageTransferService.StorageTransferServiceBase` to customize service binding."],["The `StorageTransferService` is within the `Google.Cloud.StorageTransfer.V1.dll` assembly."]]],[]]