Google Cloud Gke Hub V1 Client - Class ListFeaturesResponse (0.6.3)

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

Methods

__construct

Constructor.

Parameters
NameDescription
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 ListFeatures method. The value of an empty string means that there are no more resources to return.

getResources

The list of matching Features

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setResources

The list of matching Features

Parameter
NameDescription
var array<Google\Cloud\GkeHub\V1\Feature>
Returns
TypeDescription
$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
TypeDescription
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
NameDescription
var string
Returns
TypeDescription
$this