GoogleCloudDataplexV1AspectType class
Aspect Type is a template for creating Aspects, and represents the JSON-schema for a given Entry, e.g., BigQuery Table Schema.
Constructors
-
GoogleCloudDataplexV1AspectType({GoogleCloudDataplexV1AspectTypeAuthorization? authorization, String? createTime, String? description, String? displayName, String? etag, Map<
String, String> ? labels, GoogleCloudDataplexV1AspectTypeMetadataTemplate? metadataTemplate, String? name, String? transferStatus, String? uid, String? updateTime}) - GoogleCloudDataplexV1AspectType.fromJson(Map json_)
Properties
-
Authorization defined for this type.
getter/setter pair
- createTime ↔ String?
-
The time when the AspectType was created.
getter/setter pair
- description ↔ String?
-
Description of the AspectType.
getter/setter pair
- displayName ↔ String?
-
User friendly display name.
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 AspectType.
getter/setter pair
- metadataTemplate ↔ GoogleCloudDataplexV1AspectTypeMetadataTemplate?
-
MetadataTemplate of the aspect.
getter/setter pair
- name ↔ String?
-
The relative resource name of the AspectType, of the form:
projects/{project_number}/locations/{location_id}/aspectTypes/{aspect_type_id}.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- transferStatus ↔ String?
-
Denotes the transfer status of the Aspect Type.
getter/setter pair
- uid ↔ String?
-
System generated globally unique ID for the AspectType.
getter/setter pair
- updateTime ↔ String?
-
The time when the AspectType 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