GoogleCloudDataplexV1DataAsset class

Represents a data asset resource that can be packaged and shared via a data product.

Constructors

GoogleCloudDataplexV1DataAsset({Map<String, GoogleCloudDataplexV1DataAssetAccessGroupConfig>? accessGroupConfigs, String? createTime, String? etag, Map<String, String>? labels, String? name, String? resource, String? uid, String? updateTime})
GoogleCloudDataplexV1DataAsset.fromJson(Map json_)

Properties

accessGroupConfigs Map<String, GoogleCloudDataplexV1DataAssetAccessGroupConfig>?
Access groups configurations for this data asset.The key is DataProduct.AccessGroup.id and the value is AccessGroupConfig.Example: { "analyst": { "iamRoles": ["roles/bigquery.dataViewer"] } } Currently, at most one IAM role is allowed per access group.
getter/setter pair
createTime String?
The time at which the data asset was created.
getter/setter pair
etag String?
This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
labels Map<String, String>?
User-defined labels for the data asset.Example: { "environment": "production", "billing": "marketing-department" }
getter/setter pair
name String?
Identifier.
getter/setter pair
resource String?
Full resource name of the cloud resource represented by the data asset.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
uid String?
System generated globally unique ID for the data asset.
getter/setter pair
updateTime String?
The time at which the data asset 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