Liking cljdoc? Tell your friends :D
Clojure only.

happygapi.datacatalog.catalog

Google Cloud Data Catalog API: catalog. A fully managed and highly scalable data discovery and metadata management service.

See: https://cloud.google.com/data-catalog/docs/api/reference/rest/v1beta1/catalog

Google Cloud Data Catalog API: catalog.
A fully managed and highly scalable data discovery and metadata management service.

See: https://cloud.google.com/data-catalog/docs/api/reference/rest/v1beta1/catalog
raw docstring

search$clj

(search$ auth parameters body)

https://cloud.google.com/data-catalog/docs/api/reference/rest/v1beta1/catalog/search

Required parameters: none

Optional parameters: none

Body:

{:scope {:includeGcpPublicDatasets boolean, :includeProjectIds [string], :includeOrgIds [string]}, :pageToken string, :orderBy string, :pageSize integer, :query string}

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 subsequentally 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.

https://cloud.google.com/data-catalog/docs/api/reference/rest/v1beta1/catalog/search

Required parameters: none

Optional parameters: none

Body: 

{:scope {:includeGcpPublicDatasets boolean,
         :includeProjectIds [string],
         :includeOrgIds [string]},
 :pageToken string,
 :orderBy string,
 :pageSize integer,
 :query string}

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 subsequentally 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](/data-catalog/docs/how-to/search-reference) for more information.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close