GKE Hub v1 API - Class ListScopeNamespacesResponse (2.8.0)

public sealed class ListScopeNamespacesResponse : IPageResponse<Namespace>, IEnumerable<Namespace>, IEnumerable, IMessage<ListScopeNamespacesResponse>, IEquatable<ListScopeNamespacesResponse>, IDeepCloneable<ListScopeNamespacesResponse>, IBufferMessage, IMessage

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

List of fleet namespaces.

Inheritance

object > ListScopeNamespacesResponse

Namespace

Google.Cloud.GkeHub.V1

Assembly

Google.Cloud.GkeHub.V1.dll

Constructors

ListScopeNamespacesResponse()

public ListScopeNamespacesResponse()

ListScopeNamespacesResponse(ListScopeNamespacesResponse)

public ListScopeNamespacesResponse(ListScopeNamespacesResponse other)
Parameter
Name Description
other ListScopeNamespacesResponse

Properties

NextPageToken

public string NextPageToken { get; set; }

A token to request the next page of resources from the ListNamespaces method. The value of an empty string means that there are no more resources to return.

Property Value
Type Description
string

ScopeNamespaces

public RepeatedField<Namespace> ScopeNamespaces { get; }

The list of fleet namespaces

Property Value
Type Description
RepeatedFieldNamespace

Methods

GetEnumerator()

public IEnumerator<Namespace> GetEnumerator()

Returns an enumerator that iterates through the resources in this response.

Returns
Type Description
IEnumeratorNamespace