Skip to content

Commit

Permalink
feat: Run the code generator (778716e) (#199)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-code-bot committed Mar 23, 2023
1 parent f2b8aaf commit a0ed8c3
Show file tree
Hide file tree
Showing 37 changed files with 1,689 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/google/events/cloud/apigateway_v1/types/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
from __future__ import annotations

from typing import MutableMapping, MutableSequence

import proto # type: ignore
Expand Down
2 changes: 2 additions & 0 deletions src/google/events/cloud/apigeeregistry_v1/types/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
from __future__ import annotations

from typing import MutableMapping, MutableSequence

import proto # type: ignore
Expand Down
2 changes: 2 additions & 0 deletions src/google/events/cloud/audit_v1/types/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
from __future__ import annotations

from typing import MutableMapping, MutableSequence

import proto # type: ignore
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
from __future__ import annotations

from typing import MutableMapping, MutableSequence

import proto # type: ignore
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
from __future__ import annotations

from typing import MutableMapping, MutableSequence

import proto # type: ignore
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
from __future__ import annotations

from typing import MutableMapping, MutableSequence

import proto # type: ignore
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
from __future__ import annotations

from typing import MutableMapping, MutableSequence

import proto # type: ignore
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
from __future__ import annotations

from typing import MutableMapping, MutableSequence

import proto # type: ignore
Expand Down
2 changes: 2 additions & 0 deletions src/google/events/cloud/certificatemanager_v1/types/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
from __future__ import annotations

from typing import MutableMapping, MutableSequence

import proto # type: ignore
Expand Down
2 changes: 2 additions & 0 deletions src/google/events/cloud/cloudbuild_v1/types/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
from __future__ import annotations

from typing import MutableMapping, MutableSequence

import proto # type: ignore
Expand Down
2 changes: 2 additions & 0 deletions src/google/events/cloud/clouddms_v1/types/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
from __future__ import annotations

from typing import MutableMapping, MutableSequence

import proto # type: ignore
Expand Down
77 changes: 77 additions & 0 deletions src/google/events/cloud/dataflow/__init__.py
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',
)
16 changes: 16 additions & 0 deletions src/google/events/cloud/dataflow/gapic_version.py
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}
2 changes: 2 additions & 0 deletions src/google/events/cloud/dataflow/py.typed
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.
78 changes: 78 additions & 0 deletions src/google/events/cloud/dataflow_v1beta3/__init__.py
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',
)
16 changes: 16 additions & 0 deletions src/google/events/cloud/dataflow_v1beta3/gapic_version.py
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}
2 changes: 2 additions & 0 deletions src/google/events/cloud/dataflow_v1beta3/py.typed
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 src/google/events/cloud/dataflow_v1beta3/services/__init__.py
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 src/google/events/cloud/dataflow_v1beta3/types/__init__.py
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',
)

0 comments on commit a0ed8c3

Please sign in to comment.