Skip to content
This repository has been archived by the owner on Sep 5, 2023. It is now read-only.

docs: Improved formatting #260

Merged
merged 3 commits into from Nov 10, 2021
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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Expand Up @@ -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 </data-catalog/docs/how-to/search-reference>`__.
syntax <https://cloud.google.com/data-catalog/docs/how-to/search-reference>`__.

An empty query string returns all data assets (in the
specified scope) that you have access to.
Expand Down
Expand Up @@ -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 </data-catalog/docs/how-to/search-reference>`__.
syntax <https://cloud.google.com/data-catalog/docs/how-to/search-reference>`__.

An empty query string returns all data assets (in the
specified scope) that you have access to.
Expand Down
2 changes: 1 addition & 1 deletion google/cloud/datacatalog_v1/types/datacatalog.py
Expand Up @@ -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 </data-catalog/docs/how-to/search-reference>`__.
syntax <https://cloud.google.com/data-catalog/docs/how-to/search-reference>`__.

An empty query string returns all data assets (in the
specified scope) that you have access to.
Expand Down