Skip to content

Commit 7e15fce

Browse files
authored
chore: enable generation for google-cloud-compute and google-cloud-compute-v1beta (#16721)
1 parent 23abbc9 commit 7e15fce

5 files changed

Lines changed: 28 additions & 32 deletions

File tree

librarian.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1381,7 +1381,6 @@ libraries:
13811381
- tests/system/test_instance_group.py
13821382
- tests/system/test_pagination.py
13831383
- tests/system/test_smoke.py
1384-
skip_generate: true
13851384
python:
13861385
opt_args_by_api:
13871386
google/cloud/compute/v1:
@@ -1397,7 +1396,6 @@ libraries:
13971396
keep:
13981397
- CHANGELOG.md
13991398
- docs/CHANGELOG.md
1400-
skip_generate: true
14011399
python:
14021400
opt_args_by_api:
14031401
google/cloud/compute/v1beta:
Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
{
2-
"api_description": "delivers virtual machines running in Google's innovative data centers and worldwide fiber network. Compute Engine's tooling and workflow support enable scaling from single instances to global, load-balanced cloud computing. Compute Engine's VMs boot quickly, come with persistent disk storage, deliver consistent performance and are available in many configurations.",
3-
"api_id": "compute.googleapis.com",
4-
"api_shortname": "compute",
5-
"client_documentation": "https://cloud.google.com/python/docs/reference/google-cloud-compute-v1beta/latest",
6-
"default_version": "v1beta",
7-
"distribution_name": "google-cloud-compute-v1beta",
8-
"issue_tracker": "https://issuetracker.google.com/issues/new?component=187134&template=0",
9-
"language": "python",
10-
"library_type": "GAPIC_AUTO",
11-
"name": "google-cloud-compute-v1beta",
12-
"name_pretty": "Compute Engine",
13-
"product_documentation": "https://cloud.google.com/compute/",
14-
"release_level": "stable",
15-
"repo": "googleapis/google-cloud-python"
2+
"api_description": "delivers virtual machines running in Google's innovative data centers and worldwide fiber network. Compute Engine's tooling and workflow support enable scaling from single instances to global, load-balanced cloud computing. Compute Engine's VMs boot quickly, come with persistent disk storage, deliver consistent performance and are available in many configurations.",
3+
"api_id": "compute.googleapis.com",
4+
"api_shortname": "compute",
5+
"client_documentation": "https://cloud.google.com/python/docs/reference/google-cloud-compute-v1beta/latest",
6+
"default_version": "v1beta",
7+
"distribution_name": "google-cloud-compute-v1beta",
8+
"issue_tracker": "https://issuetracker.google.com/issues/new?component=187134\u0026template=0",
9+
"language": "python",
10+
"library_type": "GAPIC_AUTO",
11+
"name": "google-cloud-compute-v1beta",
12+
"name_pretty": "Compute Engine",
13+
"product_documentation": "https://cloud.google.com/compute/",
14+
"release_level": "stable",
15+
"repo": "googleapis/google-cloud-python"
1616
}

packages/google-cloud-compute-v1beta/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",
Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
{
2-
"api_description": "delivers virtual machines running in Google's innovative data centers and worldwide fiber network. Compute Engine's tooling and workflow support enable scaling from single instances to global, load-balanced cloud computing. Compute Engine's VMs boot quickly, come with persistent disk storage, deliver consistent performance and are available in many configurations.",
3-
"api_id": "compute.googleapis.com",
4-
"api_shortname": "compute",
5-
"client_documentation": "https://cloud.google.com/python/docs/reference/compute/latest",
6-
"default_version": "v1",
7-
"distribution_name": "google-cloud-compute",
8-
"issue_tracker": "https://issuetracker.google.com/issues/new?component=187134&template=0",
9-
"language": "python",
10-
"library_type": "GAPIC_AUTO",
11-
"name": "compute",
12-
"name_pretty": "Compute Engine",
13-
"product_documentation": "https://cloud.google.com/compute/",
14-
"release_level": "stable",
15-
"repo": "googleapis/google-cloud-python"
2+
"api_description": "delivers virtual machines running in Google's innovative data centers and worldwide fiber network. Compute Engine's tooling and workflow support enable scaling from single instances to global, load-balanced cloud computing. Compute Engine's VMs boot quickly, come with persistent disk storage, deliver consistent performance and are available in many configurations.",
3+
"api_id": "compute.googleapis.com",
4+
"api_shortname": "compute",
5+
"client_documentation": "https://cloud.google.com/python/docs/reference/compute/latest",
6+
"default_version": "v1",
7+
"distribution_name": "google-cloud-compute",
8+
"issue_tracker": "https://issuetracker.google.com/issues/new?component=187134\u0026template=0",
9+
"language": "python",
10+
"library_type": "GAPIC_AUTO",
11+
"name": "compute",
12+
"name_pretty": "Compute Engine",
13+
"product_documentation": "https://cloud.google.com/compute/",
14+
"release_level": "stable",
15+
"repo": "googleapis/google-cloud-python"
1616
}

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