Skip to content
Merged
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 @@ -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:
Expand Down
27 changes: 13 additions & 14 deletions packages/google-cloud-gke-hub/.repo-metadata.json
Original file line number Diff line number Diff line change
@@ -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"
}
Original file line number Diff line number Diff line change
Expand Up @@ -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={
Expand Down
Loading