Class EntriesResource.LookupRequest
Get an entry by target resource name. This method allows clients to use the resource name from the source Google Cloud Platform service to get the Data Catalog Entry.
Inheritance
Inherited Members
Namespace: Google.Apis.DataCatalog.v1beta1
Assembly: Google.Apis.DataCatalog.v1beta1.dll
Syntax
public class EntriesResource.LookupRequest : DataCatalogBaseServiceRequest<GoogleCloudDatacatalogV1beta1Entry>, IClientServiceRequest<GoogleCloudDatacatalogV1beta1Entry>, IClientServiceRequest
Constructors
LookupRequest(IClientService)
Constructs a new Lookup request.
Declaration
public LookupRequest(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
LinkedResource
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
Declaration
[RequestParameter("linkedResource", RequestParameterType.Query)]
public virtual string LinkedResource { get; set; }
Property Value
Type | Description |
---|---|
string |
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
SqlResource
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.
Declaration
[RequestParameter("sqlResource", RequestParameterType.Query)]
public virtual string SqlResource { get; set; }
Property Value
Type | Description |
---|---|
string |
Methods
InitParameters()
Initializes Lookup parameter list.
Declaration
protected override void InitParameters()