GoogleCloudDatacatalogV1SearchCatalogRequest class
Request message for SearchCatalog.
Constructors
- GoogleCloudDatacatalogV1SearchCatalogRequest({bool? adminSearch, String? orderBy, int? pageSize, String? pageToken, String? query, GoogleCloudDatacatalogV1SearchCatalogRequestScope? scope})
- GoogleCloudDatacatalogV1SearchCatalogRequest.fromJson(Map json_)
Properties
- adminSearch ↔ bool?
-
If set, use searchAll permission granted on organizations from
include_org_ids
and projects frominclude_project_ids
instead of the fine grained per resource permissions when filtering the search results.getter/setter pair - hashCode → int
-
The hash code for this object.
no setterinherited
- orderBy ↔ String?
-
Specifies the order of results.
getter/setter pair
- pageSize ↔ int?
-
Upper bound on the number of results you can get in a single response.
getter/setter pair
- pageToken ↔ String?
-
Pagination token that, if specified, returns the next page of search
results.
getter/setter pair
- query ↔ String?
-
The query string with a minimum of 3 characters and specific syntax.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- scope ↔ GoogleCloudDatacatalogV1SearchCatalogRequestScope?
-
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