public sealed class ListPermittedScopesResponse : IPageResponse<Scope>, IEnumerable<Scope>, IEnumerable, IMessage<ListPermittedScopesResponse>, IEquatable<ListPermittedScopesResponse>, IDeepCloneable<ListPermittedScopesResponse>, IBufferMessage, IMessageReference documentation and code samples for the GKE Hub v1 API class ListPermittedScopesResponse.
List of permitted Scopes.
Implements
IPageResponseScope, IEnumerableScope, IEnumerable, IMessageListPermittedScopesResponse, IEquatableListPermittedScopesResponse, IDeepCloneableListPermittedScopesResponse, IBufferMessage, IMessageNamespace
Google.Cloud.GkeHub.V1Assembly
Google.Cloud.GkeHub.V1.dll
Constructors
ListPermittedScopesResponse()
public ListPermittedScopesResponse()ListPermittedScopesResponse(ListPermittedScopesResponse)
public ListPermittedScopesResponse(ListPermittedScopesResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ListPermittedScopesResponse |
Properties
NextPageToken
public string NextPageToken { get; set; }A token to request the next page of resources from the
ListPermittedScopes 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 permitted 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 |
|