Skip to content

Commit 5cb4a89

Browse files
authored
chore: enable generation for google-cloud-recaptcha-enterprise (#16726)
1 parent b68650d commit 5cb4a89

3 files changed

Lines changed: 13 additions & 16 deletions

File tree

librarian.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3122,7 +3122,6 @@ libraries:
31223122
keep:
31233123
- CHANGELOG.md
31243124
- docs/CHANGELOG.md
3125-
skip_generate: true
31263125
python:
31273126
opt_args_by_api:
31283127
google/cloud/recaptchaenterprise/v1:
Lines changed: 13 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,15 @@
11
{
2-
"api_description": "protect your website from fraudulent activity like scraping, credential stuffing, and automated account creation.",
3-
"api_id": "recaptchaenterprise.googleapis.com",
4-
"api_shortname": "recaptchaenterprise",
5-
"client_documentation": "https://cloud.google.com/python/docs/reference/recaptchaenterprise/latest",
6-
"default_version": "v1",
7-
"distribution_name": "google-cloud-recaptcha-enterprise",
8-
"issue_tracker": "",
9-
"language": "python",
10-
"library_type": "GAPIC_AUTO",
11-
"name": "recaptchaenterprise",
12-
"name_pretty": "reCAPTCHA Enterprise",
13-
"product_documentation": "https://cloud.google.com/recaptcha-enterprise",
14-
"release_level": "stable",
15-
"repo": "googleapis/google-cloud-python"
2+
"api_description": "protect your website from fraudulent activity like scraping, credential stuffing, and automated account creation.",
3+
"api_id": "recaptchaenterprise.googleapis.com",
4+
"api_shortname": "recaptchaenterprise",
5+
"client_documentation": "https://cloud.google.com/python/docs/reference/recaptchaenterprise/latest",
6+
"default_version": "v1",
7+
"distribution_name": "google-cloud-recaptcha-enterprise",
8+
"language": "python",
9+
"library_type": "GAPIC_AUTO",
10+
"name": "recaptchaenterprise",
11+
"name_pretty": "reCAPTCHA Enterprise",
12+
"product_documentation": "https://cloud.google.com/recaptcha-enterprise",
13+
"release_level": "stable",
14+
"repo": "googleapis/google-cloud-python"
1615
}

packages/google-cloud-recaptcha-enterprise/noxfile.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,6 @@ def docs(session):
390390
shutil.rmtree(os.path.join("docs", "_build"), ignore_errors=True)
391391
session.run(
392392
"sphinx-build",
393-
"-W", # warnings as errors
394393
"-T", # show full traceback on exception
395394
"-N", # no colors
396395
"-b",

0 commit comments

Comments
 (0)