SearchCatalogResult(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Result in the response to a search request.
Each result captures details of one entry that matches the search.
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 |
search_result_type |
google.cloud.datacatalog_v1.types.SearchResultType
Type of the search result. You can use this field to determine which get method to call to fetch the full resource. |
search_result_subtype |
str
Sub-type of the search result. A dot-delimited full type of the resource. The same type you specify in the type search predicate.
Examples: entry.table , entry.dataStream ,
tagTemplate .
|
relative_resource_name |
str
The relative name of the resource in URL format. Examples: - projects/{PROJECT_ID}/locations/{LOCATION_ID}/entryGroups/{ENTRY_GROUP_ID}/entries/{ENTRY_ID}
- projects/{PROJECT_ID}/tagTemplates/{TAG_TEMPLATE_ID}
|
linked_resource |
str
The full name of the Google Cloud resource the entry belongs to. For more information, see [Full Resource Name] (/apis/design/resource_names#full_resource_name). Example: //bigquery.googleapis.com/projects/PROJECT_ID/datasets/DATASET_ID/tables/TABLE_ID
|
modify_time |
google.protobuf.timestamp_pb2.Timestamp
The last modification timestamp of the entry in the source system. |
integrated_system |
google.cloud.datacatalog_v1.types.IntegratedSystem
Output only. The source system that Data Catalog automatically integrates with, such as BigQuery, Cloud Pub/Sub, or Dataproc Metastore. This field is a member of oneof _ system .
|
user_specified_system |
str
Custom source system that you can manually integrate Data Catalog with. This field is a member of oneof _ system .
|
fully_qualified_name |
str
Fully qualified name (FQN) of the resource. FQNs take two forms: - For non-regionalized resources: {SYSTEM}:{PROJECT}.{PATH_TO_RESOURCE_SEPARATED_WITH_DOTS}
- For regionalized resources:
{SYSTEM}:{PROJECT}.{LOCATION_ID}.{PATH_TO_RESOURCE_SEPARATED_WITH_DOTS}
Example for a DPMS table:
dataproc_metastore:PROJECT_ID.LOCATION_ID.INSTANCE_ID.DATABASE_ID.TABLE_ID
|
display_name |
str
The display name of the result. |
description |
str
Entry description that can consist of several sentences or paragraphs that describe entry contents. |