Class ListKeysResponse (2.1.0)

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

Response to request to list keys in a project.

Inheritance

Object > ListKeysResponse

Namespace

Google.Cloud.RecaptchaEnterprise.V1

Assembly

Google.Cloud.RecaptchaEnterprise.V1.dll

Constructors

ListKeysResponse()

public ListKeysResponse()

ListKeysResponse(ListKeysResponse)

public ListKeysResponse(ListKeysResponse other)
Parameter
NameDescription
otherListKeysResponse

Properties

Keys

public RepeatedField<Key> Keys { get; }

Key details.

Property Value
TypeDescription
RepeatedField<Key>

NextPageToken

public string NextPageToken { get; set; }

Token to retrieve the next page of results. It is set to empty if no keys remain in results.

Property Value
TypeDescription
String

Methods

GetEnumerator()

public IEnumerator<Key> GetEnumerator()

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

Returns
TypeDescription
IEnumerator<Key>

Explicit Interface Implementations

IEnumerable.GetEnumerator()

IEnumerator IEnumerable.GetEnumerator()
Returns
TypeDescription
IEnumerator