Class CatalogResource.SearchRequest
Searches Data Catalog for multiple resources like entries, tags that match a query. This is a custom method
(https://cloud.google.com/apis/design/custom_methods) and does not return the complete resource, only the
resource identifier and high level fields. Clients can subsequently call Get
methods. Note that Data
Catalog search queries do not guarantee full recall. Query results that match your query may not be
returned, even in subsequent result pages. Also note that results returned (and not returned) can vary
across repeated search queries. See Data Catalog Search
Syntax for more information.
Inheritance
Implements
Inherited Members
Namespace: Google.Apis.DataCatalog.v1beta1
Assembly: Google.Apis.DataCatalog.v1beta1.dll
Syntax
public class CatalogResource.SearchRequest : DataCatalogBaseServiceRequest<GoogleCloudDatacatalogV1beta1SearchCatalogResponse>, IClientServiceRequest<GoogleCloudDatacatalogV1beta1SearchCatalogResponse>, IClientServiceRequest
Constructors
SearchRequest(IClientService, GoogleCloudDatacatalogV1beta1SearchCatalogRequest)
Constructs a new Search request.
Declaration
public SearchRequest(IClientService service, GoogleCloudDatacatalogV1beta1SearchCatalogRequest body)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
GoogleCloudDatacatalogV1beta1SearchCatalogRequest | body |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
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
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
Type | Description |
---|---|
object |
Overrides
InitParameters()
Initializes Search parameter list.
Declaration
protected override void InitParameters()