Skip to content

Commit e400904

Browse files
Google APIscopybara-github
authored andcommitted
docs: minor comments updates
PiperOrigin-RevId: 584363225
1 parent c02e3ec commit e400904

1 file changed

Lines changed: 6 additions & 8 deletions

File tree

google/cloud/recaptchaenterprise/v1beta1/recaptchaenterprise.proto

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -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.
439437
message TransactionData {
440438
// Structured address format for billing and shipping addresses.
441439
message Address {

0 commit comments

Comments
 (0)