GoogleCloudDataplexV1EntryType class
Entry Type is a template for creating Entries.
Constructors
-
GoogleCloudDataplexV1EntryType({GoogleCloudDataplexV1EntryTypeAuthorization? authorization, String? createTime, String? description, String? displayName, String? etag, Map<
String, String> ? labels, String? name, String? platform, List<GoogleCloudDataplexV1EntryTypeAspectInfo> ? requiredAspects, String? system, List<String> ? typeAliases, String? uid, String? updateTime}) - GoogleCloudDataplexV1EntryType.fromJson(Map json_)
Properties
-
Authorization defined for this type.
getter/setter pair
- createTime ↔ String?
-
The time when the EntryType was created.
getter/setter pair
- description ↔ String?
-
Description of the EntryType.
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 EntryType.
getter/setter pair
- name ↔ String?
-
The relative resource name of the EntryType, of the form:
projects/{project_number}/locations/{location_id}/entryTypes/{entry_type_id}.
getter/setter pair
- platform ↔ String?
-
The platform that Entries of this type belongs to.
getter/setter pair
-
requiredAspects
↔ List<
GoogleCloudDataplexV1EntryTypeAspectInfo> ? -
AspectInfo for the entry type.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- system ↔ String?
-
The system that Entries of this type belongs to.
getter/setter pair
-
typeAliases
↔ List<
String> ? -
Indicates the class this Entry Type belongs to, for example, TABLE,
DATABASE, MODEL.
getter/setter pair
- uid ↔ String?
-
System generated globally unique ID for the EntryType.
getter/setter pair
- updateTime ↔ String?
-
The time when the EntryType 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