Response to request to list keys in a project.
Generated from protobuf message google.cloud.recaptchaenterprise.v1.ListKeysResponse
| Methods |
| public __construct( $data = NULL) Constructor.
|
| public getKeys() Key details. Generated from protobuf field repeated .google.cloud.recaptchaenterprise.v1.Key keys = 1;
|
| public getNextPageToken() Token to retrieve the next page of results. It is set to empty if no keys remain in results. Generated from protobuf field string next_page_token = 2;
|
| public setKeys( $var) Key details. Generated from protobuf field repeated .google.cloud.recaptchaenterprise.v1.Key keys = 1;
|
| public setNextPageToken( $var) Token to retrieve the next page of results. It is set to empty if no keys remain in results. Generated from protobuf field string next_page_token = 2;
|
| Properties |
| protected $next_page_token = '' Token to retrieve the next page of results. It is set to empty if no keys remain in results. Generated from protobuf field string next_page_token = 2; |
| Methods |
| Properties |
| private $keys = NULL Key details. Generated from protobuf field repeated .google.cloud.recaptchaenterprise.v1.Key keys = 1; |