Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
91 changes: 91 additions & 0 deletions src/google/events/cloud/dataplex/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,91 @@
# -*- 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.dataplex import gapic_version as package_version

__version__ = package_version.__version__



from google.events.cloud.dataplex_v1.types.data import Asset
from google.events.cloud.dataplex_v1.types.data import AssetEventData
from google.events.cloud.dataplex_v1.types.data import AssetStatus
from google.events.cloud.dataplex_v1.types.data import DataAccessSpec
from google.events.cloud.dataplex_v1.types.data import DataAttribute
from google.events.cloud.dataplex_v1.types.data import DataAttributeBinding
from google.events.cloud.dataplex_v1.types.data import DataAttributeBindingEventData
from google.events.cloud.dataplex_v1.types.data import DataAttributeEventData
from google.events.cloud.dataplex_v1.types.data import DataProfileResult
from google.events.cloud.dataplex_v1.types.data import DataProfileSpec
from google.events.cloud.dataplex_v1.types.data import DataQualityDimensionResult
from google.events.cloud.dataplex_v1.types.data import DataQualityResult
from google.events.cloud.dataplex_v1.types.data import DataQualityRule
from google.events.cloud.dataplex_v1.types.data import DataQualityRuleResult
from google.events.cloud.dataplex_v1.types.data import DataQualitySpec
from google.events.cloud.dataplex_v1.types.data import DataScan
from google.events.cloud.dataplex_v1.types.data import DataScanEventData
from google.events.cloud.dataplex_v1.types.data import DataSource
from google.events.cloud.dataplex_v1.types.data import DataTaxonomy
from google.events.cloud.dataplex_v1.types.data import DataTaxonomyEventData
from google.events.cloud.dataplex_v1.types.data import Environment
from google.events.cloud.dataplex_v1.types.data import EnvironmentEventData
from google.events.cloud.dataplex_v1.types.data import Job
from google.events.cloud.dataplex_v1.types.data import Lake
from google.events.cloud.dataplex_v1.types.data import LakeEventData
from google.events.cloud.dataplex_v1.types.data import ResourceAccessSpec
from google.events.cloud.dataplex_v1.types.data import ScannedData
from google.events.cloud.dataplex_v1.types.data import Task
from google.events.cloud.dataplex_v1.types.data import TaskEventData
from google.events.cloud.dataplex_v1.types.data import Trigger
from google.events.cloud.dataplex_v1.types.data import Zone
from google.events.cloud.dataplex_v1.types.data import ZoneEventData
from google.events.cloud.dataplex_v1.types.data import DataScanType
from google.events.cloud.dataplex_v1.types.data import State

__all__ = ('Asset',
'AssetEventData',
'AssetStatus',
'DataAccessSpec',
'DataAttribute',
'DataAttributeBinding',
'DataAttributeBindingEventData',
'DataAttributeEventData',
'DataProfileResult',
'DataProfileSpec',
'DataQualityDimensionResult',
'DataQualityResult',
'DataQualityRule',
'DataQualityRuleResult',
'DataQualitySpec',
'DataScan',
'DataScanEventData',
'DataSource',
'DataTaxonomy',
'DataTaxonomyEventData',
'Environment',
'EnvironmentEventData',
'Job',
'Lake',
'LakeEventData',
'ResourceAccessSpec',
'ScannedData',
'Task',
'TaskEventData',
'Trigger',
'Zone',
'ZoneEventData',
'DataScanType',
'State',
)
16 changes: 16 additions & 0 deletions src/google/events/cloud/dataplex/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/dataplex/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-dataplex package uses inline types.
92 changes: 92 additions & 0 deletions src/google/events/cloud/dataplex_v1/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,92 @@
# -*- 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.dataplex_v1 import gapic_version as package_version

__version__ = package_version.__version__



from .types.data import Asset
from .types.data import AssetEventData
from .types.data import AssetStatus
from .types.data import DataAccessSpec
from .types.data import DataAttribute
from .types.data import DataAttributeBinding
from .types.data import DataAttributeBindingEventData
from .types.data import DataAttributeEventData
from .types.data import DataProfileResult
from .types.data import DataProfileSpec
from .types.data import DataQualityDimensionResult
from .types.data import DataQualityResult
from .types.data import DataQualityRule
from .types.data import DataQualityRuleResult
from .types.data import DataQualitySpec
from .types.data import DataScan
from .types.data import DataScanEventData
from .types.data import DataSource
from .types.data import DataTaxonomy
from .types.data import DataTaxonomyEventData
from .types.data import Environment
from .types.data import EnvironmentEventData
from .types.data import Job
from .types.data import Lake
from .types.data import LakeEventData
from .types.data import ResourceAccessSpec
from .types.data import ScannedData
from .types.data import Task
from .types.data import TaskEventData
from .types.data import Trigger
from .types.data import Zone
from .types.data import ZoneEventData
from .types.data import DataScanType
from .types.data import State

__all__ = (
'Asset',
'AssetEventData',
'AssetStatus',
'DataAccessSpec',
'DataAttribute',
'DataAttributeBinding',
'DataAttributeBindingEventData',
'DataAttributeEventData',
'DataProfileResult',
'DataProfileSpec',
'DataQualityDimensionResult',
'DataQualityResult',
'DataQualityRule',
'DataQualityRuleResult',
'DataQualitySpec',
'DataScan',
'DataScanEventData',
'DataScanType',
'DataSource',
'DataTaxonomy',
'DataTaxonomyEventData',
'Environment',
'EnvironmentEventData',
'Job',
'Lake',
'LakeEventData',
'ResourceAccessSpec',
'ScannedData',
'State',
'Task',
'TaskEventData',
'Trigger',
'Zone',
'ZoneEventData',
)
16 changes: 16 additions & 0 deletions src/google/events/cloud/dataplex_v1/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/dataplex_v1/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-dataplex package uses inline types.
15 changes: 15 additions & 0 deletions src/google/events/cloud/dataplex_v1/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.
#
88 changes: 88 additions & 0 deletions src/google/events/cloud/dataplex_v1/types/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,88 @@
# -*- 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 (
Asset,
AssetEventData,
AssetStatus,
DataAccessSpec,
DataAttribute,
DataAttributeBinding,
DataAttributeBindingEventData,
DataAttributeEventData,
DataProfileResult,
DataProfileSpec,
DataQualityDimensionResult,
DataQualityResult,
DataQualityRule,
DataQualityRuleResult,
DataQualitySpec,
DataScan,
DataScanEventData,
DataSource,
DataTaxonomy,
DataTaxonomyEventData,
Environment,
EnvironmentEventData,
Job,
Lake,
LakeEventData,
ResourceAccessSpec,
ScannedData,
Task,
TaskEventData,
Trigger,
Zone,
ZoneEventData,
DataScanType,
State,
)

__all__ = (
'Asset',
'AssetEventData',
'AssetStatus',
'DataAccessSpec',
'DataAttribute',
'DataAttributeBinding',
'DataAttributeBindingEventData',
'DataAttributeEventData',
'DataProfileResult',
'DataProfileSpec',
'DataQualityDimensionResult',
'DataQualityResult',
'DataQualityRule',
'DataQualityRuleResult',
'DataQualitySpec',
'DataScan',
'DataScanEventData',
'DataSource',
'DataTaxonomy',
'DataTaxonomyEventData',
'Environment',
'EnvironmentEventData',
'Job',
'Lake',
'LakeEventData',
'ResourceAccessSpec',
'ScannedData',
'Task',
'TaskEventData',
'Trigger',
'Zone',
'ZoneEventData',
'DataScanType',
'State',
)
Loading