GoogleCloudDatacatalogV1beta1SearchCatalogRequest class

Request message for SearchCatalog.

Properties

hashCode int
The hash code for this object.
no setterinherited
orderBy String?
Specifies the ordering of results, currently supported case-sensitive choices are: * relevance, only supports descending * last_modified_timestamp [asc|desc], defaults to descending if not specified * default that can only be descending If not specified, defaults to relevance descending.
getter/setter pair
pageSize int?
Number of results in the search page.
getter/setter pair
pageToken String?
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.
getter/setter pair
query String?
The query string in search query syntax.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scope GoogleCloudDatacatalogV1beta1SearchCatalogRequestScope?
The scope of this search request.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited