Google Cloud Recaptcha Enterprise V1 Client - Class ListKeysResponse (1.6.0)

Reference documentation and code samples for the Google Cloud Recaptcha Enterprise V1 Client class ListKeysResponse.

Response to request to list keys in a project.

Generated from protobuf message google.cloud.recaptchaenterprise.v1.ListKeysResponse

Namespace

Google \ Cloud \ RecaptchaEnterprise \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ keys array<Google\Cloud\RecaptchaEnterprise\V1\Key>

Key details.

↳ next_page_token string

Token to retrieve the next page of results. It is set to empty if no keys remain in results.

getKeys

Key details.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setKeys

Key details.

Parameter
NameDescription
var array<Google\Cloud\RecaptchaEnterprise\V1\Key>
Returns
TypeDescription
$this

getNextPageToken

Token to retrieve the next page of results. It is set to empty if no keys remain in results.

Returns
TypeDescription
string

setNextPageToken

Token to retrieve the next page of results. It is set to empty if no keys remain in results.

Parameter
NameDescription
var string
Returns
TypeDescription
$this