Reference documentation and code samples for the GKE Hub V1 API class Google::Cloud::GkeHub::V1::ListScopeRBACRoleBindingsResponse.
List of Scope RBACRoleBindings.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#next_page_token
def next_page_token() -> ::String
Returns
-
(::String) — A token to request the next page of resources from the
ListScopeRBACRoleBindingsmethod. The value of an empty string means that there are no more resources to return.
#next_page_token=
def next_page_token=(value) -> ::String
Parameter
-
value (::String) — A token to request the next page of resources from the
ListScopeRBACRoleBindingsmethod. The value of an empty string means that there are no more resources to return.
Returns
-
(::String) — A token to request the next page of resources from the
ListScopeRBACRoleBindingsmethod. The value of an empty string means that there are no more resources to return.
#rbacrolebindings
def rbacrolebindings() -> ::Array<::Google::Cloud::GkeHub::V1::RBACRoleBinding>
Returns
- (::Array<::Google::Cloud::GkeHub::V1::RBACRoleBinding>) — The list of Scope RBACRoleBindings.
#rbacrolebindings=
def rbacrolebindings=(value) -> ::Array<::Google::Cloud::GkeHub::V1::RBACRoleBinding>
Parameter
- value (::Array<::Google::Cloud::GkeHub::V1::RBACRoleBinding>) — The list of Scope RBACRoleBindings.
Returns
- (::Array<::Google::Cloud::GkeHub::V1::RBACRoleBinding>) — The list of Scope RBACRoleBindings.