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 \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
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 | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setKeys
Key details.
Parameter | |
---|---|
Name | Description |
var |
array<Google\Cloud\RecaptchaEnterprise\V1\Key>
|
Returns | |
---|---|
Type | Description |
$this |
getNextPageToken
Token to retrieve the next page of results. It is set to empty if no keys remain in results.
Returns | |
---|---|
Type | Description |
string |
setNextPageToken
Token to retrieve the next page of results. It is set to empty if no keys remain in results.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |