public static void BindService(ServiceBinderBase serviceBinder, StorageControl.StorageControlBase 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-08-28 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eStorageControl\u003c/code\u003e class within the Google Cloud Storage v2 API provides control plane operations for managing storage resources.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eStorageControl\u003c/code\u003e class inherits from the base \u003ccode\u003eobject\u003c/code\u003e class and includes inherited methods such as \u003ccode\u003eGetHashCode\u003c/code\u003e, \u003ccode\u003eGetType\u003c/code\u003e, \u003ccode\u003eMemberwiseClone\u003c/code\u003e, and \u003ccode\u003eToString\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe namespace for the \u003ccode\u003eStorageControl\u003c/code\u003e class is \u003ccode\u003eGoogle.Cloud.Storage.Control.V2\u003c/code\u003e, and it is contained within the \u003ccode\u003eGoogle.Cloud.Storage.Control.V2.dll\u003c/code\u003e assembly.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eBindService\u003c/code\u003e method creates a service definition that can be registered with a server, taking a \u003ccode\u003eStorageControlBase\u003c/code\u003e object as its argument.\u003c/p\u003e\n"],["\u003cp\u003eThe method \u003ccode\u003eBindService(ServiceBinderBase, StorageControlBase)\u003c/code\u003e registers service methods with a service binder and is part of an experimental API.\u003c/p\u003e\n"]]],[],null,["# Cloud Storage v2 API - Class StorageControl (1.4.0)\n\nVersion latestkeyboard_arrow_down\n\n- [1.4.0 (latest)](/dotnet/docs/reference/Google.Cloud.Storage.Control.V2/latest/Google.Cloud.Storage.Control.V2.StorageControl)\n- [1.3.0](/dotnet/docs/reference/Google.Cloud.Storage.Control.V2/1.3.0/Google.Cloud.Storage.Control.V2.StorageControl)\n- [1.2.0](/dotnet/docs/reference/Google.Cloud.Storage.Control.V2/1.2.0/Google.Cloud.Storage.Control.V2.StorageControl)\n- [1.1.0](/dotnet/docs/reference/Google.Cloud.Storage.Control.V2/1.1.0/Google.Cloud.Storage.Control.V2.StorageControl)\n- [1.0.1](/dotnet/docs/reference/Google.Cloud.Storage.Control.V2/1.0.1/Google.Cloud.Storage.Control.V2.StorageControl) \n\n public static class StorageControl\n\nReference documentation and code samples for the Cloud Storage v2 API class StorageControl.\n\nStorageControl service includes selected control plane operations. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e StorageControl \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.MemberwiseClone()](https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.Storage.Control.V2](/dotnet/docs/reference/Google.Cloud.Storage.Control.V2/latest/Google.Cloud.Storage.Control.V2)\n\nAssembly\n--------\n\nGoogle.Cloud.Storage.Control.V2.dll\n\nMethods\n-------\n\n### BindService(StorageControlBase)\n\n public static ServerServiceDefinition BindService(StorageControl.StorageControlBase serviceImpl)\n\nCreates service definition that can be registered with a server\n\n### BindService(ServiceBinderBase, StorageControlBase)\n\n public static void BindService(ServiceBinderBase serviceBinder, StorageControl.StorageControlBase serviceImpl)\n\nRegister service method with a service binder with or without implementation. Useful when customizing the service binding logic.\nNote: this method is part of an experimental API that can change or be removed without any prior notice."]]