public interface LookupEntryRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getLinkedResource()
The full name of the Google Cloud Platform resource the Data Catalog
entry represents.
|
com.google.protobuf.ByteString |
getLinkedResourceBytes()
The full name of the Google Cloud Platform resource the Data Catalog
entry represents.
|
String |
getSqlResource()
The SQL name of the entry.
|
com.google.protobuf.ByteString |
getSqlResourceBytes()
The SQL name of the entry.
|
LookupEntryRequest.TargetNameCase |
getTargetNameCase() |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getLinkedResource()
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"
string linked_resource = 1;com.google.protobuf.ByteString getLinkedResourceBytes()
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"
string linked_resource = 1;String getSqlResource()
The SQL name of the entry. SQL names are case-sensitive. Examples: 1. cloud_pubsub.project_id.topic_id 2. bigquery.project_id.dataset_id.table_id 3. datacatalog.project_id.location_id.entry_group_id.entry_id
string sql_resource = 3;com.google.protobuf.ByteString getSqlResourceBytes()
The SQL name of the entry. SQL names are case-sensitive. Examples: 1. cloud_pubsub.project_id.topic_id 2. bigquery.project_id.dataset_id.table_id 3. datacatalog.project_id.location_id.entry_group_id.entry_id
string sql_resource = 3;LookupEntryRequest.TargetNameCase getTargetNameCase()
Copyright © 2019 Google LLC. All rights reserved.