Reference documentation and code samples for the Google Anthos Multi Cloud V1 Client class ListAttachedClustersRequest.
Request message for AttachedClusters.ListAttachedClusters
method.
Generated from protobuf message google.cloud.gkemulticloud.v1.ListAttachedClustersRequest
Namespace
Google \ Cloud \ GkeMultiCloud \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ parent |
string
Required. The parent location which owns this collection of AttachedCluster resources. Location names are formatted as |
↳ page_size |
int
The maximum number of items to return. If not specified, a default value of 50 will be used by the service. Regardless of the pageSize value, the response can include a partial list and a caller should only rely on response's nextPageToken to determine if there are more instances left to be queried. |
↳ page_token |
string
The |
getParent
Required. The parent location which owns this collection of AttachedCluster resources.
Location names are formatted as projects/<project-id>/locations/<region>
.
See Resource Names
for more details on Google Cloud Platform resource names.
Returns | |
---|---|
Type | Description |
string |
setParent
Required. The parent location which owns this collection of AttachedCluster resources.
Location names are formatted as projects/<project-id>/locations/<region>
.
See Resource Names
for more details on Google Cloud Platform resource names.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getPageSize
The maximum number of items to return.
If not specified, a default value of 50 will be used by the service. Regardless of the pageSize value, the response can include a partial list and a caller should only rely on response's nextPageToken to determine if there are more instances left to be queried.
Returns | |
---|---|
Type | Description |
int |
setPageSize
The maximum number of items to return.
If not specified, a default value of 50 will be used by the service. Regardless of the pageSize value, the response can include a partial list and a caller should only rely on response's nextPageToken to determine if there are more instances left to be queried.
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |
getPageToken
The nextPageToken
value returned from a previous
attachedClusters.list
request, if any.
Returns | |
---|---|
Type | Description |
string |
setPageToken
The nextPageToken
value returned from a previous
attachedClusters.list
request, if any.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
static::build
Parameter | |
---|---|
Name | Description |
parent |
string
Required. The parent location which owns this collection of AttachedCluster resources. Location names are formatted as See Resource Names for more details on Google Cloud Platform resource names. Please see Google\Cloud\GkeMultiCloud\V1\AttachedClustersClient::locationName() for help formatting this field. |
Returns | |
---|---|
Type | Description |
Google\Cloud\GkeMultiCloud\V1\ListAttachedClustersRequest |