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.
Implements
IMessage<ListKeysResponse>, IEquatable<ListKeysResponse>, IDeepCloneable<ListKeysResponse>, IBufferMessage, IMessage, IPageResponse<Key>, IEnumerable<Key>, IEnumerableNamespace
Google.Cloud.RecaptchaEnterprise.V1Assembly
Google.Cloud.RecaptchaEnterprise.V1.dll
Constructors
ListKeysResponse()
public ListKeysResponse()
ListKeysResponse(ListKeysResponse)
public ListKeysResponse(ListKeysResponse other)
Parameter | |
---|---|
Name | Description |
other | ListKeysResponse |
Properties
Keys
public RepeatedField<Key> Keys { get; }
Key details.
Property Value | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
String |
Methods
GetEnumerator()
public IEnumerator<Key> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumerator<Key> |
Explicit Interface Implementations
IEnumerable.GetEnumerator()
IEnumerator IEnumerable.GetEnumerator()
Returns | |
---|---|
Type | Description |
IEnumerator |