@@ -420,7 +420,7 @@ message AnnotateAssessmentRequest {
420420
421421 // Enum that represents potential reasons for annotating an assessment.
422422 enum Reason {
423- // Default unspecified reason.
423+ // Unspecified reason. Do not use .
424424 REASON_UNSPECIFIED = 0 ;
425425
426426 // Indicates that the transaction had a chargeback issued with no other
@@ -711,8 +711,8 @@ message Event {
711711 // enabled in the Google Cloud console.
712712 ENABLED = 1 ;
713713
714- // Disable Fraud Prevention for this assessment, regardless of Google Cloud
715- // console settings.
714+ // Disable Fraud Prevention for this assessment, regardless of the Google
715+ // Cloud console settings.
716716 DISABLED = 2 ;
717717 }
718718
@@ -758,9 +758,14 @@ message Event {
758758 // WAF-enabled key.
759759 bool waf_token_assessment = 9 [(google.api.field_behavior ) = OPTIONAL ];
760760
761- // Optional. JA3 fingerprint for SSL clients.
761+ // Optional. JA3 fingerprint for SSL clients. To learn how to compute this
762+ // fingerprint, please refer to https://github.com/salesforce/ja3.
762763 string ja3 = 10 [(google.api.field_behavior ) = OPTIONAL ];
763764
765+ // Optional. JA4 fingerprint for SSL clients. To learn how to compute this
766+ // fingerprint, please refer to https://github.com/FoxIO-LLC/ja4.
767+ string ja4 = 18 [(google.api.field_behavior ) = OPTIONAL ];
768+
764769 // Optional. HTTP header information about the request.
765770 repeated string headers = 11 [(google.api.field_behavior ) = OPTIONAL ];
766771
@@ -1482,7 +1487,8 @@ message Metrics {
14821487 (google.api.field_behavior ) = OUTPUT_ONLY
14831488 ];
14841489
1485- // Inclusive start time aligned to a day (UTC).
1490+ // Inclusive start time aligned to a day in the America/Los_Angeles (Pacific)
1491+ // timezone.
14861492 google.protobuf.Timestamp start_time = 1 ;
14871493
14881494 // Metrics are continuous and in order by dates, and in the granularity
0 commit comments