Reference documentation and code samples for the Google Cloud Deploy V1 Client class AutomationRuleCondition.
AutomationRuleCondition
contains conditions relevant to an
Automation
rule.
Generated from protobuf message google.cloud.deploy.v1.AutomationRuleCondition
Namespace
Google \ Cloud \ Deploy \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ targets_present_condition |
Google\Cloud\Deploy\V1\TargetsPresentCondition
Optional. Details around targets enumerated in the rule. |
getTargetsPresentCondition
Optional. Details around targets enumerated in the rule.
Returns | |
---|---|
Type | Description |
Google\Cloud\Deploy\V1\TargetsPresentCondition|null |
hasTargetsPresentCondition
clearTargetsPresentCondition
setTargetsPresentCondition
Optional. Details around targets enumerated in the rule.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\Deploy\V1\TargetsPresentCondition
|
Returns | |
---|---|
Type | Description |
$this |