Class: Google::Cloud::GkeHub::V1::ListPermittedScopesRequest
- Inherits:
-
Object
- Object
- Google::Cloud::GkeHub::V1::ListPermittedScopesRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/gkehub/v1/service.rb
Overview
Request to list permitted Scopes.
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.
306 307 308 309 |
# File 'proto_docs/google/cloud/gkehub/v1/service.rb', line 306 class ListPermittedScopesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
Returns Optional. Token returned by previous call to ListPermittedScopes which
specifies the position in the list from where to continue listing the
resources.
306 307 308 309 |
# File 'proto_docs/google/cloud/gkehub/v1/service.rb', line 306 class ListPermittedScopesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. The parent (project and location) where the Scope will be listed.
Specified in the format projects/*/locations/*.
306 307 308 309 |
# File 'proto_docs/google/cloud/gkehub/v1/service.rb', line 306 class ListPermittedScopesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |