Skip to content

Commit 2c0c1c8

Browse files
docs: [google-cloud-datacatalog] clarify sql variant in comment for v1beta1.LookupEntryRequest.sql_resource (#13741)
- [ ] Regenerate this pull request now. PiperOrigin-RevId: 745703409 Source-Link: googleapis/googleapis@4fa4221 Source-Link: googleapis/googleapis-gen@b982001 Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLWRhdGFjYXRhbG9nLy5Pd2xCb3QueWFtbCIsImgiOiJiOTgyMDAxNTcyNTIwZTNmZWEwMmU1ZDlmN2Q5MzFmYzYzYmVjYWFmIn0= BEGIN_COMMIT_OVERRIDE docs: clarify sql variant in comment for `v1.LookupEntryRequest.sql_resource` docs: clarify sql variant in comment for `v1beta1.LookupEntryRequest.sql_resource` END_COMMIT_OVERRIDE BEGIN_NESTED_COMMIT docs: [google-cloud-datacatalog] A comment for field `sql_resource` in message `.google.cloud.datacatalog.v1.LookupEntryRequest` is changed PiperOrigin-RevId: 745098081 Source-Link: googleapis/googleapis@4deedce Source-Link: googleapis/googleapis-gen@f32dcd0 Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLWRhdGFjYXRhbG9nLy5Pd2xCb3QueWFtbCIsImgiOiJmMzJkY2QwNGVkOTFmZTBlYjZiZTgzZDdmYzM4ZWNmMzQxY2VkZDk2In0= END_NESTED_COMMIT --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent a5d917d commit 2c0c1c8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/google-cloud-datacatalog/google/cloud/datacatalog_v1/types/datacatalog.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -783,7 +783,7 @@ class LookupEntryRequest(proto.Message):
783783
- ``datacatalog.entry.{PROJECT_ID}.{LOCATION_ID}.{ENTRY_GROUP_ID}.{ENTRY_ID}``
784784
785785
Identifiers (``*_ID``) should comply with the [Lexical
786-
structure in Standard SQL]
786+
structure in GoogleSQL]
787787
(https://cloud.google.com/bigquery/docs/reference/standard-sql/lexical).
788788
789789
This field is a member of `oneof`_ ``target_name``.

packages/google-cloud-datacatalog/google/cloud/datacatalog_v1beta1/types/datacatalog.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -620,7 +620,7 @@ class LookupEntryRequest(proto.Message):
620620
- ``bigquery.dataset.project_id.dataset_id``
621621
- ``datacatalog.entry.project_id.location_id.entry_group_id.entry_id``
622622
623-
``*_id``\ s should satisfy the standard SQL rules for
623+
``*_id``\ s should satisfy the GoogleSQL rules for
624624
identifiers.
625625
https://cloud.google.com/bigquery/docs/reference/standard-sql/lexical.
626626

0 commit comments

Comments
 (0)