Google Cloud Recaptcha Enterprise V1 Client - Class ListKeysRequest (1.12.2)

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 \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ parent string

Required. The name of the project that contains the keys that will be 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 will be listed, in the format projects/{project}.

Returns
Type Description
string

setParent

Required. The name of the project that contains the keys that will be listed, in the format projects/{project}.

Parameter
Name Description
var string
Returns
Type Description
$this

getPageSize

Optional. The maximum number of keys to return. Default is 10. Max limit is 1000.

Returns
Type Description
int

setPageSize

Optional. The maximum number of keys to return. Default is 10. Max limit is 1000.

Parameter
Name Description
var int
Returns
Type Description
$this

getPageToken

Optional. The next_page_token value returned from a previous.

ListKeysRequest, if any.

Returns
Type Description
string

setPageToken

Optional. The next_page_token value returned from a previous.

ListKeysRequest, if any.

Parameter
Name Description
var string
Returns
Type Description
$this

static::build

Parameter
Name Description
parent string

Required. The name of the project that contains the keys that will be listed, in the format projects/{project}. Please see Google\Cloud\RecaptchaEnterprise\V1\RecaptchaEnterpriseServiceClient::projectName() for help formatting this field.

Returns
Type Description
Google\Cloud\RecaptchaEnterprise\V1\ListKeysRequest