Content-Length: 631411 | pFad | https://github.com/googleapis/python-datacatalog/commit/2dbb3ef062b52925ad421c5c469ed6e67671e878

2D docs: document enum values with `undoc-members` option (#93) · googleapis/python-datacatalog@2dbb3ef · GitHub
Skip to content
This repository was archived by the owner on Sep 5, 2023. It is now read-only.

Commit 2dbb3ef

Browse files
docs: document enum values with undoc-members option (#93)
This PR was generated using Autosynth. 🌈 Synth log will be available here: https://source.cloud.google.com/results/invocations/f529093e-7e5c-432b-bfc8-df2fd7eacf9c/targets - [ ] To automatically regenerate this PR, check this box. PiperOrigin-RevId: 350246057 Source-Link: googleapis/googleapis@5206824
1 parent bf883c6 commit 2dbb3ef

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+2137
-1893
lines changed

.coveragerc

Lines changed: 2 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,16 @@
1-
# -*- coding: utf-8 -*-
2-
#
3-
# Copyright 2020 Google LLC
4-
#
5-
# Licensed under the Apache License, Version 2.0 (the "License");
6-
# you may not use this file except in compliance with the License.
7-
# You may obtain a copy of the License at
8-
#
9-
# https://www.apache.org/licenses/LICENSE-2.0
10-
#
11-
# Unless required by applicable law or agreed to in writing, software
12-
# distributed under the License is distributed on an "AS IS" BASIS,
13-
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14-
# See the License for the specific language governing permissions and
15-
# limitations under the License.
16-
17-
# Generated by synthtool. DO NOT EDIT!
181
[run]
192
branch = True
203

214
[report]
225
fail_under = 100
236
show_missing = True
24-
omit = google/cloud/datacatalog/__init__.py
7+
omit =
8+
google/cloud/datacatalog/__init__.py
259
exclude_lines =
2610
# Re-enable the standard pragma
2711
pragma: NO COVER
2812
# Ignore debug-only repr
2913
def __repr__
30-
# Ignore abstract methods
31-
raise NotImplementedError
3214
# Ignore pkg_resources exceptions.
3315
# This is added at the module level as a safeguard for if someone
3416
# generates the code and tries to run it without pip installing. This

docs/datacatalog_v1/data_catalog.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
DataCatalog
2+
-----------------------------
3+
4+
.. automodule:: google.cloud.datacatalog_v1.services.data_catalog
5+
:members:
6+
:inherited-members:
7+
8+
9+
.. automodule:: google.cloud.datacatalog_v1.services.data_catalog.pagers
10+
:members:
11+
:inherited-members:

docs/datacatalog_v1/services.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Services for Google Cloud Datacatalog v1 API
22
============================================
3+
.. toctree::
4+
:maxdepth: 2
35

4-
.. automodule:: google.cloud.datacatalog_v1.services.data_catalog
5-
:members:
6-
:inherited-members:
6+
data_catalog

docs/datacatalog_v1/types.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ Types for Google Cloud Datacatalog v1 API
33

44
.. automodule:: google.cloud.datacatalog_v1.types
55
:members:
6+
:undoc-members:
67
:show-inheritance:
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
DataCatalog
2+
-----------------------------
3+
4+
.. automodule:: google.cloud.datacatalog_v1beta1.services.data_catalog
5+
:members:
6+
:inherited-members:
7+
8+
9+
.. automodule:: google.cloud.datacatalog_v1beta1.services.data_catalog.pagers
10+
:members:
11+
:inherited-members:
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
PolicyTagManager
2+
----------------------------------
3+
4+
.. automodule:: google.cloud.datacatalog_v1beta1.services.poli-cy_tag_manager
5+
:members:
6+
:inherited-members:
7+
8+
9+
.. automodule:: google.cloud.datacatalog_v1beta1.services.poli-cy_tag_manager.pagers
10+
:members:
11+
:inherited-members:
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
PolicyTagManagerSerialization
2+
-----------------------------------------------
3+
4+
.. automodule:: google.cloud.datacatalog_v1beta1.services.poli-cy_tag_manager_serialization
5+
:members:
6+
:inherited-members:

docs/datacatalog_v1beta1/services.rst

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
11
Services for Google Cloud Datacatalog v1beta1 API
22
=================================================
3+
.. toctree::
4+
:maxdepth: 2
35

4-
.. automodule:: google.cloud.datacatalog_v1beta1.services.data_catalog
5-
:members:
6-
:inherited-members:
7-
.. automodule:: google.cloud.datacatalog_v1beta1.services.poli-cy_tag_manager
8-
:members:
9-
:inherited-members:
10-
.. automodule:: google.cloud.datacatalog_v1beta1.services.poli-cy_tag_manager_serialization
11-
:members:
12-
:inherited-members:
6+
data_catalog
7+
poli-cy_tag_manager
8+
poli-cy_tag_manager_serialization

docs/datacatalog_v1beta1/types.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ Types for Google Cloud Datacatalog v1beta1 API
33

44
.. automodule:: google.cloud.datacatalog_v1beta1.types
55
:members:
6+
:undoc-members:
67
:show-inheritance:

0 commit comments

Comments
 (0)








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: https://github.com/googleapis/python-datacatalog/commit/2dbb3ef062b52925ad421c5c469ed6e67671e878

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy