Skip to content

Commit d42efa4

Browse files
feat: Automated regeneration of RecaptchaEnterprise client (googleapis#12977)
Auto-created at 2025-02-15 13:14:04 +0000 using the toys pull request generator.
1 parent a8708cc commit d42efa4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

clients/recaptcha_enterprise/lib/google_api/recaptcha_enterprise/v1/metadata.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ defmodule GoogleApi.RecaptchaEnterprise.V1 do
2020
API client metadata for GoogleApi.RecaptchaEnterprise.V1.
2121
"""
2222

23-
@discovery_revision "20250202"
23+
@discovery_revision "20250209"
2424

2525
def discovery_revision(), do: @discovery_revision
2626
end

clients/recaptcha_enterprise/lib/google_api/recaptcha_enterprise/v1/model/google_cloud_recaptchaenterprise_v1_metrics.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ defmodule GoogleApi.RecaptchaEnterprise.V1.Model.GoogleCloudRecaptchaenterpriseV
2424
* `challengeMetrics` (*type:* `list(GoogleApi.RecaptchaEnterprise.V1.Model.GoogleCloudRecaptchaenterpriseV1ChallengeMetrics.t)`, *default:* `nil`) - Metrics are continuous and in order by dates, and in the granularity of day. Only challenge-based keys (CHECKBOX, INVISIBLE) have challenge-based data.
2525
* `name` (*type:* `String.t`, *default:* `nil`) - Output only. Identifier. The name of the metrics, in the format `projects/{project}/keys/{key}/metrics`.
2626
* `scoreMetrics` (*type:* `list(GoogleApi.RecaptchaEnterprise.V1.Model.GoogleCloudRecaptchaenterpriseV1ScoreMetrics.t)`, *default:* `nil`) - Metrics are continuous and in order by dates, and in the granularity of day. All Key types should have score-based data.
27-
* `startTime` (*type:* `DateTime.t`, *default:* `nil`) - Inclusive start time aligned to a day (UTC).
27+
* `startTime` (*type:* `DateTime.t`, *default:* `nil`) - Inclusive start time aligned to a day in the America/Los_Angeles (Pacific) timezone.
2828
"""
2929

3030
use GoogleApi.Gax.ModelBase

0 commit comments

Comments
 (0)