Google Cloud Gke Hub V1 Client - Class ListMembershipsResponse (1.0.0-RC1)

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

Response message for the GkeHub.ListMemberships method.

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

Namespace

Google \ Cloud \ GkeHub \ V1

Methods

__construct

Constructor.

Parameters
Name
Description
data
array

Optional. Data for populating the Message object.

↳ resources
array< Google\Cloud\GkeHub\V1\Membership >

The list of matching Memberships.

↳ next_page_token
string

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

↳ unreachable
array

List of locations that could not be reached while fetching this list.

getResources

The list of matching Memberships.

Returns
Type
Description

setResources

The list of matching Memberships.

Parameter
Name
Description
Returns
Type
Description
$this

getNextPageToken

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

getUnreachable

List of locations that could not be reached while fetching this list.

Returns
Type
Description

setUnreachable

List of locations that could not be reached while fetching this list.

Parameter
Name
Description
var
string[]
Returns
Type
Description
$this