ProjectsKeysResource class

Constructors

ProjectsKeysResource.new(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

addIpOverride(GoogleCloudRecaptchaenterpriseV1AddIpOverrideRequest request, String name, {String? $fields}) Future<GoogleCloudRecaptchaenterpriseV1AddIpOverrideResponse>
Adds an IP override to a key.
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.
listIpOverrides(String parent, {int? pageSize, String? pageToken, String? $fields}) Future<GoogleCloudRecaptchaenterpriseV1ListIpOverridesResponse>
Lists all IP overrides for a key.
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.
removeIpOverride(GoogleCloudRecaptchaenterpriseV1RemoveIpOverrideRequest request, String name, {String? $fields}) Future<GoogleCloudRecaptchaenterpriseV1RemoveIpOverrideResponse>
Removes an IP override from a 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