-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Run the code generator (69af590)
- Loading branch information
1 parent
8d4930c
commit cd1f7e5
Showing
9 changed files
with
1,604 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,79 @@ | ||
# -*- coding: utf-8 -*- | ||
# Copyright 2022 Google LLC | ||
# | ||
# Licensed under the Apache License, Version 2.0 (the "License"); | ||
# you may not use this file except in compliance with the License. | ||
# You may obtain a copy of the License at | ||
# | ||
# http://www.apache.org/licenses/LICENSE-2.0 | ||
# | ||
# Unless required by applicable law or agreed to in writing, software | ||
# distributed under the License is distributed on an "AS IS" BASIS, | ||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
# See the License for the specific language governing permissions and | ||
# limitations under the License. | ||
# | ||
from google.events.cloud.gkehub import gapic_version as package_version | ||
|
||
__version__ = package_version.__version__ | ||
|
||
|
||
|
||
from google.events.cloud.gkehub_v1.types.data import ApplianceCluster | ||
from google.events.cloud.gkehub_v1.types.data import Authority | ||
from google.events.cloud.gkehub_v1.types.data import CommonFeatureState | ||
from google.events.cloud.gkehub_v1.types.data import EdgeCluster | ||
from google.events.cloud.gkehub_v1.types.data import Feature | ||
from google.events.cloud.gkehub_v1.types.data import FeatureEventData | ||
from google.events.cloud.gkehub_v1.types.data import FeatureResourceState | ||
from google.events.cloud.gkehub_v1.types.data import FeatureState | ||
from google.events.cloud.gkehub_v1.types.data import GkeCluster | ||
from google.events.cloud.gkehub_v1.types.data import KubernetesMetadata | ||
from google.events.cloud.gkehub_v1.types.data import KubernetesResource | ||
from google.events.cloud.gkehub_v1.types.data import Membership | ||
from google.events.cloud.gkehub_v1.types.data import MembershipBinding | ||
from google.events.cloud.gkehub_v1.types.data import MembershipBindingEventData | ||
from google.events.cloud.gkehub_v1.types.data import MembershipBindingLifecycleState | ||
from google.events.cloud.gkehub_v1.types.data import MembershipEndpoint | ||
from google.events.cloud.gkehub_v1.types.data import MembershipEventData | ||
from google.events.cloud.gkehub_v1.types.data import MembershipFeatureSpec | ||
from google.events.cloud.gkehub_v1.types.data import MembershipFeatureState | ||
from google.events.cloud.gkehub_v1.types.data import MembershipState | ||
from google.events.cloud.gkehub_v1.types.data import MultiCloudCluster | ||
from google.events.cloud.gkehub_v1.types.data import OnPremCluster | ||
from google.events.cloud.gkehub_v1.types.data import ResourceManifest | ||
from google.events.cloud.gkehub_v1.types.data import ResourceOptions | ||
from google.events.cloud.gkehub_v1.types.data import Scope | ||
from google.events.cloud.gkehub_v1.types.data import ScopeEventData | ||
from google.events.cloud.gkehub_v1.types.data import ScopeFeatureState | ||
from google.events.cloud.gkehub_v1.types.data import ScopeLifecycleState | ||
|
||
__all__ = ('ApplianceCluster', | ||
'Authority', | ||
'CommonFeatureState', | ||
'EdgeCluster', | ||
'Feature', | ||
'FeatureEventData', | ||
'FeatureResourceState', | ||
'FeatureState', | ||
'GkeCluster', | ||
'KubernetesMetadata', | ||
'KubernetesResource', | ||
'Membership', | ||
'MembershipBinding', | ||
'MembershipBindingEventData', | ||
'MembershipBindingLifecycleState', | ||
'MembershipEndpoint', | ||
'MembershipEventData', | ||
'MembershipFeatureSpec', | ||
'MembershipFeatureState', | ||
'MembershipState', | ||
'MultiCloudCluster', | ||
'OnPremCluster', | ||
'ResourceManifest', | ||
'ResourceOptions', | ||
'Scope', | ||
'ScopeEventData', | ||
'ScopeFeatureState', | ||
'ScopeLifecycleState', | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# -*- coding: utf-8 -*- | ||
# Copyright 2022 Google LLC | ||
# | ||
# Licensed under the Apache License, Version 2.0 (the "License"); | ||
# you may not use this file except in compliance with the License. | ||
# You may obtain a copy of the License at | ||
# | ||
# http://www.apache.org/licenses/LICENSE-2.0 | ||
# | ||
# Unless required by applicable law or agreed to in writing, software | ||
# distributed under the License is distributed on an "AS IS" BASIS, | ||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
# See the License for the specific language governing permissions and | ||
# limitations under the License. | ||
# | ||
__version__ = "0.1.0" # {x-release-please-version} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# Marker file for PEP 561. | ||
# The google-events-cloud-gkehub package uses inline types. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,80 @@ | ||
# -*- coding: utf-8 -*- | ||
# Copyright 2022 Google LLC | ||
# | ||
# Licensed under the Apache License, Version 2.0 (the "License"); | ||
# you may not use this file except in compliance with the License. | ||
# You may obtain a copy of the License at | ||
# | ||
# http://www.apache.org/licenses/LICENSE-2.0 | ||
# | ||
# Unless required by applicable law or agreed to in writing, software | ||
# distributed under the License is distributed on an "AS IS" BASIS, | ||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
# See the License for the specific language governing permissions and | ||
# limitations under the License. | ||
# | ||
from google.events.cloud.gkehub_v1 import gapic_version as package_version | ||
|
||
__version__ = package_version.__version__ | ||
|
||
|
||
|
||
from .types.data import ApplianceCluster | ||
from .types.data import Authority | ||
from .types.data import CommonFeatureState | ||
from .types.data import EdgeCluster | ||
from .types.data import Feature | ||
from .types.data import FeatureEventData | ||
from .types.data import FeatureResourceState | ||
from .types.data import FeatureState | ||
from .types.data import GkeCluster | ||
from .types.data import KubernetesMetadata | ||
from .types.data import KubernetesResource | ||
from .types.data import Membership | ||
from .types.data import MembershipBinding | ||
from .types.data import MembershipBindingEventData | ||
from .types.data import MembershipBindingLifecycleState | ||
from .types.data import MembershipEndpoint | ||
from .types.data import MembershipEventData | ||
from .types.data import MembershipFeatureSpec | ||
from .types.data import MembershipFeatureState | ||
from .types.data import MembershipState | ||
from .types.data import MultiCloudCluster | ||
from .types.data import OnPremCluster | ||
from .types.data import ResourceManifest | ||
from .types.data import ResourceOptions | ||
from .types.data import Scope | ||
from .types.data import ScopeEventData | ||
from .types.data import ScopeFeatureState | ||
from .types.data import ScopeLifecycleState | ||
|
||
__all__ = ( | ||
'ApplianceCluster', | ||
'Authority', | ||
'CommonFeatureState', | ||
'EdgeCluster', | ||
'Feature', | ||
'FeatureEventData', | ||
'FeatureResourceState', | ||
'FeatureState', | ||
'GkeCluster', | ||
'KubernetesMetadata', | ||
'KubernetesResource', | ||
'Membership', | ||
'MembershipBinding', | ||
'MembershipBindingEventData', | ||
'MembershipBindingLifecycleState', | ||
'MembershipEndpoint', | ||
'MembershipEventData', | ||
'MembershipFeatureSpec', | ||
'MembershipFeatureState', | ||
'MembershipState', | ||
'MultiCloudCluster', | ||
'OnPremCluster', | ||
'ResourceManifest', | ||
'ResourceOptions', | ||
'Scope', | ||
'ScopeEventData', | ||
'ScopeFeatureState', | ||
'ScopeLifecycleState', | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# -*- coding: utf-8 -*- | ||
# Copyright 2022 Google LLC | ||
# | ||
# Licensed under the Apache License, Version 2.0 (the "License"); | ||
# you may not use this file except in compliance with the License. | ||
# You may obtain a copy of the License at | ||
# | ||
# http://www.apache.org/licenses/LICENSE-2.0 | ||
# | ||
# Unless required by applicable law or agreed to in writing, software | ||
# distributed under the License is distributed on an "AS IS" BASIS, | ||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
# See the License for the specific language governing permissions and | ||
# limitations under the License. | ||
# | ||
__version__ = "0.1.0" # {x-release-please-version} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# Marker file for PEP 561. | ||
# The google-events-cloud-gkehub package uses inline types. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# -*- coding: utf-8 -*- | ||
# Copyright 2022 Google LLC | ||
# | ||
# Licensed under the Apache License, Version 2.0 (the "License"); | ||
# you may not use this file except in compliance with the License. | ||
# You may obtain a copy of the License at | ||
# | ||
# http://www.apache.org/licenses/LICENSE-2.0 | ||
# | ||
# Unless required by applicable law or agreed to in writing, software | ||
# distributed under the License is distributed on an "AS IS" BASIS, | ||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
# See the License for the specific language governing permissions and | ||
# limitations under the License. | ||
# |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,76 @@ | ||
# -*- coding: utf-8 -*- | ||
# Copyright 2022 Google LLC | ||
# | ||
# Licensed under the Apache License, Version 2.0 (the "License"); | ||
# you may not use this file except in compliance with the License. | ||
# You may obtain a copy of the License at | ||
# | ||
# http://www.apache.org/licenses/LICENSE-2.0 | ||
# | ||
# Unless required by applicable law or agreed to in writing, software | ||
# distributed under the License is distributed on an "AS IS" BASIS, | ||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
# See the License for the specific language governing permissions and | ||
# limitations under the License. | ||
# | ||
from .data import ( | ||
ApplianceCluster, | ||
Authority, | ||
CommonFeatureState, | ||
EdgeCluster, | ||
Feature, | ||
FeatureEventData, | ||
FeatureResourceState, | ||
FeatureState, | ||
GkeCluster, | ||
KubernetesMetadata, | ||
KubernetesResource, | ||
Membership, | ||
MembershipBinding, | ||
MembershipBindingEventData, | ||
MembershipBindingLifecycleState, | ||
MembershipEndpoint, | ||
MembershipEventData, | ||
MembershipFeatureSpec, | ||
MembershipFeatureState, | ||
MembershipState, | ||
MultiCloudCluster, | ||
OnPremCluster, | ||
ResourceManifest, | ||
ResourceOptions, | ||
Scope, | ||
ScopeEventData, | ||
ScopeFeatureState, | ||
ScopeLifecycleState, | ||
) | ||
|
||
__all__ = ( | ||
'ApplianceCluster', | ||
'Authority', | ||
'CommonFeatureState', | ||
'EdgeCluster', | ||
'Feature', | ||
'FeatureEventData', | ||
'FeatureResourceState', | ||
'FeatureState', | ||
'GkeCluster', | ||
'KubernetesMetadata', | ||
'KubernetesResource', | ||
'Membership', | ||
'MembershipBinding', | ||
'MembershipBindingEventData', | ||
'MembershipBindingLifecycleState', | ||
'MembershipEndpoint', | ||
'MembershipEventData', | ||
'MembershipFeatureSpec', | ||
'MembershipFeatureState', | ||
'MembershipState', | ||
'MultiCloudCluster', | ||
'OnPremCluster', | ||
'ResourceManifest', | ||
'ResourceOptions', | ||
'Scope', | ||
'ScopeEventData', | ||
'ScopeFeatureState', | ||
'ScopeLifecycleState', | ||
) |
Oops, something went wrong.