Show / Hide Table of Contents

Class GoogleCloudDataplexV1EntryType

Entry Type is a template for creating Entries.

Inheritance
object
GoogleCloudDataplexV1EntryType
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudDataplex.v1.Data
Assembly: Google.Apis.CloudDataplex.v1.dll
Syntax
public class GoogleCloudDataplexV1EntryType : IDirectResponseSchema

Properties

Authorization

Immutable. Authorization defined for this type.

Declaration
[JsonProperty("authorization")]
public virtual GoogleCloudDataplexV1EntryTypeAuthorization Authorization { get; set; }
Property Value
Type Description
GoogleCloudDataplexV1EntryTypeAuthorization

CreateTime

object representation of CreateTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use CreateTimeDateTimeOffset instead.")]
public virtual object CreateTime { get; set; }
Property Value
Type Description
object

CreateTimeDateTimeOffset

DateTimeOffset representation of CreateTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? CreateTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

CreateTimeRaw

Output only. The time when the EntryType was created.

Declaration
[JsonProperty("createTime")]
public virtual string CreateTimeRaw { get; set; }
Property Value
Type Description
string

Description

Optional. Description of the EntryType.

Declaration
[JsonProperty("description")]
public virtual string Description { get; set; }
Property Value
Type Description
string

DisplayName

Optional. User friendly display name.

Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { get; set; }
Property Value
Type Description
string

ETag

Optional. 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.

Declaration
[JsonProperty("etag")]
public virtual string ETag { get; set; }
Property Value
Type Description
string

Labels

Optional. User-defined labels for the EntryType.

Declaration
[JsonProperty("labels")]
public virtual IDictionary<string, string> Labels { get; set; }
Property Value
Type Description
IDictionary<string, string>

Name

Output only. The relative resource name of the EntryType, of the form: projects/{project_number}/locations/{location_id}/entryTypes/{entry_type_id}.

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
string

Platform

Optional. The platform that Entries of this type belongs to.

Declaration
[JsonProperty("platform")]
public virtual string Platform { get; set; }
Property Value
Type Description
string

RequiredAspects

AspectInfo for the entry type.

Declaration
[JsonProperty("requiredAspects")]
public virtual IList<GoogleCloudDataplexV1EntryTypeAspectInfo> RequiredAspects { get; set; }
Property Value
Type Description
IList<GoogleCloudDataplexV1EntryTypeAspectInfo>

System

Optional. The system that Entries of this type belongs to. Examples include CloudSQL, MariaDB etc

Declaration
[JsonProperty("system")]
public virtual string System { get; set; }
Property Value
Type Description
string

TypeAliases

Optional. Indicates the classes this Entry Type belongs to, for example, TABLE, DATABASE, MODEL.

Declaration
[JsonProperty("typeAliases")]
public virtual IList<string> TypeAliases { get; set; }
Property Value
Type Description
IList<string>

Uid

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.

Declaration
[JsonProperty("uid")]
public virtual string Uid { get; set; }
Property Value
Type Description
string

UpdateTime

object representation of UpdateTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use UpdateTimeDateTimeOffset instead.")]
public virtual object UpdateTime { get; set; }
Property Value
Type Description
object

UpdateTimeDateTimeOffset

DateTimeOffset representation of UpdateTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? UpdateTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

UpdateTimeRaw

Output only. The time when the EntryType was last updated.

Declaration
[JsonProperty("updateTime")]
public virtual string UpdateTimeRaw { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX