Reference documentation and code samples for the Google Cloud Resource Manager V3 Client class ListTagKeysRequest.
The request message for listing all TagKeys under a parent resource.
Generated from protobuf message google.cloud.resourcemanager.v3.ListTagKeysRequest
Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ parent |
string
Required. The resource name of the new TagKey's parent. Must be of the form |
↳ page_size |
int
Optional. The maximum number of TagKeys to return in the response. The server allows a maximum of 300 TagKeys to return. If unspecified, the server will use 100 as the default. |
↳ page_token |
string
Optional. A pagination token returned from a previous call to |
getParent
Required. The resource name of the new TagKey's parent.
Must be of the form folders/{folder_id}
or organizations/{org_id}
.
Returns | |
---|---|
Type | Description |
string |
setParent
Required. The resource name of the new TagKey's parent.
Must be of the form folders/{folder_id}
or organizations/{org_id}
.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getPageSize
Optional. The maximum number of TagKeys to return in the response. The server allows a maximum of 300 TagKeys to return. If unspecified, the server will use 100 as the default.
Returns | |
---|---|
Type | Description |
int |
setPageSize
Optional. The maximum number of TagKeys to return in the response. The server allows a maximum of 300 TagKeys to return. If unspecified, the server will use 100 as the default.
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |
getPageToken
Optional. A pagination token returned from a previous call to ListTagKey
that indicates where this listing should continue from.
Returns | |
---|---|
Type | Description |
string |
setPageToken
Optional. A pagination token returned from a previous call to ListTagKey
that indicates where this listing should continue from.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |