public sealed class ListKeysRequest : IMessage<ListKeysRequest>, IEquatable<ListKeysRequest>, IDeepCloneable<ListKeysRequest>, IBufferMessage, IMessage, IPageRequest
Reference documentation and code samples for the API Keys v2 API class ListKeysRequest.
Request message for ListKeys
method.
Implements
IMessage<ListKeysRequest>, IEquatable<ListKeysRequest>, IDeepCloneable<ListKeysRequest>, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.ApiKeys.V2Assembly
Google.Cloud.ApiKeys.V2.dll
Constructors
ListKeysRequest()
public ListKeysRequest()
ListKeysRequest(ListKeysRequest)
public ListKeysRequest(ListKeysRequest other)
Parameter | |
---|---|
Name | Description |
other | ListKeysRequest |
Properties
PageSize
public int PageSize { get; set; }
Optional. Specifies the maximum number of results to be returned at a time.
Property Value | |
---|---|
Type | Description |
Int32 |
PageToken
public string PageToken { get; set; }
Optional. Requests a specific page of results.
Property Value | |
---|---|
Type | Description |
String |
Parent
public string Parent { get; set; }
Required. Lists all API keys associated with this project.
Property Value | |
---|---|
Type | Description |
String |
ParentAsLocationName
public LocationName ParentAsLocationName { get; set; }
LocationName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
LocationName |
ShowDeleted
public bool ShowDeleted { get; set; }
Optional. Indicate that keys deleted in the past 30 days should also be returned.
Property Value | |
---|---|
Type | Description |
Boolean |