GoogleCloudDatacatalogV1beta1SearchCatalogRequest class
Request message for SearchCatalog.
Constructors
- GoogleCloudDatacatalogV1beta1SearchCatalogRequest({String? orderBy, int? pageSize, String? pageToken, String? query, GoogleCloudDatacatalogV1beta1SearchCatalogRequestScope? scope})
- GoogleCloudDatacatalogV1beta1SearchCatalogRequest.fromJson(Map _json)
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 If not specified, defaults torelevance
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