GKE Hub v1 API - Class ListPermittedScopesResponse (2.8.0)

public sealed class ListPermittedScopesResponse : IPageResponse<Scope>, IEnumerable<Scope>, IEnumerable, IMessage<ListPermittedScopesResponse>, IEquatable<ListPermittedScopesResponse>, IDeepCloneable<ListPermittedScopesResponse>, IBufferMessage, IMessage

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

List of permitted Scopes.

Inheritance

object > ListPermittedScopesResponse

Namespace

Google.Cloud.GkeHub.V1

Assembly

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