public sealed class AutomationResourceSelector : IMessage<AutomationResourceSelector>, IEquatable<AutomationResourceSelector>, IDeepCloneable<AutomationResourceSelector>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Deploy v1 API class AutomationResourceSelector.
AutomationResourceSelector contains the information to select the resources
to which an Automation is going to be applied.
[[["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 available for `AutomationResourceSelector` in the Google Cloud Deploy v1 API is 3.4.0, with multiple earlier versions also documented."],["`AutomationResourceSelector` is a class that contains information for selecting resources to which an Automation will be applied, inheriting from `object` and implementing several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `AutomationResourceSelector` class includes a `Targets` property, which is a `RepeatedField` containing `TargetAttribute` data, detailing attributes about a target."],["The `Google.Cloud.Deploy.V1` namespace provides the `AutomationResourceSelector` and it can be found in the `Google.Cloud.Deploy.V1.dll` assembly."],["The class has two constructors, a default one, and another one that takes in an existing instance of the `AutomationResourceSelector` class."]]],[]]