Reference documentation and code samples for the Google Cloud Gke Hub V1 Client class ListScopeRBACRoleBindingsResponse.
List of Scope RBACRoleBindings.
Generated from protobuf message google.cloud.gkehub.v1.ListScopeRBACRoleBindingsResponse
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 Scope RBACRoleBindings. |
↳ next_page_token |
string
A token to request the next page of resources from the |
getRbacrolebindings
The list of Scope RBACRoleBindings.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\RepeatedField |
|
setRbacrolebindings
The list of Scope RBACRoleBindings.
| Parameter | |
|---|---|
| Name | Description |
var |
array<RBACRoleBinding>
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getNextPageToken
A token to request the next page of resources from the
ListScopeRBACRoleBindings 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
ListScopeRBACRoleBindings 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 |
|