@@ -295,15 +295,14 @@ message AnnotateAssessmentRequest {
295295 // whether the event is legitimate or fraudulent.
296296 Annotation annotation = 2 [(google.api.field_behavior ) = OPTIONAL ];
297297
298- // Optional. Optional reasons for the annotation that will be assigned to the
299- // Event.
298+ // Optional. Reasons for the annotation that are assigned to the event.
300299 repeated Reason reasons = 3 [(google.api.field_behavior ) = OPTIONAL ];
301300
302- // Optional. Optional unique stable hashed user identifier to apply to the
303- // assessment. This is an alternative to setting the hashed_account_id in
304- // CreateAssessment, for example when the account identifier is not yet known
305- // in the initial request. It is recommended that the identifier is hashed
306- // using hmac-sha256 with stable secret.
301+ // Optional. Unique stable hashed user identifier to apply to the assessment.
302+ // This is an alternative to setting the ` hashed_account_id` in
303+ // ` CreateAssessment` , for example, when the account identifier is not yet
304+ // known in the initial request. It is recommended that the identifier is
305+ // hashed using hmac-sha256 with stable secret.
307306 bytes hashed_account_id = 4 [(google.api.field_behavior ) = OPTIONAL ];
308307
309308 // Optional. If the assessment is part of a payment transaction, provide
@@ -435,7 +434,6 @@ message Event {
435434}
436435
437436// Transaction data associated with a payment protected by reCAPTCHA Enterprise.
438- // All fields are optional.
439437message TransactionData {
440438 // Structured address format for billing and shipping addresses.
441439 message Address {
0 commit comments