public static void BindService(ServiceBinderBase serviceBinder, TagKeys.TagKeysBase 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 page provides reference documentation for the `TagKeys` class within the Google Cloud Resource Manager v3 API, specifically version 2.3.0."],["The `TagKeys` class allows users to manage tag keys, and it inherits from the base `object` class, providing several inherited members such as `GetHashCode` and `GetType`."],["The namespace for the `TagKeys` class is `Google.Cloud.ResourceManager.V3`, found in the `Google.Cloud.ResourceManager.V3.dll` assembly."],["Two methods are available for binding the service: `BindService(TagKeysBase)` which creates a service definition, and `BindService(ServiceBinderBase, TagKeysBase)` which registers service methods with a service binder."],["There are multiple previous versions of `TagKeys` available, ranging from version 1.0.0 to the latest 2.5.0, which can be accessed via the provided links."]]],[]]