Google Cloud Deploy v1 API - Class AutomationResourceSelector (2.15.0)

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.

Inheritance

object > AutomationResourceSelector

Namespace

Google.Cloud.Deploy.V1

Assembly

Google.Cloud.Deploy.V1.dll

Constructors

AutomationResourceSelector()

public AutomationResourceSelector()

AutomationResourceSelector(AutomationResourceSelector)

public AutomationResourceSelector(AutomationResourceSelector other)
Parameter
NameDescription
otherAutomationResourceSelector

Properties

Targets

public RepeatedField<TargetAttribute> Targets { get; }

Contains attributes about a target.

Property Value
TypeDescription
RepeatedFieldTargetAttribute