-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: fix minor docstring formatting (#114)
* feat: DataScans service feat: added StorageFormat.iceberg chore: formatting changes PiperOrigin-RevId: 496586743 Source-Link: googleapis/googleapis@58f5c43 Source-Link: googleapis/googleapis-gen@193c125 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMTkzYzEyNWQwNGYyNjQ5ZWRiODIxZDQ1YjhlNmJhNmE5MWM5YjA5MCJ9 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * docs: fix minor docstring formatting PiperOrigin-RevId: 499864985 Source-Link: googleapis/googleapis@8a767c9 Source-Link: googleapis/googleapis-gen@797db62 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNzk3ZGI2MjZlM2U2ZTZmYTVlZjJmODNiYmEwMDU1ZjllMGRiNzdjZCJ9 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
- Loading branch information
1 parent
d986236
commit 898724e
Showing
39 changed files
with
14,331 additions
and
6 deletions.
There are no files selected for viewing
10 changes: 10 additions & 0 deletions
10
packages/google-cloud-dataplex/docs/dataplex_v1/data_scan_service.rst
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,10 @@ | ||
DataScanService | ||
--------------------------------- | ||
|
||
.. automodule:: google.cloud.dataplex_v1.services.data_scan_service | ||
:members: | ||
:inherited-members: | ||
|
||
.. automodule:: google.cloud.dataplex_v1.services.data_scan_service.pagers | ||
:members: | ||
:inherited-members: |
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 |
---|---|---|
|
@@ -5,4 +5,5 @@ Services for Google Cloud Dataplex v1 API | |
|
||
content_service | ||
dataplex_service | ||
data_scan_service | ||
metadata_service |
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
22 changes: 22 additions & 0 deletions
22
...ges/google-cloud-dataplex/google/cloud/dataplex_v1/services/data_scan_service/__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,22 @@ | ||
# -*- 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 .async_client import DataScanServiceAsyncClient | ||
from .client import DataScanServiceClient | ||
|
||
__all__ = ( | ||
"DataScanServiceClient", | ||
"DataScanServiceAsyncClient", | ||
) |
Oops, something went wrong.