public sealed class ListScopesResponse : IPageResponse<Scope>, IEnumerable<Scope>, IEnumerable, IMessage<ListScopesResponse>, IEquatable<ListScopesResponse>, IDeepCloneable<ListScopesResponse>, IBufferMessage, IMessageReference documentation and code samples for the GKE Hub v1 API class ListScopesResponse.
List of Scopes.
Implements
IPageResponseScope, IEnumerableScope, IEnumerable, IMessageListScopesResponse, IEquatableListScopesResponse, IDeepCloneableListScopesResponse, IBufferMessage, IMessageNamespace
Google.Cloud.GkeHub.V1Assembly
Google.Cloud.GkeHub.V1.dll
Constructors
ListScopesResponse()
public ListScopesResponse()ListScopesResponse(ListScopesResponse)
public ListScopesResponse(ListScopesResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ListScopesResponse |
Properties
NextPageToken
public string NextPageToken { get; set; }A token to request the next page of resources from the
ListScopes method. The value of an empty string means
that there are no more resources to return.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Scopes
public RepeatedField<Scope> Scopes { get; }The list of Scopes
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldScope |
|
Methods
GetEnumerator()
public IEnumerator<Scope> GetEnumerator()Returns an enumerator that iterates through the resources in this response.
| Returns | |
|---|---|
| Type | Description |
IEnumeratorScope |
|