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.
Implements
IMessageAutomationResourceSelector, IEquatableAutomationResourceSelector, IDeepCloneableAutomationResourceSelector, IBufferMessage, IMessageNamespace
Google.Cloud.Deploy.V1Assembly
Google.Cloud.Deploy.V1.dll
Constructors
AutomationResourceSelector()
public AutomationResourceSelector()
AutomationResourceSelector(AutomationResourceSelector)
public AutomationResourceSelector(AutomationResourceSelector other)
Parameter | |
---|---|
Name | Description |
other |
AutomationResourceSelector |
Properties
Targets
public RepeatedField<TargetAttribute> Targets { get; }
Contains attributes about a target.
Property Value | |
---|---|
Type | Description |
RepeatedFieldTargetAttribute |