Class: Google::Cloud::DataCatalog::V1::LookupEntryRequest
- Inherits:
-
Object
- Object
- Google::Cloud::DataCatalog::V1::LookupEntryRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/datacatalog/v1/datacatalog.rb
Overview
Request message for LookupEntry.
Instance Attribute Summary collapse
-
#linked_resource ⇒ ::String
The full name of the Google Cloud Platform resource the Data Catalog entry represents.
-
#sql_resource ⇒ ::String
The SQL name of the entry.
Instance Attribute Details
#linked_resource ⇒ ::String
Returns 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.
356 357 358 359 |
# File 'proto_docs/google/cloud/datacatalog/v1/datacatalog.rb', line 356 class LookupEntryRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#sql_resource ⇒ ::String
Returns The SQL name of the entry. SQL names are case-sensitive.
Examples:
pubsub.project_id.topic_id
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 shoud satisfy the standard SQL rules for identifiers.
https://cloud.google.com/bigquery/docs/reference/standard-sql/lexical.
356 357 358 359 |
# File 'proto_docs/google/cloud/datacatalog/v1/datacatalog.rb', line 356 class LookupEntryRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |