Reference documentation and code samples for the Google Cloud Recaptcha Enterprise V1 Client class ListKeysRequest.
The list keys request message.
Generated from protobuf message google.cloud.recaptchaenterprise.v1.ListKeysRequest
Namespace
Google \ Cloud \ RecaptchaEnterprise \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ parent
string
Required. The name of the project that contains the keys that is listed, in the format projects/{project}
.
↳ page_size
int
Optional. The maximum number of keys to return. Default is 10. Max limit is 1000.
↳ page_token
string
Optional. The next_page_token value returned from a previous. ListKeysRequest, if any.
getParent
Required. The name of the project that contains the keys that is
listed, in the format projects/{project}
.
string
setParent
Required. The name of the project that contains the keys that is
listed, in the format projects/{project}
.
var
string
$this
getPageSize
Optional. The maximum number of keys to return. Default is 10. Max limit is 1000.
int
setPageSize
Optional. The maximum number of keys to return. Default is 10. Max limit is 1000.
var
int
$this
getPageToken
Optional. The next_page_token value returned from a previous.
ListKeysRequest, if any.
string
setPageToken
Optional. The next_page_token value returned from a previous.
ListKeysRequest, if any.
var
string
$this
static::build
parent
string
Required. The name of the project that contains the keys that is
listed, in the format projects/{project}
. Please see RecaptchaEnterpriseServiceClient::projectName()
for help formatting this field.