Reference documentation and code samples for the Google Cloud Gke Hub V1 Client class ListScopeNamespacesRequest.
Request to list fleet namespaces.
Generated from protobuf message google.cloud.gkehub.v1.ListScopeNamespacesRequest
Namespace
Google \ Cloud \ GkeHub \ V1Methods
__construct
Constructor.
data
mixed
getParent
Required. The parent (project and location) where the Features will be
listed. Specified in the format projects/*/locations/*/scopes/*
.
string
setParent
Required. The parent (project and location) where the Features will be
listed. Specified in the format projects/*/locations/*/scopes/*
.
var
string
$this
getPageSize
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.
int
setPageSize
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.
var
int
$this
getPageToken
Optional. Token returned by previous call to ListFeatures
which
specifies the position in the list from where to continue listing the
resources.
string
setPageToken
Optional. Token returned by previous call to ListFeatures
which
specifies the position in the list from where to continue listing the
resources.
var
string
$this
static::build
parent
string
Required. The parent (project and location) where the Features will be
listed. Specified in the format projects/*/locations/*/scopes/*
. Please see GkeHubClient::scopeName()
for help formatting this field.

