Show / Hide Table of Contents

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
object
ClientServiceRequest
ClientServiceRequest<GoogleCloudDatacatalogV1beta1Entry>
DataCatalogBaseServiceRequest<GoogleCloudDatacatalogV1beta1Entry>
EntriesResource.LookupRequest
Implements
IClientServiceRequest<GoogleCloudDatacatalogV1beta1Entry>
IClientServiceRequest
Inherited Members
DataCatalogBaseServiceRequest<GoogleCloudDatacatalogV1beta1Entry>.Xgafv
DataCatalogBaseServiceRequest<GoogleCloudDatacatalogV1beta1Entry>.AccessToken
DataCatalogBaseServiceRequest<GoogleCloudDatacatalogV1beta1Entry>.Alt
DataCatalogBaseServiceRequest<GoogleCloudDatacatalogV1beta1Entry>.Callback
DataCatalogBaseServiceRequest<GoogleCloudDatacatalogV1beta1Entry>.Fields
DataCatalogBaseServiceRequest<GoogleCloudDatacatalogV1beta1Entry>.Key
DataCatalogBaseServiceRequest<GoogleCloudDatacatalogV1beta1Entry>.OauthToken
DataCatalogBaseServiceRequest<GoogleCloudDatacatalogV1beta1Entry>.PrettyPrint
DataCatalogBaseServiceRequest<GoogleCloudDatacatalogV1beta1Entry>.QuotaUser
DataCatalogBaseServiceRequest<GoogleCloudDatacatalogV1beta1Entry>.UploadType
DataCatalogBaseServiceRequest<GoogleCloudDatacatalogV1beta1Entry>.UploadProtocol
ClientServiceRequest<GoogleCloudDatacatalogV1beta1Entry>.Execute()
ClientServiceRequest<GoogleCloudDatacatalogV1beta1Entry>.ExecuteAsStream()
ClientServiceRequest<GoogleCloudDatacatalogV1beta1Entry>.ExecuteAsync()
ClientServiceRequest<GoogleCloudDatacatalogV1beta1Entry>.ExecuteAsync(CancellationToken)
ClientServiceRequest<GoogleCloudDatacatalogV1beta1Entry>.ExecuteAsStreamAsync()
ClientServiceRequest<GoogleCloudDatacatalogV1beta1Entry>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<GoogleCloudDatacatalogV1beta1Entry>.CreateRequest(bool?)
ClientServiceRequest<GoogleCloudDatacatalogV1beta1Entry>.GenerateRequestUri()
ClientServiceRequest<GoogleCloudDatacatalogV1beta1Entry>.GetBody()
ClientServiceRequest<GoogleCloudDatacatalogV1beta1Entry>.GetDefaultETagAction(string)
ClientServiceRequest<GoogleCloudDatacatalogV1beta1Entry>.ETagAction
ClientServiceRequest<GoogleCloudDatacatalogV1beta1Entry>.ModifyRequest
ClientServiceRequest<GoogleCloudDatacatalogV1beta1Entry>.ValidateParameters
ClientServiceRequest<GoogleCloudDatacatalogV1beta1Entry>.RequestParameters
ClientServiceRequest<GoogleCloudDatacatalogV1beta1Entry>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
ClientServiceRequest.Credential
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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
Google.Apis.Requests.ClientServiceRequest<Google.Apis.DataCatalog.v1beta1.Data.GoogleCloudDatacatalogV1beta1Entry>.HttpMethod

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
Google.Apis.Requests.ClientServiceRequest<Google.Apis.DataCatalog.v1beta1.Data.GoogleCloudDatacatalogV1beta1Entry>.MethodName

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
string
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.DataCatalog.v1beta1.Data.GoogleCloudDatacatalogV1beta1Entry>.RestPath

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 *_ids 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()
Overrides
Google.Apis.DataCatalog.v1beta1.DataCatalogBaseServiceRequest<Google.Apis.DataCatalog.v1beta1.Data.GoogleCloudDatacatalogV1beta1Entry>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In This Article
Back to top Generated by DocFX