Reference documentation and code samples for the Google Cloud Gke Hub V1 Client class ListFeaturesResponse.
Response message for the GkeHub.ListFeatures method.
Generated from protobuf message google.cloud.gkehub.v1.ListFeaturesResponse
Namespace
Google \ Cloud \ GkeHub \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ resources |
array<Google\Cloud\GkeHub\V1\Feature>
The list of matching Features |
↳ next_page_token |
string
A token to request the next page of resources from the |
getResources
The list of matching Features
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\RepeatedField |
|
setResources
The list of matching Features
| Parameter | |
|---|---|
| Name | Description |
var |
array<Google\Cloud\GkeHub\V1\Feature>
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getNextPageToken
A token to request the next page of resources from the
ListFeatures method. The value of an empty string means
that there are no more resources to return.
| Returns | |
|---|---|
| Type | Description |
string |
|
setNextPageToken
A token to request the next page of resources from the
ListFeatures method. The value of an empty string means
that there are no more resources to return.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|