GoogleCloudDataplexV1Entity class

Represents tables and fileset metadata contained within a zone.

Constructors

GoogleCloudDataplexV1Entity({GoogleCloudDataplexV1StorageAccess? access, String? asset, String? catalogEntry, GoogleCloudDataplexV1EntityCompatibilityStatus? compatibility, String? createTime, String? dataPath, String? dataPathPattern, String? description, String? displayName, String? etag, GoogleCloudDataplexV1StorageFormat? format, String? id, String? name, GoogleCloudDataplexV1Schema? schema, String? system, String? type, String? uid, String? updateTime})
GoogleCloudDataplexV1Entity.fromJson(Map json_)

Properties

access GoogleCloudDataplexV1StorageAccess?
Identifies the access mechanism to the entity.
getter/setter pair
asset String?
The ID of the asset associated with the storage location containing the entity data.
getter/setter pair
catalogEntry String?
The name of the associated Data Catalog entry.
getter/setter pair
compatibility GoogleCloudDataplexV1EntityCompatibilityStatus?
Metadata stores that the entity is compatible with.
getter/setter pair
createTime String?
The time when the entity was created.
getter/setter pair
dataPath String?
The storage path of the entity data.
getter/setter pair
dataPathPattern String?
The set of items within the data path constituting the data in the entity, represented as a glob path.
getter/setter pair
description String?
User friendly longer description text.
getter/setter pair
displayName String?
Display name must be shorter than or equal to 256 characters.
getter/setter pair
etag String?
The etag associated with the entity, which can be retrieved with a GetEntity request.
getter/setter pair
format GoogleCloudDataplexV1StorageFormat?
Identifies the storage format of the entity data.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id String?
A user-provided entity ID.
getter/setter pair
name String?
The resource name of the entity, of the form: projects/{project_number}/locations/{location_id}/lakes/{lake_id}/zones/{zone_id}/entities/{id}.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
schema GoogleCloudDataplexV1Schema?
The description of the data structure and layout.
getter/setter pair
system String?
Identifies the storage system of the entity data.
getter/setter pair
type String?
The type of entity.
getter/setter pair
uid String?
System generated unique ID for the Entity.
getter/setter pair
updateTime String?
The time when the entity was last updated.
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