Skip to content

Commit

Permalink
fix!: Use google.cloud.datacatalog_lineage to avoid conflict with `…
Browse files Browse the repository at this point in the history
…google.cloud.datacatalog` (#11944)

- [ ] Regenerate this pull request now.

PiperOrigin-RevId: 578151090

Source-Link:
googleapis/googleapis@fabe911

Source-Link:
googleapis/googleapis-gen@4ed8748
Copy-Tag:
eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLWRhdGFjYXRhbG9nLWxpbmVhZ2UvLk93bEJvdC55YW1sIiwiaCI6IjRlZDg3NDhjYzIyMDYzMjhmMDg2MjY3ZmFmYTE1YmY4MDBlOTMxNzAifQ==

---------

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Co-authored-by: Anthonios Partheniou <[email protected]>
  • Loading branch information
3 people authored Oct 31, 2023
1 parent 6131728 commit 3059986
Show file tree
Hide file tree
Showing 62 changed files with 506 additions and 503 deletions.
4 changes: 2 additions & 2 deletions packages/google-cloud-datacatalog-lineage/.coveragerc
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ branch = True
[report]
show_missing = True
omit =
google/cloud/datacatalog/lineage/__init__.py
google/cloud/datacatalog/lineage/gapic_version.py
google/cloud/datacatalog_lineage/__init__.py
google/cloud/datacatalog_lineage/gapic_version.py
exclude_lines =
# Re-enable the standard pragma
pragma: NO COVER
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
Lineage
-------------------------

.. automodule:: google.cloud.datacatalog.lineage_v1.services.lineage
.. automodule:: google.cloud.datacatalog_lineage_v1.services.lineage
:members:
:inherited-members:

.. automodule:: google.cloud.datacatalog.lineage_v1.services.lineage.pagers
.. automodule:: google.cloud.datacatalog_lineage_v1.services.lineage.pagers
:members:
:inherited-members:
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Types for Google Cloud Datacatalog Lineage v1 API
=================================================

.. automodule:: google.cloud.datacatalog.lineage_v1.types
.. automodule:: google.cloud.datacatalog_lineage_v1.types
:members:
:show-inheritance:
4 changes: 2 additions & 2 deletions packages/google-cloud-datacatalog-lineage/docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ API Reference
.. toctree::
:maxdepth: 2

lineage_v1/services_
lineage_v1/types_
datacatalog_lineage_v1/services_
datacatalog_lineage_v1/types_


Changelog
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,16 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
from google.cloud.datacatalog.lineage import gapic_version as package_version
from google.cloud.datacatalog_lineage import gapic_version as package_version

__version__ = package_version.__version__


from google.cloud.datacatalog.lineage_v1.services.lineage.async_client import (
from google.cloud.datacatalog_lineage_v1.services.lineage.async_client import (
LineageAsyncClient,
)
from google.cloud.datacatalog.lineage_v1.services.lineage.client import LineageClient
from google.cloud.datacatalog.lineage_v1.types.lineage import (
from google.cloud.datacatalog_lineage_v1.services.lineage.client import LineageClient
from google.cloud.datacatalog_lineage_v1.types.lineage import (
BatchSearchLinkProcessesRequest,
BatchSearchLinkProcessesResponse,
CreateLineageEventRequest,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
from google.cloud.datacatalog.lineage_v1 import gapic_version as package_version
from google.cloud.datacatalog_lineage_v1 import gapic_version as package_version

__version__ = package_version.__version__

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"comment": "This file maps proto services/RPCs to the corresponding library clients/methods",
"language": "python",
"libraryPackage": "google.cloud.datacatalog.lineage_v1",
"libraryPackage": "google.cloud.datacatalog_lineage_v1",
"protoPackage": "google.cloud.datacatalog.lineage.v1",
"schema": "1.0",
"services": {
Expand Down
Loading

0 comments on commit 3059986

Please sign in to comment.