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."],[[["The latest version of the StorageTransferService is 2.8.0, and it is designed to facilitate data transfers between Google Cloud Storage buckets or from external data sources to Cloud Storage."],["The StorageTransferService class inherits from the Object class and includes methods like `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."],["The `BindService` method, within the StorageTransferService, is used to create a service definition that can be registered with a server, or to register a service method with a service binder."],["The `BindService` method requires a `StorageTransferService.StorageTransferServiceBase` object for server-side handling logic and optionally, a `ServiceBinderBase` for customizing service binding."],["There are several previous versions available of the service, ranging from 1.0.0 to 2.7.0, including version 1.2.0 for which this documentation is applicable to."]]],[]]