Reference documentation and code samples for the Google Cloud Org Policy V2 Client class GetCustomConstraintRequest.
The request sent to the GetCustomConstraint method.
Generated from protobuf message google.cloud.orgpolicy.v2.GetCustomConstraintRequest
Namespace
Google \ Cloud \ OrgPolicy \ V2Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
Required. Resource name of the custom constraint. See the custom constraint entry for naming requirements. |
getName
Required. Resource name of the custom constraint. See the custom constraint entry for naming requirements.
Returns | |
---|---|
Type | Description |
string |
setName
Required. Resource name of the custom constraint. See the custom constraint entry for naming requirements.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
static::build
Parameter | |
---|---|
Name | Description |
name |
string
Required. Resource name of the custom constraint. See the custom constraint entry for naming requirements. Please see Google\Cloud\OrgPolicy\V2\OrgPolicyClient::customConstraintName() for help formatting this field. |
Returns | |
---|---|
Type | Description |
Google\Cloud\OrgPolicy\V2\GetCustomConstraintRequest |