Skip to content

Commit

Permalink
fix!: revert bad publishing (#184)
Browse files Browse the repository at this point in the history
- [ ] Regenerate this pull request now.

This RPC is not supposed to be published at this moment because Java generator cannot support this path template.
It will be re-published when the generator is fixed.

PiperOrigin-RevId: 423936238

Source-Link: googleapis/googleapis@b0a8651

Source-Link: googleapis/googleapis-gen@1cdff21
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMWNkZmYyMWRhZDg3NGZlYWExMzJhMzhlNWUzM2YwODBmZDJlYjY0YyJ9
  • Loading branch information
gcf-owl-bot[bot] authored Jan 25, 2022
1 parent c2d5963 commit fe9570f
Show file tree
Hide file tree
Showing 17 changed files with 1,909 additions and 239 deletions.
62 changes: 58 additions & 4 deletions packages/google-cloud-container/google/cloud/container/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@

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 AdvancedMachineFeatures
from google.cloud.container_v1.types.cluster_service import AuthenticatorGroupsConfig
from google.cloud.container_v1.types.cluster_service import Autopilot
from google.cloud.container_v1.types.cluster_service import (
AutoprovisioningNodePoolDefaults,
)
Expand All @@ -36,6 +38,7 @@
from google.cloud.container_v1.types.cluster_service import ClusterAutoscaling
from google.cloud.container_v1.types.cluster_service import ClusterUpdate
from google.cloud.container_v1.types.cluster_service import CompleteIPRotationRequest
from google.cloud.container_v1.types.cluster_service import ConfidentialNodes
from google.cloud.container_v1.types.cluster_service import ConfigConnectorConfig
from google.cloud.container_v1.types.cluster_service import CreateClusterRequest
from google.cloud.container_v1.types.cluster_service import CreateNodePoolRequest
Expand All @@ -45,21 +48,27 @@
from google.cloud.container_v1.types.cluster_service import DeleteClusterRequest
from google.cloud.container_v1.types.cluster_service import DeleteNodePoolRequest
from google.cloud.container_v1.types.cluster_service import DnsCacheConfig
from google.cloud.container_v1.types.cluster_service import DNSConfig
from google.cloud.container_v1.types.cluster_service import (
GcePersistentDiskCsiDriverConfig,
)
from google.cloud.container_v1.types.cluster_service import GcfsConfig
from google.cloud.container_v1.types.cluster_service import GcpFilestoreCsiDriverConfig
from google.cloud.container_v1.types.cluster_service import GetClusterRequest
from google.cloud.container_v1.types.cluster_service import GetJSONWebKeysRequest
from google.cloud.container_v1.types.cluster_service import GetJSONWebKeysResponse
from google.cloud.container_v1.types.cluster_service import GetNodePoolRequest
from google.cloud.container_v1.types.cluster_service import GetOpenIDConfigRequest
from google.cloud.container_v1.types.cluster_service import GetOpenIDConfigResponse
from google.cloud.container_v1.types.cluster_service import GetOperationRequest
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 ILBSubsettingConfig
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
from google.cloud.container_v1.types.cluster_service import LinuxNodeConfig
from google.cloud.container_v1.types.cluster_service import ListClustersRequest
from google.cloud.container_v1.types.cluster_service import ListClustersResponse
from google.cloud.container_v1.types.cluster_service import ListNodePoolsRequest
Expand All @@ -70,21 +79,32 @@
from google.cloud.container_v1.types.cluster_service import (
ListUsableSubnetworksResponse,
)
from google.cloud.container_v1.types.cluster_service import LoggingComponentConfig
from google.cloud.container_v1.types.cluster_service import LoggingConfig
from google.cloud.container_v1.types.cluster_service import MaintenanceExclusionOptions
from google.cloud.container_v1.types.cluster_service import MaintenancePolicy
from google.cloud.container_v1.types.cluster_service import MaintenanceWindow
from google.cloud.container_v1.types.cluster_service import MasterAuth
from google.cloud.container_v1.types.cluster_service import (
MasterAuthorizedNetworksConfig,
)
from google.cloud.container_v1.types.cluster_service import MaxPodsConstraint
from google.cloud.container_v1.types.cluster_service import MeshCertificates
from google.cloud.container_v1.types.cluster_service import MonitoringComponentConfig
from google.cloud.container_v1.types.cluster_service import MonitoringConfig
from google.cloud.container_v1.types.cluster_service import NetworkConfig
from google.cloud.container_v1.types.cluster_service import NetworkPolicy
from google.cloud.container_v1.types.cluster_service import NetworkPolicyConfig
from google.cloud.container_v1.types.cluster_service import NodeConfig
from google.cloud.container_v1.types.cluster_service import NodeConfigDefaults
from google.cloud.container_v1.types.cluster_service import NodeKubeletConfig
from google.cloud.container_v1.types.cluster_service import NodeManagement
from google.cloud.container_v1.types.cluster_service import NodeNetworkConfig
from google.cloud.container_v1.types.cluster_service import NodePool
from google.cloud.container_v1.types.cluster_service import NodePoolAutoscaling
from google.cloud.container_v1.types.cluster_service import NodePoolDefaults
from google.cloud.container_v1.types.cluster_service import NodeTaint
from google.cloud.container_v1.types.cluster_service import NotificationConfig
from google.cloud.container_v1.types.cluster_service import Operation
from google.cloud.container_v1.types.cluster_service import OperationProgress
from google.cloud.container_v1.types.cluster_service import PrivateClusterConfig
Expand All @@ -100,7 +120,9 @@
RollbackNodePoolUpgradeRequest,
)
from google.cloud.container_v1.types.cluster_service import SandboxConfig
from google.cloud.container_v1.types.cluster_service import SecurityBulletinEvent
from google.cloud.container_v1.types.cluster_service import ServerConfig
from google.cloud.container_v1.types.cluster_service import ServiceExternalIPsConfig
from google.cloud.container_v1.types.cluster_service import SetAddonsConfigRequest
from google.cloud.container_v1.types.cluster_service import SetLabelsRequest
from google.cloud.container_v1.types.cluster_service import SetLegacyAbacRequest
Expand All @@ -123,20 +145,28 @@
from google.cloud.container_v1.types.cluster_service import UpdateClusterRequest
from google.cloud.container_v1.types.cluster_service import UpdateMasterRequest
from google.cloud.container_v1.types.cluster_service import UpdateNodePoolRequest
from google.cloud.container_v1.types.cluster_service import UpgradeAvailableEvent
from google.cloud.container_v1.types.cluster_service import UpgradeEvent
from google.cloud.container_v1.types.cluster_service import UsableSubnetwork
from google.cloud.container_v1.types.cluster_service import (
UsableSubnetworkSecondaryRange,
)
from google.cloud.container_v1.types.cluster_service import VerticalPodAutoscaling
from google.cloud.container_v1.types.cluster_service import VirtualNIC
from google.cloud.container_v1.types.cluster_service import WorkloadIdentityConfig
from google.cloud.container_v1.types.cluster_service import WorkloadMetadataConfig
from google.cloud.container_v1.types.cluster_service import DatapathProvider
from google.cloud.container_v1.types.cluster_service import PrivateIPv6GoogleAccess
from google.cloud.container_v1.types.cluster_service import UpgradeResourceType

