-
Notifications
You must be signed in to change notification settings - Fork 10
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 (778716e)
- Loading branch information
1 parent
f2b8aaf
commit 222820c
Showing
37 changed files
with
1,689 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
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
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
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
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
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
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
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
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
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
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
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,77 @@ | ||
# -*- 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.dataflow import gapic_version as package_version | ||
|
||
__version__ = package_version.__version__ | ||
|
||
|
||
|
||
from google.events.cloud.dataflow_v1beta3.types.data import AutoscalingSettings | ||
from google.events.cloud.dataflow_v1beta3.types.data import BigQueryIODetails | ||
from google.events.cloud.dataflow_v1beta3.types.data import BigTableIODetails | ||
from google.events.cloud.dataflow_v1beta3.types.data import DatastoreIODetails | ||
from google.events.cloud.dataflow_v1beta3.types.data import DebugOptions | ||
from google.events.cloud.dataflow_v1beta3.types.data import Environment | ||
from google.events.cloud.dataflow_v1beta3.types.data import ExecutionStageState | ||
from google.events.cloud.dataflow_v1beta3.types.data import FileIODetails | ||
from google.events.cloud.dataflow_v1beta3.types.data import Job | ||
from google.events.cloud.dataflow_v1beta3.types.data import JobEventData | ||
from google.events.cloud.dataflow_v1beta3.types.data import JobExecutionInfo | ||
from google.events.cloud.dataflow_v1beta3.types.data import JobExecutionStageInfo | ||
from google.events.cloud.dataflow_v1beta3.types.data import JobMetadata | ||
from google.events.cloud.dataflow_v1beta3.types.data import Package | ||
from google.events.cloud.dataflow_v1beta3.types.data import PubSubIODetails | ||
from google.events.cloud.dataflow_v1beta3.types.data import SdkHarnessContainerImage | ||
from google.events.cloud.dataflow_v1beta3.types.data import SdkVersion | ||
from google.events.cloud.dataflow_v1beta3.types.data import SpannerIODetails | ||
from google.events.cloud.dataflow_v1beta3.types.data import WorkerPool | ||
from google.events.cloud.dataflow_v1beta3.types.data import AutoscalingAlgorithm | ||
from google.events.cloud.dataflow_v1beta3.types.data import DefaultPackageSet | ||
from google.events.cloud.dataflow_v1beta3.types.data import FlexResourceSchedulingGoal | ||
from google.events.cloud.dataflow_v1beta3.types.data import JobState | ||
from google.events.cloud.dataflow_v1beta3.types.data import JobType | ||
from google.events.cloud.dataflow_v1beta3.types.data import ShuffleMode | ||
from google.events.cloud.dataflow_v1beta3.types.data import TeardownPolicy | ||
from google.events.cloud.dataflow_v1beta3.types.data import WorkerIPAddressConfiguration | ||
|
||
__all__ = ('AutoscalingSettings', | ||
'BigQueryIODetails', | ||
'BigTableIODetails', | ||
'DatastoreIODetails', | ||
'DebugOptions', | ||
'Environment', | ||
'ExecutionStageState', | ||
'FileIODetails', | ||
'Job', | ||
'JobEventData', | ||
'JobExecutionInfo', | ||
'JobExecutionStageInfo', | ||
'JobMetadata', | ||
'Package', | ||
'PubSubIODetails', | ||
'SdkHarnessContainerImage', | ||
'SdkVersion', | ||
'SpannerIODetails', | ||
'WorkerPool', | ||
'AutoscalingAlgorithm', | ||
'DefaultPackageSet', | ||
'FlexResourceSchedulingGoal', | ||
'JobState', | ||
'JobType', | ||
'ShuffleMode', | ||
'TeardownPolicy', | ||
'WorkerIPAddressConfiguration', | ||
) |
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-dataflow 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,78 @@ | ||
# -*- 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.dataflow_v1beta3 import gapic_version as package_version | ||
|
||
__version__ = package_version.__version__ | ||
|
||
|
||
|
||
from .types.data import AutoscalingSettings | ||
from .types.data import BigQueryIODetails | ||
from .types.data import BigTableIODetails | ||
from .types.data import DatastoreIODetails | ||
from .types.data import DebugOptions | ||
from .types.data import Environment | ||
from .types.data import ExecutionStageState | ||
from .types.data import FileIODetails | ||
from .types.data import Job | ||
from .types.data import JobEventData | ||
from .types.data import JobExecutionInfo | ||
from .types.data import JobExecutionStageInfo | ||
from .types.data import JobMetadata | ||
from .types.data import Package | ||
from .types.data import PubSubIODetails | ||
from .types.data import SdkHarnessContainerImage | ||
from .types.data import SdkVersion | ||
from .types.data import SpannerIODetails | ||
from .types.data import WorkerPool | ||
from .types.data import AutoscalingAlgorithm | ||
from .types.data import DefaultPackageSet | ||
from .types.data import FlexResourceSchedulingGoal | ||
from .types.data import JobState | ||
from .types.data import JobType | ||
from .types.data import ShuffleMode | ||
from .types.data import TeardownPolicy | ||
from .types.data import WorkerIPAddressConfiguration | ||
|
||
__all__ = ( | ||
'AutoscalingAlgorithm', | ||
'AutoscalingSettings', | ||
'BigQueryIODetails', | ||
'BigTableIODetails', | ||
'DatastoreIODetails', | ||
'DebugOptions', | ||
'DefaultPackageSet', | ||
'Environment', | ||
'ExecutionStageState', | ||
'FileIODetails', | ||
'FlexResourceSchedulingGoal', | ||
'Job', | ||
'JobEventData', | ||
'JobExecutionInfo', | ||
'JobExecutionStageInfo', | ||
'JobMetadata', | ||
'JobState', | ||
'JobType', | ||
'Package', | ||
'PubSubIODetails', | ||
'SdkHarnessContainerImage', | ||
'SdkVersion', | ||
'ShuffleMode', | ||
'SpannerIODetails', | ||
'TeardownPolicy', | ||
'WorkerIPAddressConfiguration', | ||
'WorkerPool', | ||
) |
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-dataflow package uses inline types. |
15 changes: 15 additions & 0 deletions
15
src/google/events/cloud/dataflow_v1beta3/services/__init__.py
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. | ||
# |
74 changes: 74 additions & 0 deletions
74
src/google/events/cloud/dataflow_v1beta3/types/__init__.py
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,74 @@ | ||
# -*- 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 ( | ||
AutoscalingSettings, | ||
BigQueryIODetails, | ||
BigTableIODetails, | ||
DatastoreIODetails, | ||
DebugOptions, | ||
Environment, | ||
ExecutionStageState, | ||
FileIODetails, | ||
Job, | ||
JobEventData, | ||
JobExecutionInfo, | ||
JobExecutionStageInfo, | ||
JobMetadata, | ||
Package, | ||
PubSubIODetails, | ||
SdkHarnessContainerImage, | ||
SdkVersion, | ||
SpannerIODetails, | ||
WorkerPool, | ||
AutoscalingAlgorithm, | ||
DefaultPackageSet, | ||
FlexResourceSchedulingGoal, | ||
JobState, | ||
JobType, | ||
ShuffleMode, | ||
TeardownPolicy, | ||
WorkerIPAddressConfiguration, | ||
) | ||
|
||
__all__ = ( | ||
'AutoscalingSettings', | ||
'BigQueryIODetails', | ||
'BigTableIODetails', | ||
'DatastoreIODetails', | ||
'DebugOptions', | ||
'Environment', | ||
'ExecutionStageState', | ||
'FileIODetails', | ||
'Job', | ||
'JobEventData', | ||
'JobExecutionInfo', | ||
'JobExecutionStageInfo', | ||
'JobMetadata', | ||
'Package', | ||
'PubSubIODetails', | ||
'SdkHarnessContainerImage', | ||
'SdkVersion', | ||
'SpannerIODetails', | ||
'WorkerPool', | ||
'AutoscalingAlgorithm', | ||
'DefaultPackageSet', | ||
'FlexResourceSchedulingGoal', | ||
'JobState', | ||
'JobType', | ||
'ShuffleMode', | ||
'TeardownPolicy', | ||
'WorkerIPAddressConfiguration', | ||
) |
Oops, something went wrong.