GoogleCloudDatacatalogV1SearchCatalogRequestScope class

The criteria that select the subspace used for query matching.

Constructors

GoogleCloudDatacatalogV1SearchCatalogRequestScope({bool? includeGcpPublicDatasets, List<String>? includeOrgIds, List<String>? includeProjectIds, bool? includePublicTagTemplates, List<String>? restrictedLocations, bool? starredOnly})
GoogleCloudDatacatalogV1SearchCatalogRequestScope.fromJson(Map json_)

Properties

hashCode int
The hash code for this object.
no setterinherited
includeGcpPublicDatasets bool?
If true, include Google Cloud public datasets in search results.
getter/setter pair
includeOrgIds List<String>?
The list of organization IDs to search within.
getter/setter pair
includeProjectIds List<String>?
The list of project IDs to search within.
getter/setter pair
includePublicTagTemplates bool?
This field is deprecated.
getter/setter pair
restrictedLocations List<String>?
The list of locations to search within.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
starredOnly bool?
If true, search only among starred entries.
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