ProjectsKeysResource class

Constructors

ProjectsKeysResource(ApiRequester client)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

create(GoogleCloudRecaptchaenterpriseV1Key request, String parent, {String? $fields}) Future<GoogleCloudRecaptchaenterpriseV1Key>
Creates a new reCAPTCHA Enterprise key.
delete(String name, {String? $fields}) Future<GoogleProtobufEmpty>
Deletes the specified key.
get(String name, {String? $fields}) Future<GoogleCloudRecaptchaenterpriseV1Key>
Returns the specified key.
getMetrics(String name, {String? $fields}) Future<GoogleCloudRecaptchaenterpriseV1Metrics>
Get some aggregated metrics for a Key.
list(String parent, {int? pageSize, String? pageToken, String? $fields}) Future<GoogleCloudRecaptchaenterpriseV1ListKeysResponse>
Returns the list of all keys that belong to a project.
migrate(GoogleCloudRecaptchaenterpriseV1MigrateKeyRequest request, String name, {String? $fields}) Future<GoogleCloudRecaptchaenterpriseV1Key>
Migrates an existing key from reCAPTCHA to reCAPTCHA Enterprise.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patch(GoogleCloudRecaptchaenterpriseV1Key request, String name, {String? updateMask, String? $fields}) Future<GoogleCloudRecaptchaenterpriseV1Key>
Updates the specified key.
retrieveLegacySecretKey(String key, {String? $fields}) Future<GoogleCloudRecaptchaenterpriseV1RetrieveLegacySecretKeyResponse>
Returns the secret key related to the specified public key.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited