Skip to content

Commit

Permalink
feat: Generate Google.Apis.RecaptchaEnterprise.v1 version 1.69.0.3692
Browse files Browse the repository at this point in the history
  • Loading branch information
amanda-tarafa authored and jskeet committed Feb 17, 2025
1 parent c622ea5 commit 0200b32
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions DiscoveryJson/recaptchaenterprise.v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -786,7 +786,7 @@
}
}
},
"revision": "20250202",
"revision": "20250209",
"rootUrl": "https://recaptchaenterprise.googleapis.com/",
"schemas": {
"GoogleCloudRecaptchaenterpriseV1AccountDefenderAssessment": {
Expand Down Expand Up @@ -968,7 +968,7 @@
"SOCIAL_SPAM"
],
"enumDescriptions": [
"Default unspecified reason.",
"Unspecified reason. Do not use.",
"Indicates that the transaction had a chargeback issued with no other details. When possible, specify the type by using CHARGEBACK_FRAUD or CHARGEBACK_DISPUTE instead.",
"Indicates that the transaction had a chargeback issued related to an alleged unauthorized transaction from the cardholder's perspective (for example, the card number was stolen).",
"Indicates that the transaction had a chargeback issued related to the cardholder having provided their card details but allegedly not being satisfied with the purchase (for example, misrepresentation, attempted cancellation).",
Expand Down Expand Up @@ -1712,7 +1712,7 @@
"type": "array"
},
"startTime": {
"description": "Inclusive start time aligned to a day (UTC).",
"description": "Inclusive start time aligned to a day in the America/Los_Angeles (Pacific) timezone.",
"format": "google-datetime",
"type": "string"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2807,7 +2807,7 @@ public class GoogleCloudRecaptchaenterpriseV1Metrics : Google.Apis.Requests.IDir

private object _startTime;

/// <summary>Inclusive start time aligned to a day (UTC).</summary>
/// <summary>Inclusive start time aligned to a day in the America/Los_Angeles (Pacific) timezone.</summary>
[Newtonsoft.Json.JsonPropertyAttribute("startTime")]
public virtual string StartTimeRaw
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<!-- nupkg information -->
<PropertyGroup>
<Title>Google.Apis.RecaptchaEnterprise.v1 Client Library</Title>
<Version>1.69.0.3685</Version>
<Version>1.69.0.3692</Version>
<Authors>Google LLC</Authors>
<Copyright>Copyright 2025 Google LLC</Copyright>
<PackageTags>Google</PackageTags>
Expand Down

0 comments on commit 0200b32

Please sign in to comment.