From 4b328073ea316deb2ba8cbecb5203b4432aa4d9c Mon Sep 17 00:00:00 2001 From: Jon Skeet Date: Thu, 16 Apr 2026 06:49:19 +0000 Subject: [PATCH 1/2] chore: reformat google-cloud-gke-hub with nox --- .../google/cloud/gkehub_v1/types/feature.py | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/packages/google-cloud-gke-hub/google/cloud/gkehub_v1/types/feature.py b/packages/google-cloud-gke-hub/google/cloud/gkehub_v1/types/feature.py index 2f368458b4cc..6a750557b96f 100644 --- a/packages/google-cloud-gke-hub/google/cloud/gkehub_v1/types/feature.py +++ b/packages/google-cloud-gke-hub/google/cloud/gkehub_v1/types/feature.py @@ -17,12 +17,15 @@ from typing import MutableMapping, MutableSequence -from google.cloud.gkehub_v1 import configmanagement_v1 # type: ignore -from google.cloud.gkehub_v1 import multiclusteringress_v1 # type: ignore -from google.cloud.gkehub_v1 import rbacrolebindingactuation_v1 # type: ignore import google.protobuf.timestamp_pb2 as timestamp_pb2 # type: ignore import proto # type: ignore +from google.cloud.gkehub_v1 import ( + configmanagement_v1, # type: ignore + multiclusteringress_v1, # type: ignore + rbacrolebindingactuation_v1, # type: ignore +) + __protobuf__ = proto.module( package="google.cloud.gkehub.v1", manifest={ From 4d556d951d8b847f3e701b017e34aba28f455302 Mon Sep 17 00:00:00 2001 From: Jon Skeet Date: Thu, 16 Apr 2026 06:49:30 +0000 Subject: [PATCH 2/2] chore: regenerate google-cloud-gke-hub with librarian --- librarian.yaml | 1 - .../google-cloud-gke-hub/.repo-metadata.json | 27 +++++++++---------- 2 files changed, 13 insertions(+), 15 deletions(-) diff --git a/librarian.yaml b/librarian.yaml index 7c0eb430af62..96c8dde3509f 100644 --- a/librarian.yaml +++ b/librarian.yaml @@ -2219,7 +2219,6 @@ libraries: - google/cloud/gkehub_v1/rbacrolebindingactuation_v1/types - google/cloud/gkehub_v1/rbacrolebindingactuation_v1/types/__init__.py - google/cloud/gkehub_v1/rbacrolebindingactuation_v1/types/rbacrolebindingactuation.py - skip_generate: true python: opt_args_by_api: google/cloud/gkehub/v1: diff --git a/packages/google-cloud-gke-hub/.repo-metadata.json b/packages/google-cloud-gke-hub/.repo-metadata.json index 8b21eb773583..2ad7c1da50ca 100644 --- a/packages/google-cloud-gke-hub/.repo-metadata.json +++ b/packages/google-cloud-gke-hub/.repo-metadata.json @@ -1,16 +1,15 @@ { - "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.", - "api_id": "gkehub.googleapis.com", - "api_shortname": "gkehub", - "client_documentation": "https://cloud.google.com/python/docs/reference/gkehub/latest", - "default_version": "v1", - "distribution_name": "google-cloud-gke-hub", - "issue_tracker": "", - "language": "python", - "library_type": "GAPIC_AUTO", - "name": "gkehub", - "name_pretty": "GKE Hub", - "product_documentation": "https://cloud.google.com/anthos/gke/docs/", - "release_level": "stable", - "repo": "googleapis/google-cloud-python" + "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.", + "api_id": "gkehub.googleapis.com", + "api_shortname": "gkehub", + "client_documentation": "https://cloud.google.com/python/docs/reference/gkehub/latest", + "default_version": "v1", + "distribution_name": "google-cloud-gke-hub", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "gkehub", + "name_pretty": "GKE Hub", + "product_documentation": "https://cloud.google.com/anthos/gke/docs/", + "release_level": "stable", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file