GKE Hub V1 API - Class Google::Cloud::GkeHub::V1::ListScopesRequest (v2.5.0)

Reference documentation and code samples for the GKE Hub V1 API class Google::Cloud::GkeHub::V1::ListScopesRequest.

Request to list Scopes.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#page_size

def page_size() -> ::Integer
Returns
  • (::Integer) — 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.

#page_size=

def page_size=(value) -> ::Integer
Parameter
  • value (::Integer) — 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.
Returns
  • (::Integer) — 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.

#page_token

def page_token() -> ::String
Returns
  • (::String) — Optional. Token returned by previous call to ListScopes which specifies the position in the list from where to continue listing the resources.

#page_token=

def page_token=(value) -> ::String
Parameter
  • value (::String) — Optional. Token returned by previous call to ListScopes which specifies the position in the list from where to continue listing the resources.
Returns
  • (::String) — Optional. Token returned by previous call to ListScopes which specifies the position in the list from where to continue listing the resources.

#parent

def parent() -> ::String
Returns
  • (::String) — Required. The parent (project and location) where the Scope will be listed. Specified in the format projects/*/locations/*.

#parent=

def parent=(value) -> ::String
Parameter
  • value (::String) — Required. The parent (project and location) where the Scope will be listed. Specified in the format projects/*/locations/*.
Returns
  • (::String) — Required. The parent (project and location) where the Scope will be listed. Specified in the format projects/*/locations/*.