GoogleCloudDatacatalogV1beta1SearchCatalogRequestScope class

The criteria that select the subspace used for query matching.

Constructors

GoogleCloudDatacatalogV1beta1SearchCatalogRequestScope({bool? includeGcpPublicDatasets, List<String>? includeOrgIds, List<String>? includeProjectIds, List<String>? restrictedLocations})
GoogleCloudDatacatalogV1beta1SearchCatalogRequestScope.fromJson(Map _json)

Properties

hashCode int
The hash code for this object.
no setterinherited
includeGcpPublicDatasets bool?
If true, include Google Cloud Platform (GCP) public datasets in the 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
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

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