GKE Hub v1 API - Class ListScopesResponse (2.8.0)

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

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

List of Scopes.

Inheritance

object > ListScopesResponse

Namespace

Google.Cloud.GkeHub.V1

Assembly

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