EntryType(mapping=None, *, ignore_unknown_fields=False, **kwargs)Entry Type is a template for creating Entries.
| Attributes | |
|---|---|
| Name | Description | 
| name | strOutput only. The relative resource name of the EntryType, of the form: projects/{project_number}/locations/{location_id}/entryTypes/{entry_type_id}. | 
| uid | strOutput only. System generated globally unique ID for the EntryType. This ID will be different if the EntryType is deleted and re-created with the same name. | 
| create_time | google.protobuf.timestamp_pb2.TimestampOutput only. The time when the EntryType was created. | 
| update_time | google.protobuf.timestamp_pb2.TimestampOutput only. The time when the EntryType was last updated. | 
| description | strOptional. Description of the EntryType. | 
| display_name | strOptional. User friendly display name. | 
| labels | MutableMapping[str, str]Optional. User-defined labels for the EntryType. | 
| etag | strOptional. This checksum is computed by the service, and might be sent on update and delete requests to ensure the client has an up-to-date value before proceeding. | 
| type_aliases | MutableSequence[str]Optional. Indicates the classes this Entry Type belongs to, for example, TABLE, DATABASE, MODEL. | 
| platform | strOptional. The platform that Entries of this type belongs to. | 
| system | strOptional. The system that Entries of this type belongs to. Examples include CloudSQL, MariaDB etc | 
| required_aspects | MutableSequence[google.cloud.dataplex_v1.types.EntryType.AspectInfo]AspectInfo for the entry type. | 
| authorization | google.cloud.dataplex_v1.types.EntryType.AuthorizationImmutable. Authorization defined for this type. | 
Classes
AspectInfo
AspectInfo(mapping=None, *, ignore_unknown_fields=False, **kwargs)Authorization
Authorization(mapping=None, *, ignore_unknown_fields=False, **kwargs)Authorization for an Entry Type.
LabelsEntry
LabelsEntry(mapping=None, *, ignore_unknown_fields=False, **kwargs)The abstract base class for a message.
| Parameters | |
|---|---|
| Name | Description | 
| kwargs | dictKeys and values corresponding to the fields of the message. | 
| mapping | Union[dict, A dictionary or message to be used to determine the values for this message. | 
| ignore_unknown_fields | Optional(bool)If True, do not raise errors for unknown fields. Only applied if  |