GoogleCloudDatacatalogV1SearchCatalogResult class

Result in the response to a search request.

Each result captures details of one entry that matches the search.

Constructors

GoogleCloudDatacatalogV1SearchCatalogResult({String? description, String? displayName, String? fullyQualifiedName, String? integratedSystem, String? linkedResource, String? modifyTime, String? relativeResourceName, String? searchResultSubtype, String? searchResultType, String? userSpecifiedSystem})
GoogleCloudDatacatalogV1SearchCatalogResult.fromJson(Map json_)

Properties

description String?
Entry description that can consist of several sentences or paragraphs that describe entry contents.
getter/setter pair
displayName String?
The display name of the result.
getter/setter pair
fullyQualifiedName String?
Fully qualified name (FQN) of the resource.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
integratedSystem String?
The source system that Data Catalog automatically integrates with, such as BigQuery, Cloud Pub/Sub, or Dataproc Metastore.
getter/setter pair
linkedResource String?
The full name of the Google Cloud resource the entry belongs to.
getter/setter pair
modifyTime String?
The last modification timestamp of the entry in the source system.
getter/setter pair
relativeResourceName String?
The relative name of the resource in URL format.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
searchResultSubtype String?
Sub-type of the search result.
getter/setter pair
searchResultType String?
Type of the search result.
getter/setter pair
userSpecifiedSystem String?
Custom source system that you can manually integrate Data Catalog with.
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