public sealed class EntryType : IMessage<EntryType>, IEquatable<EntryType>, IDeepCloneable<EntryType>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Dataplex v1 API class EntryType.
Entry Type is a template for creating Entries.
Implements
IMessageEntryType, IEquatableEntryType, IDeepCloneableEntryType, IBufferMessage, IMessageNamespace
Google.Cloud.Dataplex.V1Assembly
Google.Cloud.Dataplex.V1.dll
Constructors
EntryType()
public EntryType()
EntryType(EntryType)
public EntryType(EntryType other)
Parameter | |
---|---|
Name | Description |
other |
EntryType |
Properties
Authorization
public EntryType.Types.Authorization Authorization { get; set; }
Immutable. Authorization defined for this type.
Property Value | |
---|---|
Type | Description |
EntryTypeTypesAuthorization |
CreateTime
public Timestamp CreateTime { get; set; }
Output only. The time when the EntryType was created.
Property Value | |
---|---|
Type | Description |
Timestamp |
Description
public string Description { get; set; }
Optional. Description of the EntryType.
Property Value | |
---|---|
Type | Description |
string |
DisplayName
public string DisplayName { get; set; }
Optional. User friendly display name.
Property Value | |
---|---|
Type | Description |
string |
EntryTypeName
public EntryTypeName EntryTypeName { get; set; }
EntryTypeName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
EntryTypeName |
Etag
public string Etag { get; set; }
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.
Property Value | |
---|---|
Type | Description |
string |
Labels
public MapField<string, string> Labels { get; }
Optional. User-defined labels for the EntryType.
Property Value | |
---|---|
Type | Description |
MapFieldstringstring |
Name
public string Name { get; set; }
Output only. The relative resource name of the EntryType, of the form: projects/{project_number}/locations/{location_id}/entryTypes/{entry_type_id}.
Property Value | |
---|---|
Type | Description |
string |
Platform
public string Platform { get; set; }
Optional. The platform that Entries of this type belongs to.
Property Value | |
---|---|
Type | Description |
string |
RequiredAspects
public RepeatedField<EntryType.Types.AspectInfo> RequiredAspects { get; }
AspectInfo for the entry type.
Property Value | |
---|---|
Type | Description |
RepeatedFieldEntryTypeTypesAspectInfo |
System
public string System { get; set; }
Optional. The system that Entries of this type belongs to. Examples include CloudSQL, MariaDB etc
Property Value | |
---|---|
Type | Description |
string |
TypeAliases
public RepeatedField<string> TypeAliases { get; }
Optional. Indicates the class this Entry Type belongs to, for example, TABLE, DATABASE, MODEL.
Property Value | |
---|---|
Type | Description |
RepeatedFieldstring |
Uid
public string Uid { get; set; }
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.
Property Value | |
---|---|
Type | Description |
string |
UpdateTime
public Timestamp UpdateTime { get; set; }
Output only. The time when the EntryType was last updated.
Property Value | |
---|---|
Type | Description |
Timestamp |