Reference documentation and code samples for the Google Cloud Org Policy V2 Client class ListConstraintsRequest.
The request sent to the ListConstraints method.
Generated from protobuf message google.cloud.orgpolicy.v2.ListConstraintsRequest
Namespace
Google \ Cloud \ OrgPolicy \ V2Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ parent |
string
Required. The Google Cloud resource that parents the constraint. Must be in one of the following forms: * |
↳ page_size |
int
Size of the pages to be returned. This is currently unsupported and will be ignored. The server may at any point start using this field to limit page size. |
↳ page_token |
string
Page token used to retrieve the next page. This is currently unsupported and will be ignored. The server may at any point start using this field. |
getParent
Required. The Google Cloud resource that parents the constraint. Must be in one of the following forms:
projects/{project_number}
projects/{project_id}
folders/{folder_id}
organizations/{organization_id}
Returns | |
---|---|
Type | Description |
string |
setParent
Required. The Google Cloud resource that parents the constraint. Must be in one of the following forms:
projects/{project_number}
projects/{project_id}
folders/{folder_id}
organizations/{organization_id}
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getPageSize
Size of the pages to be returned. This is currently unsupported and will be ignored. The server may at any point start using this field to limit page size.
Returns | |
---|---|
Type | Description |
int |
setPageSize
Size of the pages to be returned. This is currently unsupported and will be ignored. The server may at any point start using this field to limit page size.
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |
getPageToken
Page token used to retrieve the next page. This is currently unsupported and will be ignored. The server may at any point start using this field.
Returns | |
---|---|
Type | Description |
string |
setPageToken
Page token used to retrieve the next page. This is currently unsupported and will be ignored. The server may at any point start using this field.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
static::build
Parameter | |
---|---|
Name | Description |
parent |
string
Required. The Google Cloud resource that parents the constraint. Must be in one of the following forms:
|
Returns | |
---|---|
Type | Description |
Google\Cloud\OrgPolicy\V2\ListConstraintsRequest |