Interface protos.google.cloud.datacatalog.v1beta1.IEntry

Properties of an Entry.

Package

@google-cloud/datacatalog!

Properties

bigqueryDateShardedSpec

bigqueryDateShardedSpec?: (google.cloud.datacatalog.v1beta1.IBigQueryDateShardedSpec|null);

Entry bigqueryDateShardedSpec

Property Value
TypeDescription
(google.cloud.datacatalog.v1beta1.IBigQueryDateShardedSpec|null)

bigqueryTableSpec

bigqueryTableSpec?: (google.cloud.datacatalog.v1beta1.IBigQueryTableSpec|null);

Entry bigqueryTableSpec

Property Value
TypeDescription
(google.cloud.datacatalog.v1beta1.IBigQueryTableSpec|null)

description

description?: (string|null);

Entry description

Property Value
TypeDescription
(string|null)

displayName

displayName?: (string|null);

Entry displayName

Property Value
TypeDescription
(string|null)

gcsFilesetSpec

gcsFilesetSpec?: (google.cloud.datacatalog.v1beta1.IGcsFilesetSpec|null);

Entry gcsFilesetSpec

Property Value
TypeDescription
(google.cloud.datacatalog.v1beta1.IGcsFilesetSpec|null)

integratedSystem

integratedSystem?: (google.cloud.datacatalog.v1beta1.IntegratedSystem|keyof typeof google.cloud.datacatalog.v1beta1.IntegratedSystem|null);

Entry integratedSystem

Property Value
TypeDescription
(google.cloud.datacatalog.v1beta1.IntegratedSystem|keyof typeof google.cloud.datacatalog.v1beta1.IntegratedSystem|null)

linkedResource

linkedResource?: (string|null);

Entry linkedResource

Property Value
TypeDescription
(string|null)

name

name?: (string|null);

Entry name

Property Value
TypeDescription
(string|null)

schema

schema?: (google.cloud.datacatalog.v1beta1.ISchema|null);

Entry schema

Property Value
TypeDescription
(google.cloud.datacatalog.v1beta1.ISchema|null)

sourceSystemTimestamps

sourceSystemTimestamps?: (google.cloud.datacatalog.v1beta1.ISystemTimestamps|null);

Entry sourceSystemTimestamps

Property Value
TypeDescription
(google.cloud.datacatalog.v1beta1.ISystemTimestamps|null)

type

type?: (google.cloud.datacatalog.v1beta1.EntryType|keyof typeof google.cloud.datacatalog.v1beta1.EntryType|null);

Entry type

Property Value
TypeDescription
(google.cloud.datacatalog.v1beta1.EntryType|keyof typeof google.cloud.datacatalog.v1beta1.EntryType|null)

userSpecifiedSystem

userSpecifiedSystem?: (string|null);

Entry userSpecifiedSystem

Property Value
TypeDescription
(string|null)

userSpecifiedType

userSpecifiedType?: (string|null);

Entry userSpecifiedType

Property Value
TypeDescription
(string|null)