Reference documentation and code samples for the Google Cloud Gke Hub V1 Client class ListBoundMembershipsResponse.
List of Memberships bound to a Scope.
Generated from protobuf message google.cloud.gkehub.v1.ListBoundMembershipsResponse
Namespace
Google \ Cloud \ GkeHub \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ memberships |
array<Membership>
The list of Memberships bound to the given Scope. |
↳ unreachable |
array
List of locations that could not be reached while fetching this list. |
↳ next_page_token |
string
A token to request the next page of resources from the |
getMemberships
The list of Memberships bound to the given Scope.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\RepeatedField |
|
setMemberships
The list of Memberships bound to the given Scope.
| Parameter | |
|---|---|
| Name | Description |
var |
array<Membership>
|
| 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 |
|
getNextPageToken
A token to request the next page of resources from the
ListBoundMemberships 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
ListBoundMemberships 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 |
|