API Keys v2 API - Class ListKeysResponse (1.3.0)

public sealed class ListKeysResponse : IMessage<ListKeysResponse>, IEquatable<ListKeysResponse>, IDeepCloneable<ListKeysResponse>, IBufferMessage, IMessage, IPageResponse<Key>, IEnumerable<Key>, IEnumerable

Reference documentation and code samples for the API Keys v2 API class ListKeysResponse.

Response message for ListKeys method.

Inheritance

object > ListKeysResponse

Namespace

Google.Cloud.ApiKeys.V2

Assembly

Google.Cloud.ApiKeys.V2.dll

Constructors

ListKeysResponse()

public ListKeysResponse()

ListKeysResponse(ListKeysResponse)

public ListKeysResponse(ListKeysResponse other)
Parameter
NameDescription
otherListKeysResponse

Properties

Keys

public RepeatedField<Key> Keys { get; }

A list of API keys.

Property Value
TypeDescription
RepeatedFieldKey

NextPageToken

public string NextPageToken { get; set; }

The pagination token for the next page of results.

Property Value
TypeDescription
string

Methods

GetEnumerator()

public IEnumerator<Key> GetEnumerator()

Returns an enumerator that iterates through the resources in this response.

Returns
TypeDescription
IEnumeratorKey