Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion librarian.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1478,7 +1478,6 @@ libraries:
- tests/system
- tests/system/__init__.py
- tests/system/smoke_test.py
skip_generate: true
python:
opt_args_by_api:
google/container/v1:
Expand Down
29 changes: 14 additions & 15 deletions packages/google-cloud-container/.repo-metadata.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
{
"api_description": "The Google Kubernetes Engine API is used for building and managing container based applications, powered by the open source Kubernetes technology.",
"api_id": "container.googleapis.com",
"api_shortname": "container",
"client_documentation": "https://cloud.google.com/python/docs/reference/container/latest",
"default_version": "v1",
"distribution_name": "google-cloud-container",
"issue_tracker": "https://issuetracker.google.com/savedsearches/559746",
"language": "python",
"library_type": "GAPIC_AUTO",
"name": "container",
"name_pretty": "Kubernetes Engine",
"product_documentation": "https://cloud.google.com/kubernetes-engine/",
"release_level": "stable",
"repo": "googleapis/google-cloud-python",
"requires_billing": true
"api_description": "The Google Kubernetes Engine API is used for building and managing container based applications, powered by the open source Kubernetes technology.",
"api_id": "container.googleapis.com",
"api_shortname": "container",
"client_documentation": "https://cloud.google.com/python/docs/reference/container/latest",
"default_version": "v1",
"distribution_name": "google-cloud-container",
"issue_tracker": "https://issuetracker.google.com/savedsearches/559746",
"language": "python",
"library_type": "GAPIC_AUTO",
"name": "container",
"name_pretty": "Kubernetes Engine",
"product_documentation": "https://cloud.google.com/kubernetes-engine/",
"release_level": "stable",
"repo": "googleapis/google-cloud-python"
}
Loading