__all__ = (
"ClusterManagerClient",
"ClusterManagerAsyncClient",
"AcceleratorConfig",
"AddonsConfig",
"AdvancedMachineFeatures",
"AuthenticatorGroupsConfig",
"Autopilot",
"AutoprovisioningNodePoolDefaults",
"AutoUpgradeOptions",
"BinaryAuthorization",
Expand All @@ -147,6 +177,7 @@
"ClusterAutoscaling",
"ClusterUpdate",
"CompleteIPRotationRequest",
"ConfidentialNodes",
"ConfigConnectorConfig",
"CreateClusterRequest",
"CreateNodePoolRequest",
Expand All @@ -156,21 +187,25 @@
"DeleteClusterRequest",
"DeleteNodePoolRequest",
"DnsCacheConfig",
"DNSConfig",
"GcePersistentDiskCsiDriverConfig",
"GcfsConfig",
"GcpFilestoreCsiDriverConfig",
"GetClusterRequest",
"GetJSONWebKeysRequest",
"GetJSONWebKeysResponse",
"GetNodePoolRequest",
"GetOpenIDConfigRequest",
"GetOpenIDConfigResponse",
"GetOperationRequest",
"GetServerConfigRequest",
"HorizontalPodAutoscaling",
"HttpLoadBalancing",
"ILBSubsettingConfig",
"IntraNodeVisibilityConfig",
"IPAllocationPolicy",
"Jwk",
"KubernetesDashboard",
"LegacyAbac",
"LinuxNodeConfig",
"ListClustersRequest",
"ListClustersResponse",
"ListNodePoolsRequest",
Expand All @@ -179,19 +214,30 @@
"ListOperationsResponse",
"ListUsableSubnetworksRequest",
"ListUsableSubnetworksResponse",
"LoggingComponentConfig",
"LoggingConfig",
"MaintenanceExclusionOptions",
"MaintenancePolicy",
"MaintenanceWindow",
"MasterAuth",
"MasterAuthorizedNetworksConfig",
"MaxPodsConstraint",
"MeshCertificates",
"MonitoringComponentConfig",
"MonitoringConfig",
"NetworkConfig",
"NetworkPolicy",
"NetworkPolicyConfig",
"NodeConfig",
"NodeConfigDefaults",
"NodeKubeletConfig",
"NodeManagement",
"NodeNetworkConfig",
"NodePool",
"NodePoolAutoscaling",
"NodePoolDefaults",
"NodeTaint",
"NotificationConfig",
"Operation",
"OperationProgress",
"PrivateClusterConfig",
Expand All @@ -203,7 +249,9 @@
"ResourceUsageExportConfig",
"RollbackNodePoolUpgradeRequest",
"SandboxConfig",
"SecurityBulletinEvent",
"ServerConfig",
"ServiceExternalIPsConfig",
"SetAddonsConfigRequest",
"SetLabelsRequest",
"SetLegacyAbacRequest",
Expand All @@ -224,9 +272,15 @@
"UpdateClusterRequest",
"UpdateMasterRequest",
"UpdateNodePoolRequest",
"UpgradeAvailableEvent",
"UpgradeEvent",
"UsableSubnetwork",
"UsableSubnetworkSecondaryRange",
"VerticalPodAutoscaling",
"VirtualNIC",
"WorkloadIdentityConfig",
"WorkloadMetadataConfig",
"DatapathProvider",
"PrivateIPv6GoogleAccess",
"UpgradeResourceType",
)
Loading

0 comments on commit fe9570f

Please sign in to comment.