Reference documentation and code samples for the Google Cloud Gke Hub V1beta1 Client class ListMembershipsResponse.
Response message for the GkeHubMembershipService.ListMemberships
method.
Generated from protobuf message google.cloud.gkehub.v1beta1.ListMembershipsResponse
Namespace
Google \ Cloud \ GkeHub \ V1beta1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ resources |
array<Google\Cloud\GkeHub\V1beta1\Membership>
The list of matching Memberships. |
↳ next_page_token |
string
A token to request the next page of resources from the |
↳ unreachable |
array
List of locations that could not be reached while fetching this list. |
getResources
The list of matching Memberships.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setResources
The list of matching Memberships.
Parameter | |
---|---|
Name | Description |
var |
array<Google\Cloud\GkeHub\V1beta1\Membership>
|
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 |
Google\Protobuf\Internal\RepeatedField |
setUnreachable
List of locations that could not be reached while fetching this list.
Parameter | |
---|---|
Name | Description |
var |
string[]
|
Returns | |
---|---|
Type | Description |
$this |