Skip to content
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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -783,7 +783,7 @@ class LookupEntryRequest(proto.Message):
- ``datacatalog.entry.{PROJECT_ID}.{LOCATION_ID}.{ENTRY_GROUP_ID}.{ENTRY_ID}``

Identifiers (``*_ID``) should comply with the [Lexical
structure in Standard SQL]
structure in GoogleSQL]
(https://cloud.google.com/bigquery/docs/reference/standard-sql/lexical).

This field is a member of `oneof`_ ``target_name``.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -620,7 +620,7 @@ class LookupEntryRequest(proto.Message):
- ``bigquery.dataset.project_id.dataset_id``
- ``datacatalog.entry.project_id.location_id.entry_group_id.entry_id``

``*_id``\ s should satisfy the standard SQL rules for
``*_id``\ s should satisfy the GoogleSQL rules for
identifiers.
https://cloud.google.com/bigquery/docs/reference/standard-sql/lexical.

Expand Down