Reference documentation and code samples for the Google Cloud Gke Hub V1 Client class ListMembershipRBACRoleBindingsResponse.
List of Membership RBACRoleBindings.
Generated from protobuf message google.cloud.gkehub.v1.ListMembershipRBACRoleBindingsResponse
Namespace
Google \ Cloud \ GkeHub \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ rbacrolebindings |
array<RBACRoleBinding>
The list of Membership RBACRoleBindings. |
↳ 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. |
getRbacrolebindings
The list of Membership RBACRoleBindings.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\RepeatedField |
|
setRbacrolebindings
The list of Membership RBACRoleBindings.
| Parameter | |
|---|---|
| Name | Description |
var |
array<RBACRoleBinding>
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getNextPageToken
A token to request the next page of resources from the
ListMembershipRBACRoleBindings 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
ListMembershipRBACRoleBindings 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 |
|