Skip to content

Commit f0b5d3a

Browse files
authored
chore: enable generation for google-cloud-container (#16722)
1 parent 4db394b commit f0b5d3a

3 files changed

Lines changed: 14 additions & 17 deletions

File tree

librarian.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1478,7 +1478,6 @@ libraries:
14781478
- tests/system
14791479
- tests/system/__init__.py
14801480
- tests/system/smoke_test.py
1481-
skip_generate: true
14821481
python:
14831482
opt_args_by_api:
14841483
google/container/v1:
Lines changed: 14 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,16 @@
11
{
2-
"api_description": "The Google Kubernetes Engine API is used for building and managing container based applications, powered by the open source Kubernetes technology.",
3-
"api_id": "container.googleapis.com",
4-
"api_shortname": "container",
5-
"client_documentation": "https://cloud.google.com/python/docs/reference/container/latest",
6-
"default_version": "v1",
7-
"distribution_name": "google-cloud-container",
8-
"issue_tracker": "https://issuetracker.google.com/savedsearches/559746",
9-
"language": "python",
10-
"library_type": "GAPIC_AUTO",
11-
"name": "container",
12-
"name_pretty": "Kubernetes Engine",
13-
"product_documentation": "https://cloud.google.com/kubernetes-engine/",
14-
"release_level": "stable",
15-
"repo": "googleapis/google-cloud-python",
16-
"requires_billing": true
2+
"api_description": "The Google Kubernetes Engine API is used for building and managing container based applications, powered by the open source Kubernetes technology.",
3+
"api_id": "container.googleapis.com",
4+
"api_shortname": "container",
5+
"client_documentation": "https://cloud.google.com/python/docs/reference/container/latest",
6+
"default_version": "v1",
7+
"distribution_name": "google-cloud-container",
8+
"issue_tracker": "https://issuetracker.google.com/savedsearches/559746",
9+
"language": "python",
10+
"library_type": "GAPIC_AUTO",
11+
"name": "container",
12+
"name_pretty": "Kubernetes Engine",
13+
"product_documentation": "https://cloud.google.com/kubernetes-engine/",
14+
"release_level": "stable",
15+
"repo": "googleapis/google-cloud-python"
1716
}

packages/google-cloud-container/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)