Show / Hide Table of Contents

Class CatalogResource.SearchRequest

Searches Data Catalog for multiple resources like entries and tags that match a query. This is a [Custom Method] (https://cloud.google.com/apis/design/custom_methods) that doesn't return all information on a resource, only its ID and high level fields. To get more information, you can subsequently call specific get methods. Note: Data Catalog search queries don't guarantee full recall. Results that match your query might not be returned, even in subsequent result pages. Additionally, returned (and not returned) results can vary if you repeat search queries. For more information, see [Data Catalog search syntax] (https://cloud.google.com/data-catalog/docs/how-to/search-reference).

Inheritance
object
ClientServiceRequest
ClientServiceRequest<GoogleCloudDatacatalogV1SearchCatalogResponse>
DataCatalogBaseServiceRequest<GoogleCloudDatacatalogV1SearchCatalogResponse>
CatalogResource.SearchRequest
Implements
IClientServiceRequest<GoogleCloudDatacatalogV1SearchCatalogResponse>
IClientServiceRequest
Inherited Members
DataCatalogBaseServiceRequest<GoogleCloudDatacatalogV1SearchCatalogResponse>.Xgafv
DataCatalogBaseServiceRequest<GoogleCloudDatacatalogV1SearchCatalogResponse>.AccessToken
DataCatalogBaseServiceRequest<GoogleCloudDatacatalogV1SearchCatalogResponse>.Alt
DataCatalogBaseServiceRequest<GoogleCloudDatacatalogV1SearchCatalogResponse>.Callback
DataCatalogBaseServiceRequest<GoogleCloudDatacatalogV1SearchCatalogResponse>.Fields
DataCatalogBaseServiceRequest<GoogleCloudDatacatalogV1SearchCatalogResponse>.Key
DataCatalogBaseServiceRequest<GoogleCloudDatacatalogV1SearchCatalogResponse>.OauthToken
DataCatalogBaseServiceRequest<GoogleCloudDatacatalogV1SearchCatalogResponse>.PrettyPrint
DataCatalogBaseServiceRequest<GoogleCloudDatacatalogV1SearchCatalogResponse>.QuotaUser
DataCatalogBaseServiceRequest<GoogleCloudDatacatalogV1SearchCatalogResponse>.UploadType
DataCatalogBaseServiceRequest<GoogleCloudDatacatalogV1SearchCatalogResponse>.UploadProtocol
ClientServiceRequest<GoogleCloudDatacatalogV1SearchCatalogResponse>.Execute()
ClientServiceRequest<GoogleCloudDatacatalogV1SearchCatalogResponse>.ExecuteAsStream()
ClientServiceRequest<GoogleCloudDatacatalogV1SearchCatalogResponse>.ExecuteAsync()
ClientServiceRequest<GoogleCloudDatacatalogV1SearchCatalogResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<GoogleCloudDatacatalogV1SearchCatalogResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<GoogleCloudDatacatalogV1SearchCatalogResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<GoogleCloudDatacatalogV1SearchCatalogResponse>.CreateRequest(bool?)
ClientServiceRequest<GoogleCloudDatacatalogV1SearchCatalogResponse>.GenerateRequestUri()
ClientServiceRequest<GoogleCloudDatacatalogV1SearchCatalogResponse>.GetDefaultETagAction(string)
ClientServiceRequest<GoogleCloudDatacatalogV1SearchCatalogResponse>.ETagAction
ClientServiceRequest<GoogleCloudDatacatalogV1SearchCatalogResponse>.ModifyRequest
ClientServiceRequest<GoogleCloudDatacatalogV1SearchCatalogResponse>.ValidateParameters
ClientServiceRequest<GoogleCloudDatacatalogV1SearchCatalogResponse>.ApiVersion
ClientServiceRequest<GoogleCloudDatacatalogV1SearchCatalogResponse>.RequestParameters
ClientServiceRequest<GoogleCloudDatacatalogV1SearchCatalogResponse>.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.v1
Assembly: Google.Apis.DataCatalog.v1.dll
Syntax
public class CatalogResource.SearchRequest : DataCatalogBaseServiceRequest<GoogleCloudDatacatalogV1SearchCatalogResponse>, IClientServiceRequest<GoogleCloudDatacatalogV1SearchCatalogResponse>, IClientServiceRequest

Constructors

SearchRequest(IClientService, GoogleCloudDatacatalogV1SearchCatalogRequest)

Constructs a new Search request.

Declaration
public SearchRequest(IClientService service, GoogleCloudDatacatalogV1SearchCatalogRequest body)
Parameters
Type Name Description
IClientService service
GoogleCloudDatacatalogV1SearchCatalogRequest body

Properties

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<GoogleCloudDatacatalogV1SearchCatalogResponse>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<GoogleCloudDatacatalogV1SearchCatalogResponse>.MethodName

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<GoogleCloudDatacatalogV1SearchCatalogResponse>.RestPath

Methods

GetBody()

Returns the body of the request.

Declaration
protected override object GetBody()
Returns
Type Description
object
Overrides
ClientServiceRequest<GoogleCloudDatacatalogV1SearchCatalogResponse>.GetBody()

InitParameters()

Initializes Search parameter list.

Declaration
protected override void InitParameters()
Overrides
DataCatalogBaseServiceRequest<GoogleCloudDatacatalogV1SearchCatalogResponse>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In this article
Back to top Generated by DocFX