public sealed class ListKeysRequest : IMessage<ListKeysRequest>, IEquatable<ListKeysRequest>, IDeepCloneable<ListKeysRequest>, IBufferMessage, IMessage, IPageRequestReference documentation and code samples for the Google Cloud reCAPTCHA Enterprise v1 API class ListKeysRequest.
The list keys request message.
Implements
IMessage<ListKeysRequest>, IEquatable<ListKeysRequest>, IDeepCloneable<ListKeysRequest>, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.RecaptchaEnterprise.V1Assembly
Google.Cloud.RecaptchaEnterprise.V1.dll
Constructors
ListKeysRequest()
public ListKeysRequest()ListKeysRequest(ListKeysRequest)
public ListKeysRequest(ListKeysRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
ListKeysRequest |
Properties
PageSize
public int PageSize { get; set; }Optional. The maximum number of keys to return. Default is 10. Max limit is 1000.
| Property Value | |
|---|---|
| Type | Description |
Int32 |
|
PageToken
public string PageToken { get; set; }Optional. The next_page_token value returned from a previous. ListKeysRequest, if any.
| Property Value | |
|---|---|
| Type | Description |
String |
|
Parent
public string Parent { get; set; }Required. The name of the project that contains the keys that will be listed, in the format "projects/{project}".
| Property Value | |
|---|---|
| Type | Description |
String |
|
ParentAsProjectName
public ProjectName ParentAsProjectName { get; set; }ProjectName-typed view over the Parent resource name property.
| Property Value | |
|---|---|
| Type | Description |
ProjectName |
|