Class: Google::Cloud::GkeHub::V1::ListScopeRBACRoleBindingsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::GkeHub::V1::ListScopeRBACRoleBindingsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/gkehub/v1/service.rb
Overview
Request to list Scope RBACRoleBindings.
Instance Attribute Summary collapse
-
#page_size ⇒ ::Integer
Optional.
-
#page_token ⇒ ::String
Optional.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#page_size ⇒ ::Integer
Returns Optional. When requesting a 'page' of resources, page_size specifies
number of resources to return. If unspecified or set to 0, all resources
will be returned.
188 189 190 191 |
# File 'proto_docs/google/cloud/gkehub/v1/service.rb', line 188 class ListScopeRBACRoleBindingsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
Returns Optional. Token returned by previous call to ListScopeRBACRoleBindings
which specifies the position in the list from where to continue listing the
resources.
188 189 190 191 |
# File 'proto_docs/google/cloud/gkehub/v1/service.rb', line 188 class ListScopeRBACRoleBindingsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. The parent (project and location) where the Features will be
listed. Specified in the format projects/*/locations/*/scopes/*.
188 189 190 191 |
# File 'proto_docs/google/cloud/gkehub/v1/service.rb', line 188 class ListScopeRBACRoleBindingsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |