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.
Implements
IMessageListKeysResponse, IEquatableListKeysResponse, IDeepCloneableListKeysResponse, IBufferMessage, IMessage, IPageResponseKey, IEnumerableKey, IEnumerableNamespace
Google.Cloud.ApiKeys.V2Assembly
Google.Cloud.ApiKeys.V2.dll
Constructors
ListKeysResponse()
public ListKeysResponse()
ListKeysResponse(ListKeysResponse)
public ListKeysResponse(ListKeysResponse other)
Parameter | |
---|---|
Name | Description |
other | ListKeysResponse |
Properties
Keys
public RepeatedField<Key> Keys { get; }
A list of API keys.
Property Value | |
---|---|
Type | Description |
RepeatedFieldKey |
NextPageToken
public string NextPageToken { get; set; }
The pagination token for the next page of 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 |
IEnumeratorKey |