Skip to content

Commit 495ac0d

Browse files
Regenerate orgpolicy client
1 parent c9fa9d7 commit 495ac0d

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

src/OrgPolicyAPI/GoogleCloudOrgpolicyV2Constraint.php

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@ class GoogleCloudOrgpolicyV2Constraint extends \Google\Model
3333
* @var string
3434
*/
3535
public $displayName;
36+
/**
37+
* @var string
38+
*/
39+
public $equivalentConstraint;
3640
protected $listConstraintType = GoogleCloudOrgpolicyV2ConstraintListConstraint::class;
3741
protected $listConstraintDataType = '';
3842
/**
@@ -104,6 +108,20 @@ public function getDisplayName()
104108
{
105109
return $this->displayName;
106110
}
111+
/**
112+
* @param string
113+
*/
114+
public function setEquivalentConstraint($equivalentConstraint)
115+
{
116+
$this->equivalentConstraint = $equivalentConstraint;
117+
}
118+
/**
119+
* @return string
120+
*/
121+
public function getEquivalentConstraint()
122+
{
123+
return $this->equivalentConstraint;
124+
}
107125
/**
108126
* @param GoogleCloudOrgpolicyV2ConstraintListConstraint
109127
*/

0 commit comments

Comments
 (0)