EntryType(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Entry Type is a template for creating Entries.
Attributes |
|
---|---|
Name | Description |
name |
str
Output only. The relative resource name of the EntryType, of the form: projects/{project_number}/locations/{location_id}/entryTypes/{entry_type_id}. |
uid |
str
Output 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.Timestamp
Output only. The time when the EntryType was created. |
update_time |
google.protobuf.timestamp_pb2.Timestamp
Output only. The time when the EntryType was last updated. |
description |
str
Optional. Description of the EntryType. |
display_name |
str
Optional. User friendly display name. |
labels |
MutableMapping[str, str]
Optional. User-defined labels for the EntryType. |
etag |
str
Optional. 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. |
type_aliases |
MutableSequence[str]
Optional. Indicates the class this Entry Type belongs to, for example, TABLE, DATABASE, MODEL. |
platform |
str
Optional. The platform that Entries of this type belongs to. |
system |
str
Optional. 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.Authorization
Immutable. 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 |
dict
Keys 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 |