linkedResource property
The resource this metadata entry refers to.
For Google Cloud Platform resources, linked_resource
is the
full name of the resource.
For example, the linked_resource
for a table resource from BigQuery is:
*
//bigquery.googleapis.com/projects/projectId/datasets/datasetId/tables/tableId
Output only when Entry is of type in the EntryType enum. For entries with
user_specified_type, this field is optional and defaults to an empty
string.
Implementation
core.String? linkedResource;