LookupEntryRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Request message for LookupEntry.
This message has oneof
_ fields (mutually exclusive fields).
For each oneof, at most one member field can be set at the same time.
Setting any member of the oneof automatically clears all other
members.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
Attributes | |
---|---|
Name | Description |
linked_resource |
str
The full name of the Google Cloud Platform resource the Data Catalog entry represents. See: https://cloud.google.com/apis/design/resource_names#full_resource_name. Full names are case-sensitive. Examples: - //bigquery.googleapis.com/projects/projectId/datasets/datasetId/tables/tableId - //pubsub.googleapis.com/projects/projectId/topics/topicId This field is a member of oneof _ target_name .
|
sql_resource |
str
The SQL name of the entry. SQL names are case-sensitive. Examples: - pubsub.project_id.topic_id
- :literal:pubsub.project_id. topic.id.with.dots\`
- bigquery.table.project_id.dataset_id.table_id
- 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
identifiers.
https://cloud.google.com/bigquery/docs/reference/standard-sql/lexical.
This field is a member of oneof _ target_name .
|