Reference documentation and code samples for the Google Cloud Data Catalog V1BETA1 API class Google::Cloud::DataCatalog::V1beta1::LookupEntryRequest.
Request message for LookupEntry.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#linked_resource
def linked_resource() -> ::String
-
(::String) — 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
Note: The following fields are mutually exclusive:
linked_resource
,sql_resource
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#linked_resource=
def linked_resource=(value) -> ::String
-
value (::String) — 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
Note: The following fields are mutually exclusive:
linked_resource
,sql_resource
. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::String) — 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
Note: The following fields are mutually exclusive:
linked_resource
,sql_resource
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#sql_resource
def sql_resource() -> ::String
-
(::String) — 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 should satisfy the standard SQL rules for identifiers. https://cloud.google.com/bigquery/docs/reference/standard-sql/lexical.Note: The following fields are mutually exclusive:
sql_resource
,linked_resource
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#sql_resource=
def sql_resource=(value) -> ::String
-
value (::String) — 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 should satisfy the standard SQL rules for identifiers. https://cloud.google.com/bigquery/docs/reference/standard-sql/lexical.Note: The following fields are mutually exclusive:
sql_resource
,linked_resource
. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::String) — 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 should satisfy the standard SQL rules for identifiers. https://cloud.google.com/bigquery/docs/reference/standard-sql/lexical.Note: The following fields are mutually exclusive:
sql_resource
,linked_resource
. If a field in that set is populated, all other fields in the set will automatically be cleared.