Reference documentation and code samples for the Google Cloud Data Catalog V1BETA1 API class Google::Cloud::DataCatalog::V1beta1::SearchCatalogRequest.
Request message for SearchCatalog.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#order_by
def order_by() -> ::String
-
(::String) — Specifies the ordering of results, currently supported case-sensitive
choices are:
relevance
, only supports descendinglast_modified_timestamp [asc|desc]
, defaults to descending if not specifieddefault
that can only be descending
If not specified, defaults to
relevance
descending.
#order_by=
def order_by=(value) -> ::String
-
value (::String) — Specifies the ordering of results, currently supported case-sensitive
choices are:
relevance
, only supports descendinglast_modified_timestamp [asc|desc]
, defaults to descending if not specifieddefault
that can only be descending
If not specified, defaults to
relevance
descending.
-
(::String) — Specifies the ordering of results, currently supported case-sensitive
choices are:
relevance
, only supports descendinglast_modified_timestamp [asc|desc]
, defaults to descending if not specifieddefault
that can only be descending
If not specified, defaults to
relevance
descending.
#page_size
def page_size() -> ::Integer
- (::Integer) — Number of results in the search page. If <=0 then defaults to 10. Max limit for page_size is 1000. Throws an invalid argument for page_size > 1000.
#page_size=
def page_size=(value) -> ::Integer
- value (::Integer) — Number of results in the search page. If <=0 then defaults to 10. Max limit for page_size is 1000. Throws an invalid argument for page_size > 1000.
- (::Integer) — Number of results in the search page. If <=0 then defaults to 10. Max limit for page_size is 1000. Throws an invalid argument for page_size > 1000.
#page_token
def page_token() -> ::String
- (::String) — Optional. Pagination token returned in an earlier SearchCatalogResponse.next_page_token, which indicates that this is a continuation of a prior SearchCatalogRequest call, and that the system should return the next page of data. If empty, the first page is returned.
#page_token=
def page_token=(value) -> ::String
- value (::String) — Optional. Pagination token returned in an earlier SearchCatalogResponse.next_page_token, which indicates that this is a continuation of a prior SearchCatalogRequest call, and that the system should return the next page of data. If empty, the first page is returned.
- (::String) — Optional. Pagination token returned in an earlier SearchCatalogResponse.next_page_token, which indicates that this is a continuation of a prior SearchCatalogRequest call, and that the system should return the next page of data. If empty, the first page is returned.
#query
def query() -> ::String
-
(::String) — Optional. The query string in search query syntax. An empty query string
will result in all data assets (in the specified scope) that the user has
access to. Query strings can be simple as "x" or more qualified as:
- name:x
- column:x
- description:y
Note: Query tokens need to have a minimum of 3 characters for substring matching to work correctly. See Data Catalog Search Syntax for more information.
#query=
def query=(value) -> ::String
-
value (::String) — Optional. The query string in search query syntax. An empty query string
will result in all data assets (in the specified scope) that the user has
access to. Query strings can be simple as "x" or more qualified as:
- name:x
- column:x
- description:y
Note: Query tokens need to have a minimum of 3 characters for substring matching to work correctly. See Data Catalog Search Syntax for more information.
-
(::String) — Optional. The query string in search query syntax. An empty query string
will result in all data assets (in the specified scope) that the user has
access to. Query strings can be simple as "x" or more qualified as:
- name:x
- column:x
- description:y
Note: Query tokens need to have a minimum of 3 characters for substring matching to work correctly. See Data Catalog Search Syntax for more information.
#scope
def scope() -> ::Google::Cloud::DataCatalog::V1beta1::SearchCatalogRequest::Scope
-
(::Google::Cloud::DataCatalog::V1beta1::SearchCatalogRequest::Scope) — Required. The scope of this search request. A
scope
that has emptyinclude_org_ids
,include_project_ids
AND falseinclude_gcp_public_datasets
is considered invalid. Data Catalog will return an error in such a case.
#scope=
def scope=(value) -> ::Google::Cloud::DataCatalog::V1beta1::SearchCatalogRequest::Scope
-
value (::Google::Cloud::DataCatalog::V1beta1::SearchCatalogRequest::Scope) — Required. The scope of this search request. A
scope
that has emptyinclude_org_ids
,include_project_ids
AND falseinclude_gcp_public_datasets
is considered invalid. Data Catalog will return an error in such a case.
-
(::Google::Cloud::DataCatalog::V1beta1::SearchCatalogRequest::Scope) — Required. The scope of this search request. A
scope
that has emptyinclude_org_ids
,include_project_ids
AND falseinclude_gcp_public_datasets
is considered invalid. Data Catalog will return an error in such a case.