Manages Cloud Platform folder resources.
Folders can be used to organize the resources under an
organization and to control the policies applied to groups of resources.
public static void BindService(ServiceBinderBase serviceBinder, Folders.FoldersBase 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 `Folders` class, part of the `Google.Cloud.ResourceManager.V3` namespace, manages Cloud Platform folder resources for organization and policy control."],["This class has multiple versions, with `2.5.0` being the latest, and includes various previous versions dating back to `1.0.0`, each with its own documentation."],["The `Folders` class inherits from the `Object` class, providing base functionalities such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."],["Two methods, `BindService(Folders.FoldersBase)` and `BindService(ServiceBinderBase, Folders.FoldersBase)`, are provided to create or customize server-side service definitions."],["The `Folders` class can be used to organize the resources under an organization and to control the policies applied to groups of resources."]]],[]]