Get desktop application:
View/edit binary Protocol Buffers messages
Service to determine the likelihood an event is legitimate.
Creates an Assessment of the likelihood an event is legitimate.
The create assessment request message.
Required. The name of the project in which the assessment will be created, in the format "projects/{project_number}".
Required. The assessment details.
Annotates a previously created Assessment to provide additional information on whether the event turned out to be authentic or fradulent.
The request message to annotate an Assessment.
Required. The resource name of the Assessment, in the format "projects/{project_number}/assessments/{assessment_id}".
Required. The annotation that will be assigned to the Event.
Empty response for AnnotateAssessment.
(message has no fields)
Enum that reprensents the types of annotations.
Used in:
Default unspecified type.
Provides information that the event turned out to be legitimate.
Provides information that the event turned out to be fraudulent.
A recaptcha assessment resource.
Used as response type in: RecaptchaEnterpriseServiceV1Beta1.CreateAssessment
Used as field type in:
Output only. The resource name for the Assessment in the format "projects/{project_number}/assessments/{assessment_id}".
The event being assessed.
Output only. Legitimate event score from 0.0 to 1.0. (1.0 means very likely legitimate traffic while 0.0 means very likely non-legitimate traffic).
Output only. Properties of the provided event token.
Output only. Reasons contributing to the risk analysis verdict.
LINT.IfChange(classification_reason) Reasons contributing to the risk analysis verdict.
Used in:
Default unspecified type.
Interactions matched the behavior of an automated agent.
The event originated from an illegitimate environment.
Traffic volume from the event source is higher than normal.
Interactions with the site were significantly different than expected patterns.
Too little traffic has been received from this site thus far to generate quality risk analysis.
Used in:
Required. The user response token provided by the reCAPTCHA client-side integration on your site.
Required. The site key that was used to invoke reCAPTCHA on your site and generate the token.
Used in:
Whether the provided user response token is valid.
Reason associated with the response when valid = false.
The timestamp corresponding to the generation of the token.
The hostname of the page on which the token was generated.
Action name provided at token generation.
LINT.IfChange Enum that represents the types of invalid token reasons.
Used in:
Default unspecified type.
If the failure reason was not accounted for.
The provided user verification token was malformed.
The user verification token had expired.
The user verification had already been seen.
The user verification token did not match the provided site key. This may be a configuration error (e.g. development keys used in production) or end users trying to use verification tokens from other sites.
The user verification token was not present. It is a required input.