GKE Hub v1 API - Class ListScopeNamespacesRequest (2.8.0)

public sealed class ListScopeNamespacesRequest : IPageRequest, IMessage<ListScopeNamespacesRequest>, IEquatable<ListScopeNamespacesRequest>, IDeepCloneable<ListScopeNamespacesRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the GKE Hub v1 API class ListScopeNamespacesRequest.

Request to list fleet namespaces.

Inheritance

object > ListScopeNamespacesRequest

Namespace

Google.Cloud.GkeHub.V1

Assembly

Google.Cloud.GkeHub.V1.dll

Constructors

ListScopeNamespacesRequest()

public ListScopeNamespacesRequest()

ListScopeNamespacesRequest(ListScopeNamespacesRequest)

public ListScopeNamespacesRequest(ListScopeNamespacesRequest other)
Parameter
Name Description
other ListScopeNamespacesRequest

Properties

PageSize

public int PageSize { get; set; }

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.

Property Value
Type Description
int

PageToken

public string PageToken { get; set; }

Optional. Token returned by previous call to ListFeatures which specifies the position in the list from where to continue listing the resources.

Property Value
Type Description
string

Parent

public string Parent { get; set; }

Required. The parent (project and location) where the Features will be listed. Specified in the format projects/*/locations/*/scopes/*.

Property Value
Type Description
string

ParentAsScopeName

public ScopeName ParentAsScopeName { get; set; }

ScopeName-typed view over the Parent resource name property.

Property Value
Type Description
ScopeName