Reference documentation and code samples for the Google Cloud Resource Manager V3 Client class ListTagBindingsRequest.
The request message to list all TagBindings for a parent.
Generated from protobuf message google.cloud.resourcemanager.v3.ListTagBindingsRequest
Namespace
Google \ Cloud \ ResourceManager \ V3Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ parent |
string
Required. The full resource name of a resource for which you want to list existing TagBindings. E.g. "//cloudresourcemanager.googleapis.com/projects/123" |
↳ page_size |
int
Optional. The maximum number of TagBindings to return in the response. The server allows a maximum of 300 TagBindings 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 full resource name of a resource for which you want to list existing TagBindings. E.g.
"//cloudresourcemanager.googleapis.com/projects/123"
Returns | |
---|---|
Type | Description |
string |
setParent
Required. The full resource name of a resource for which you want to list existing TagBindings. E.g.
"//cloudresourcemanager.googleapis.com/projects/123"
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getPageSize
Optional. The maximum number of TagBindings to return in the response. The server allows a maximum of 300 TagBindings to return. If unspecified, the server will use 100 as the default.
Returns | |
---|---|
Type | Description |
int |
setPageSize
Optional. The maximum number of TagBindings to return in the response. The server allows a maximum of 300 TagBindings 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
ListTagBindings
that indicates where this listing should continue from.
Returns | |
---|---|
Type | Description |
string |
setPageToken
Optional. A pagination token returned from a previous call to
ListTagBindings
that indicates where this listing should continue from.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
static::build
Parameter | |
---|---|
Name | Description |
parent |
string
Required. The full resource name of a resource for which you want to list existing TagBindings. E.g. "//cloudresourcemanager.googleapis.com/projects/123" |
Returns | |
---|---|
Type | Description |
Google\Cloud\ResourceManager\V3\ListTagBindingsRequest |