Skip to content
This repository has been archived by the owner on Nov 29, 2023. It is now read-only.

Commit

Permalink
chore: upgrade gapic-generator-python to 0.46.3 (#96)
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 373649163

Source-Link: googleapis/googleapis@7e1b14e

Source-Link: googleapis/googleapis-gen@0a3c7d2
  • Loading branch information
gcf-owl-bot[bot] committed May 14, 2021
1 parent 13fc9fd commit 6923eef
Show file tree
Hide file tree
Showing 38 changed files with 3,556 additions and 5,259 deletions.
1 change: 0 additions & 1 deletion docs/container_v1/cluster_manager.rst
Expand Up @@ -5,7 +5,6 @@ ClusterManager
:members:
:inherited-members:


.. automodule:: google.cloud.container_v1.services.cluster_manager.pagers
:members:
:inherited-members:
1 change: 0 additions & 1 deletion docs/container_v1beta1/cluster_manager.rst
Expand Up @@ -5,7 +5,6 @@ ClusterManager
:members:
:inherited-members:


.. automodule:: google.cloud.container_v1beta1.services.cluster_manager.pagers
:members:
:inherited-members:
20 changes: 10 additions & 10 deletions google/cloud/container/__init__.py
@@ -1,5 +1,4 @@
# -*- coding: utf-8 -*-

# Copyright 2020 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
Expand All @@ -15,19 +14,20 @@
# limitations under the License.
#

from google.cloud.container_v1.services.cluster_manager.async_client import (
ClusterManagerAsyncClient,
)
from google.cloud.container_v1.services.cluster_manager.client import (
ClusterManagerClient,
)
from google.cloud.container_v1.services.cluster_manager.async_client import (
ClusterManagerAsyncClient,
)

from google.cloud.container_v1.types.cluster_service import AcceleratorConfig
from google.cloud.container_v1.types.cluster_service import AddonsConfig
from google.cloud.container_v1.types.cluster_service import AuthenticatorGroupsConfig
from google.cloud.container_v1.types.cluster_service import AutoUpgradeOptions
from google.cloud.container_v1.types.cluster_service import (
AutoprovisioningNodePoolDefaults,
)
from google.cloud.container_v1.types.cluster_service import AutoUpgradeOptions
from google.cloud.container_v1.types.cluster_service import BinaryAuthorization
from google.cloud.container_v1.types.cluster_service import CancelOperationRequest
from google.cloud.container_v1.types.cluster_service import ClientCertificateConfig
Expand Down Expand Up @@ -55,8 +55,8 @@
from google.cloud.container_v1.types.cluster_service import GetServerConfigRequest
from google.cloud.container_v1.types.cluster_service import HorizontalPodAutoscaling
from google.cloud.container_v1.types.cluster_service import HttpLoadBalancing
from google.cloud.container_v1.types.cluster_service import IPAllocationPolicy
from google.cloud.container_v1.types.cluster_service import IntraNodeVisibilityConfig
from google.cloud.container_v1.types.cluster_service import IPAllocationPolicy
from google.cloud.container_v1.types.cluster_service import Jwk
from google.cloud.container_v1.types.cluster_service import KubernetesDashboard
from google.cloud.container_v1.types.cluster_service import LegacyAbac
Expand Down Expand Up @@ -132,19 +132,19 @@
from google.cloud.container_v1.types.cluster_service import WorkloadMetadataConfig

__all__ = (
"ClusterManagerClient",
"ClusterManagerAsyncClient",
"AcceleratorConfig",
"AddonsConfig",
"AuthenticatorGroupsConfig",
"AutoUpgradeOptions",
"AutoprovisioningNodePoolDefaults",
"AutoUpgradeOptions",
"BinaryAuthorization",
"CancelOperationRequest",
"ClientCertificateConfig",
"CloudRunConfig",
"Cluster",
"ClusterAutoscaling",
"ClusterManagerAsyncClient",
"ClusterManagerClient",
"ClusterUpdate",
"CompleteIPRotationRequest",
"ConfigConnectorConfig",
Expand All @@ -166,8 +166,8 @@
"GetServerConfigRequest",
"HorizontalPodAutoscaling",
"HttpLoadBalancing",
"IPAllocationPolicy",
"IntraNodeVisibilityConfig",
"IPAllocationPolicy",
"Jwk",
"KubernetesDashboard",
"LegacyAbac",
Expand Down
11 changes: 6 additions & 5 deletions google/cloud/container_v1/__init__.py
@@ -1,5 +1,4 @@
# -*- coding: utf-8 -*-

# Copyright 2020 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
Expand All @@ -16,11 +15,13 @@
#

from .services.cluster_manager import ClusterManagerClient
from .services.cluster_manager import ClusterManagerAsyncClient

from .types.cluster_service import AcceleratorConfig
from .types.cluster_service import AddonsConfig
from .types.cluster_service import AuthenticatorGroupsConfig
from .types.cluster_service import AutoUpgradeOptions
from .types.cluster_service import AutoprovisioningNodePoolDefaults
from .types.cluster_service import AutoUpgradeOptions
from .types.cluster_service import BinaryAuthorization
from .types.cluster_service import CancelOperationRequest
from .types.cluster_service import ClientCertificateConfig
Expand Down Expand Up @@ -48,8 +49,8 @@
from .types.cluster_service import GetServerConfigRequest
from .types.cluster_service import HorizontalPodAutoscaling
from .types.cluster_service import HttpLoadBalancing
from .types.cluster_service import IPAllocationPolicy
from .types.cluster_service import IntraNodeVisibilityConfig
from .types.cluster_service import IPAllocationPolicy
from .types.cluster_service import Jwk
from .types.cluster_service import KubernetesDashboard
from .types.cluster_service import LegacyAbac
Expand Down Expand Up @@ -112,8 +113,8 @@
from .types.cluster_service import WorkloadIdentityConfig
from .types.cluster_service import WorkloadMetadataConfig


__all__ = (
"ClusterManagerAsyncClient",
"AcceleratorConfig",
"AddonsConfig",
"AuthenticatorGroupsConfig",
Expand All @@ -125,6 +126,7 @@
"CloudRunConfig",
"Cluster",
"ClusterAutoscaling",
"ClusterManagerClient",
"ClusterUpdate",
"CompleteIPRotationRequest",
"ConfigConnectorConfig",
Expand Down Expand Up @@ -209,5 +211,4 @@
"VerticalPodAutoscaling",
"WorkloadIdentityConfig",
"WorkloadMetadataConfig",
"ClusterManagerClient",
)

0 comments on commit 6923eef

Please sign in to comment.