public sealed class ListScopeNamespacesResponse : IPageResponse<Namespace>, IEnumerable<Namespace>, IEnumerable, IMessage<ListScopeNamespacesResponse>, IEquatable<ListScopeNamespacesResponse>, IDeepCloneable<ListScopeNamespacesResponse>, IBufferMessage, IMessageReference documentation and code samples for the GKE Hub v1 API class ListScopeNamespacesResponse.
List of fleet namespaces.
Implements
IPageResponseNamespace, IEnumerableNamespace, IEnumerable, IMessageListScopeNamespacesResponse, IEquatableListScopeNamespacesResponse, IDeepCloneableListScopeNamespacesResponse, IBufferMessage, IMessageNamespace
Google.Cloud.GkeHub.V1Assembly
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 |
|