Reference documentation and code samples for the Cloud Resource Manager v3 API class TagHolds.
Allow users to create and manage TagHolds for TagValues. TagHolds represent
the use of a Tag Value that is not captured by TagBindings but
should still block TagValue deletion (such as a reference in a policy
condition). This service provides isolated failure domains by cloud location
so that TagHolds can be managed in the same location as their usage.
public static void BindService(ServiceBinderBase serviceBinder, TagHolds.TagHoldsBase 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 `TagHolds` class within the Google Cloud Resource Manager v3 API, specifically for version 2.4.0, with links to other versions of the API."],["`TagHolds` is designed to manage the use of Tag Values, even when not captured by TagBindings, ensuring that TagValues are not deleted if they are being referenced."],["The `TagHolds` class inherits from the base `object` class, and it also contains methods like `BindService`, which is used to create a service definition that can be registered with a server."],["The `TagHolds` class is in the `Google.Cloud.ResourceManager.V3` namespace, within the `Google.Cloud.ResourceManager.V3.dll` assembly."],["There are two overloaded `BindService` methods, which provide flexibility in binding the `TagHolds` service, one returning `ServerServiceDefinition`, and the other taking a `ServiceBinderBase` for method binding."]]],[]]