Class: Google::Cloud::GkeHub::V1::ListScopesRequest
- Inherits:
-
Object
- Object
- Google::Cloud::GkeHub::V1::ListScopesRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/gkehub/v1/service.rb
Overview
Request to list 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.
272 273 274 275 |
# File 'proto_docs/google/cloud/gkehub/v1/service.rb', line 272 class ListScopesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
Returns Optional. Token returned by previous call to ListScopes which
specifies the position in the list from where to continue listing the
resources.
272 273 274 275 |
# File 'proto_docs/google/cloud/gkehub/v1/service.rb', line 272 class ListScopesRequest 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/*.
272 273 274 275 |
# File 'proto_docs/google/cloud/gkehub/v1/service.rb', line 272 class ListScopesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |