Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions packages/google-cloud-recaptchaenterprise/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Google APIs Client Libraries, in [Client Libraries Explained][explained].
1. [Select or create a Cloud Platform project][projects].
1. [Enable billing for your project][billing].
1. [Enable the Google Cloud reCAPTCHA Enterprise API][enable_api].
1. [Set up authentication][auth] so you can access the
1. [Set up authentication with a service account][auth] so you can access the
API from your local workstation.

### Installing the client library
Expand Down Expand Up @@ -211,4 +211,4 @@ See [LICENSE](https://github.com/googleapis/google-cloud-node/blob/main/LICENSE)
[projects]: https://console.cloud.google.com/project
[billing]: https://support.google.com/cloud/answer/6293499#enable-billing
[enable_api]: https://console.cloud.google.com/flows/enableapi?apiid=recaptchaenterprise.googleapis.com
[auth]: https://cloud.google.com/docs/authentication/external/set-up-adc-local
[auth]: https://cloud.google.com/docs/authentication/getting-started
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,7 @@ message AnnotateAssessmentRequest {

// Enum that represents potential reasons for annotating an assessment.
enum Reason {
// Default unspecified reason.
// Unspecified reason. Do not use.
REASON_UNSPECIFIED = 0;

// Indicates that the transaction had a chargeback issued with no other
Expand Down Expand Up @@ -711,8 +711,8 @@ message Event {
// enabled in the Google Cloud console.
ENABLED = 1;

// Disable Fraud Prevention for this assessment, regardless of Google Cloud
// console settings.
// Disable Fraud Prevention for this assessment, regardless of the Google
// Cloud console settings.
DISABLED = 2;
}

Expand Down Expand Up @@ -758,9 +758,14 @@ message Event {
// WAF-enabled key.
bool waf_token_assessment = 9 [(google.api.field_behavior) = OPTIONAL];

// Optional. JA3 fingerprint for SSL clients.
// Optional. JA3 fingerprint for SSL clients. To learn how to compute this
// fingerprint, please refer to https://github.com/salesforce/ja3.
string ja3 = 10 [(google.api.field_behavior) = OPTIONAL];

// Optional. JA4 fingerprint for SSL clients. To learn how to compute this
// fingerprint, please refer to https://github.com/FoxIO-LLC/ja4.
string ja4 = 18 [(google.api.field_behavior) = OPTIONAL];

// Optional. HTTP header information about the request.
repeated string headers = 11 [(google.api.field_behavior) = OPTIONAL];

Expand Down Expand Up @@ -1482,7 +1487,8 @@ message Metrics {
(google.api.field_behavior) = OUTPUT_ONLY
];

// Inclusive start time aligned to a day (UTC).
// Inclusive start time aligned to a day in the America/Los_Angeles (Pacific)
// timezone.
google.protobuf.Timestamp start_time = 1;

// Metrics are continuous and in order by dates, and in the granularity
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

23 changes: 23 additions & 0 deletions packages/google-cloud-recaptchaenterprise/protos/protos.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 7 additions & 3 deletions packages/google-cloud-recaptchaenterprise/protos/protos.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading