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

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
NameDescription
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
TypeDescription
string

setParent

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

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getPageSize

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

Returns
TypeDescription
int

setPageSize

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

Parameter
NameDescription
var int
Returns
TypeDescription
$this

getPageToken

Optional. The next_page_token value returned from a previous.

ListKeysRequest, if any.

Returns
TypeDescription
string

setPageToken

Optional. The next_page_token value returned from a previous.

ListKeysRequest, if any.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

static::build

Parameter
NameDescription
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
TypeDescription
Google\Cloud\RecaptchaEnterprise\V1\ListKeysRequest