public sealed class ListKeysRequest : IMessage<ListKeysRequest>, IEquatable<ListKeysRequest>, IDeepCloneable<ListKeysRequest>, IBufferMessage, IMessage, IPageRequest
Reference documentation and code samples for the Google Cloud reCAPTCHA Enterprise v1 API class ListKeysRequest.
The list keys request message.
Implements
IMessageListKeysRequest, IEquatableListKeysRequest, IDeepCloneableListKeysRequest, 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 |
int |
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 |