Class CatalogResource
The "catalog" collection of methods.
Inherited Members
Namespace: Google.Apis.DataCatalog.v1beta1
Assembly: Google.Apis.DataCatalog.v1beta1.dll
Syntax
public class CatalogResource
Constructors
CatalogResource(IClientService)
Constructs a new resource.
Declaration
public CatalogResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Methods
Search(GoogleCloudDatacatalogV1beta1SearchCatalogRequest)
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.
Declaration
public virtual CatalogResource.SearchRequest Search(GoogleCloudDatacatalogV1beta1SearchCatalogRequest body)
Parameters
Type | Name | Description |
---|---|---|
GoogleCloudDatacatalogV1beta1SearchCatalogRequest | body | The body of the request. |
Returns
Type | Description |
---|---|
CatalogResource.SearchRequest |