Skip to content

Commit 4f238a0

Browse files
jskeetchalmerlowe
authored andcommitted
chore: complete google-cloud-gke-hub migration (#16674)
- Reformat with nox - Enable generation with librarian - Regenerate with librarian
1 parent bb07920 commit 4f238a0

File tree

3 files changed

+19
-18
lines changed

3 files changed

+19
-18
lines changed

librarian.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2219,7 +2219,6 @@ libraries:
22192219
- google/cloud/gkehub_v1/rbacrolebindingactuation_v1/types
22202220
- google/cloud/gkehub_v1/rbacrolebindingactuation_v1/types/__init__.py
22212221
- google/cloud/gkehub_v1/rbacrolebindingactuation_v1/types/rbacrolebindingactuation.py
2222-
skip_generate: true
22232222
python:
22242223
opt_args_by_api:
22252224
google/cloud/gkehub/v1:
Lines changed: 13 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,15 @@
11
{
2-
"api_description": "provides a unified way to work with Kubernetes clusters as part of Anthos, extending GKE to work in multiple environments. You have consistent, unified, and secure infrastructure, cluster, and container management, whether you're using Anthos on Google Cloud (with traditional GKE), hybrid cloud, or multiple public clouds.",
3-
"api_id": "gkehub.googleapis.com",
4-
"api_shortname": "gkehub",
5-
"client_documentation": "https://cloud.google.com/python/docs/reference/gkehub/latest",
6-
"default_version": "v1",
7-
"distribution_name": "google-cloud-gke-hub",
8-
"issue_tracker": "",
9-
"language": "python",
10-
"library_type": "GAPIC_AUTO",
11-
"name": "gkehub",
12-
"name_pretty": "GKE Hub",
13-
"product_documentation": "https://cloud.google.com/anthos/gke/docs/",
14-
"release_level": "stable",
15-
"repo": "googleapis/google-cloud-python"
2+
"api_description": "provides a unified way to work with Kubernetes clusters as part of Anthos, extending GKE to work in multiple environments. You have consistent, unified, and secure infrastructure, cluster, and container management, whether you're using Anthos on Google Cloud (with traditional GKE), hybrid cloud, or multiple public clouds.",
3+
"api_id": "gkehub.googleapis.com",
4+
"api_shortname": "gkehub",
5+
"client_documentation": "https://cloud.google.com/python/docs/reference/gkehub/latest",
6+
"default_version": "v1",
7+
"distribution_name": "google-cloud-gke-hub",
8+
"language": "python",
9+
"library_type": "GAPIC_AUTO",
10+
"name": "gkehub",
11+
"name_pretty": "GKE Hub",
12+
"product_documentation": "https://cloud.google.com/anthos/gke/docs/",
13+
"release_level": "stable",
14+
"repo": "googleapis/google-cloud-python"
1615
}

packages/google-cloud-gke-hub/google/cloud/gkehub_v1/types/feature.py

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,15 @@
1717

1818
from typing import MutableMapping, MutableSequence
1919

20-
from google.cloud.gkehub_v1 import configmanagement_v1 # type: ignore
21-
from google.cloud.gkehub_v1 import multiclusteringress_v1 # type: ignore
22-
from google.cloud.gkehub_v1 import rbacrolebindingactuation_v1 # type: ignore
2320
import google.protobuf.timestamp_pb2 as timestamp_pb2 # type: ignore
2421
import proto # type: ignore
2522

23+
from google.cloud.gkehub_v1 import (
24+
configmanagement_v1, # type: ignore
25+
multiclusteringress_v1, # type: ignore
26+
rbacrolebindingactuation_v1, # type: ignore
27+
)
28+
2629
__protobuf__ = proto.module(
2730
package="google.cloud.gkehub.v1",
2831
manifest={

0 commit comments

Comments
 (0)