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 the `AutomationResourceSelector` class is 3.4.0, and it is part of the Google Cloud Deploy v1 API."],["The `AutomationResourceSelector` class, within the `Google.Cloud.Deploy.V1` namespace, is designed to specify the resources to which an Automation is applied."],["This class is found within the Google.Cloud.Deploy.V1.dll assembly and is derived from the `object` class, implementing `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["The class offers a constructor `AutomationResourceSelector()` for creating instances and another `AutomationResourceSelector(AutomationResourceSelector other)` for creating a new instance from another one."],["The `Targets` property of `AutomationResourceSelector` is a `RepeatedField` of `TargetAttribute` objects that contains the target's attributes."]]],[]]