Skip to content

Commit 35d62ee

Browse files
authored
chore: enable generation for google-cloud-network-connectivity (#16725)
1 parent 6be6b6a commit 35d62ee

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
@@ -2731,7 +2731,6 @@ libraries:
27312731
keep:
27322732
- CHANGELOG.md
27332733
- docs/CHANGELOG.md
2734-
skip_generate: true
27352734
python:
27362735
opt_args_by_api:
27372736
google/cloud/networkconnectivity/v1:
Lines changed: 13 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,15 @@
11
{
2-
"api_description": "The Network Connectivity API will be home to various services which provide information pertaining to network connectivity. This includes information like interconnects, VPNs, VPCs, routing information, ip address details, etc. This information will help customers verify their network configurations and helps them to discover misconfigurations, inconsistencies, etc.",
3-
"api_id": "networkconnectivity.googleapis.com",
4-
"api_shortname": "networkconnectivity",
5-
"client_documentation": "https://cloud.google.com/python/docs/reference/networkconnectivity/latest",
6-
"default_version": "v1",
7-
"distribution_name": "google-cloud-network-connectivity",
8-
"issue_tracker": "",
9-
"language": "python",
10-
"library_type": "GAPIC_AUTO",
11-
"name": "networkconnectivity",
12-
"name_pretty": "Network Connectivity Center",
13-
"product_documentation": "https://cloud.google.com/network-connectivity/",
14-
"release_level": "stable",
15-
"repo": "googleapis/google-cloud-python"
2+
"api_description": "The Network Connectivity API will be home to various services which provide information pertaining to network connectivity. This includes information like interconnects, VPNs, VPCs, routing information, ip address details, etc. This information will help customers verify their network configurations and helps them to discover misconfigurations, inconsistencies, etc.",
3+
"api_id": "networkconnectivity.googleapis.com",
4+
"api_shortname": "networkconnectivity",
5+
"client_documentation": "https://cloud.google.com/python/docs/reference/networkconnectivity/latest",
6+
"default_version": "v1",
7+
"distribution_name": "google-cloud-network-connectivity",
8+
"language": "python",
9+
"library_type": "GAPIC_AUTO",
10+
"name": "networkconnectivity",
11+
"name_pretty": "Network Connectivity Center",
12+
"product_documentation": "https://cloud.google.com/network-connectivity/",
13+
"release_level": "stable",
14+
"repo": "googleapis/google-cloud-python"
1615
}

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