From 5bc3840a5e922b91069cc9003f1596a4633e3afc Mon Sep 17 00:00:00 2001 From: "gcf-owl-bot[bot]" <78513119+gcf-owl-bot[bot]@users.noreply.github.com> Date: Wed, 10 Nov 2021 05:35:21 -0500 Subject: [PATCH] docs: Improved formatting (#260) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * docs: Improved formatting PiperOrigin-RevId: 408569512 Source-Link: https://github.com/googleapis/googleapis/commit/c7b3bd0aa138f18b8d2cba01a105baeea6cb1b19 Source-Link: https://github.com/googleapis/googleapis-gen/commit/9aabf2fdb7612f72e2f423bd9dfdb326bb4d9460 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiOWFhYmYyZmRiNzYxMmY3MmUyZjQyM2JkOWRmZGIzMjZiYjRkOTQ2MCJ9 * 🦉 Updates from OwlBot See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md Co-authored-by: Owl Bot Co-authored-by: Anthonios Partheniou --- .../cloud/datacatalog_v1/services/data_catalog/async_client.py | 2 +- google/cloud/datacatalog_v1/services/data_catalog/client.py | 2 +- google/cloud/datacatalog_v1/types/datacatalog.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/google/cloud/datacatalog_v1/services/data_catalog/async_client.py b/google/cloud/datacatalog_v1/services/data_catalog/async_client.py index 9a886f1c..23c2729d 100644 --- a/google/cloud/datacatalog_v1/services/data_catalog/async_client.py +++ b/google/cloud/datacatalog_v1/services/data_catalog/async_client.py @@ -238,7 +238,7 @@ async def search_catalog( Optional. The query string with a minimum of 3 characters and specific syntax. For more information, see `Data Catalog search - syntax `__. + syntax `__. An empty query string returns all data assets (in the specified scope) that you have access to. diff --git a/google/cloud/datacatalog_v1/services/data_catalog/client.py b/google/cloud/datacatalog_v1/services/data_catalog/client.py index d8474a2c..3775f754 100644 --- a/google/cloud/datacatalog_v1/services/data_catalog/client.py +++ b/google/cloud/datacatalog_v1/services/data_catalog/client.py @@ -514,7 +514,7 @@ def search_catalog( Optional. The query string with a minimum of 3 characters and specific syntax. For more information, see `Data Catalog search - syntax `__. + syntax `__. An empty query string returns all data assets (in the specified scope) that you have access to. diff --git a/google/cloud/datacatalog_v1/types/datacatalog.py b/google/cloud/datacatalog_v1/types/datacatalog.py index 4e20ba5d..ae6c489d 100644 --- a/google/cloud/datacatalog_v1/types/datacatalog.py +++ b/google/cloud/datacatalog_v1/types/datacatalog.py @@ -102,7 +102,7 @@ class SearchCatalogRequest(proto.Message): Optional. The query string with a minimum of 3 characters and specific syntax. For more information, see `Data Catalog search - syntax `__. + syntax `__. An empty query string returns all data assets (in the specified scope) that you have access to.