Skip to content

Commit

Permalink
docs: minor comments updates
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 584363225
  • Loading branch information
Google APIs authored and Copybara-Service committed Nov 21, 2023
1 parent c02e3ec commit e400904
Showing 1 changed file with 6 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -295,15 +295,14 @@ message AnnotateAssessmentRequest {
// whether the event is legitimate or fraudulent.
Annotation annotation = 2 [(google.api.field_behavior) = OPTIONAL];

// Optional. Optional reasons for the annotation that will be assigned to the
// Event.
// Optional. Reasons for the annotation that are assigned to the event.
repeated Reason reasons = 3 [(google.api.field_behavior) = OPTIONAL];

// Optional. Optional unique stable hashed user identifier to apply to the
// assessment. This is an alternative to setting the hashed_account_id in
// CreateAssessment, for example when the account identifier is not yet known
// in the initial request. It is recommended that the identifier is hashed
// using hmac-sha256 with stable secret.
// Optional. Unique stable hashed user identifier to apply to the assessment.
// This is an alternative to setting the `hashed_account_id` in
// `CreateAssessment`, for example, when the account identifier is not yet
// known in the initial request. It is recommended that the identifier is
// hashed using hmac-sha256 with stable secret.
bytes hashed_account_id = 4 [(google.api.field_behavior) = OPTIONAL];

// Optional. If the assessment is part of a payment transaction, provide
Expand Down Expand Up @@ -435,7 +434,6 @@ message Event {
}

// Transaction data associated with a payment protected by reCAPTCHA Enterprise.
// All fields are optional.
message TransactionData {
// Structured address format for billing and shipping addresses.
message Address {
Expand Down

0 comments on commit e400904

Please sign in to comment.