Google Cloud Gke Hub V1 Client - Class ListScopesResponse (1.3.0)

Reference documentation and code samples for the Google Cloud Gke Hub V1 Client class ListScopesResponse.

List of Scopes.

Generated from protobuf message google.cloud.gkehub.v1.ListScopesResponse

Namespace

Google \ Cloud \ GkeHub \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ scopes array<Scope>

The list of Scopes

↳ next_page_token string

A token to request the next page of resources from the ListScopes method. The value of an empty string means that there are no more resources to return.

getScopes

The list of Scopes

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setScopes

The list of Scopes

Parameter
Name Description
var array<Scope>
Returns
Type Description
$this

getNextPageToken

A token to request the next page of resources from the ListScopes 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 ListScopes 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