Represents an Entry.
Package
@google-cloud/datacatalogConstructors
(constructor)(properties)
constructor(properties?: google.cloud.datacatalog.v1.IEntry);
Constructs a new Entry.
Parameter | |
---|---|
Name | Description |
properties |
IEntry
Properties to set |
Properties
bigqueryDateShardedSpec
public bigqueryDateShardedSpec?: (google.cloud.datacatalog.v1.IBigQueryDateShardedSpec|null);
Entry bigqueryDateShardedSpec.
bigqueryTableSpec
public bigqueryTableSpec?: (google.cloud.datacatalog.v1.IBigQueryTableSpec|null);
Entry bigqueryTableSpec.
businessContext
public businessContext?: (google.cloud.datacatalog.v1.IBusinessContext|null);
Entry businessContext.
cloudBigtableSystemSpec
public cloudBigtableSystemSpec?: (google.cloud.datacatalog.v1.ICloudBigtableSystemSpec|null);
Entry cloudBigtableSystemSpec.
databaseTableSpec
public databaseTableSpec?: (google.cloud.datacatalog.v1.IDatabaseTableSpec|null);
Entry databaseTableSpec.
datasetSpec
public datasetSpec?: (google.cloud.datacatalog.v1.IDatasetSpec|null);
Entry datasetSpec.
dataSource
public dataSource?: (google.cloud.datacatalog.v1.IDataSource|null);
Entry dataSource.
dataSourceConnectionSpec
public dataSourceConnectionSpec?: (google.cloud.datacatalog.v1.IDataSourceConnectionSpec|null);
Entry dataSourceConnectionSpec.
description
public description: string;
Entry description.
displayName
public displayName: string;
Entry displayName.
entryType
public entryType?: ("type"|"userSpecifiedType");
Entry entryType.
featureOnlineStoreSpec
public featureOnlineStoreSpec?: (google.cloud.datacatalog.v1.IFeatureOnlineStoreSpec|null);
Entry featureOnlineStoreSpec.
filesetSpec
public filesetSpec?: (google.cloud.datacatalog.v1.IFilesetSpec|null);
Entry filesetSpec.
fullyQualifiedName
public fullyQualifiedName: string;
Entry fullyQualifiedName.
gcsFilesetSpec
public gcsFilesetSpec?: (google.cloud.datacatalog.v1.IGcsFilesetSpec|null);
Entry gcsFilesetSpec.
integratedSystem
public integratedSystem?: (google.cloud.datacatalog.v1.IntegratedSystem|keyof typeof google.cloud.datacatalog.v1.IntegratedSystem|null);
Entry integratedSystem.
labels
public labels: { [k: string]: string };
Entry labels.
linkedResource
public linkedResource: string;
Entry linkedResource.
lookerSystemSpec
public lookerSystemSpec?: (google.cloud.datacatalog.v1.ILookerSystemSpec|null);
Entry lookerSystemSpec.
modelSpec
public modelSpec?: (google.cloud.datacatalog.v1.IModelSpec|null);
Entry modelSpec.
name
public name: string;
Entry name.
personalDetails
public personalDetails?: (google.cloud.datacatalog.v1.IPersonalDetails|null);
Entry personalDetails.
routineSpec
public routineSpec?: (google.cloud.datacatalog.v1.IRoutineSpec|null);
Entry routineSpec.
schema
public schema?: (google.cloud.datacatalog.v1.ISchema|null);
Entry schema.
serviceSpec
public serviceSpec?: (google.cloud.datacatalog.v1.IServiceSpec|null);
Entry serviceSpec.
sourceSystemTimestamps
public sourceSystemTimestamps?: (google.cloud.datacatalog.v1.ISystemTimestamps|null);
Entry sourceSystemTimestamps.
spec
public spec?: ("databaseTableSpec"|"dataSourceConnectionSpec"|"routineSpec"|"datasetSpec"|"filesetSpec"|"serviceSpec"|"modelSpec"|"featureOnlineStoreSpec");
Entry spec.
sqlDatabaseSystemSpec
public sqlDatabaseSystemSpec?: (google.cloud.datacatalog.v1.ISqlDatabaseSystemSpec|null);
Entry sqlDatabaseSystemSpec.
system
public system?: ("integratedSystem"|"userSpecifiedSystem");
Entry system.
systemSpec
public systemSpec?: ("sqlDatabaseSystemSpec"|"lookerSystemSpec"|"cloudBigtableSystemSpec");
Entry systemSpec.
type
public type?: (google.cloud.datacatalog.v1.EntryType|keyof typeof google.cloud.datacatalog.v1.EntryType|null);
Entry type.
typeSpec
public typeSpec?: ("gcsFilesetSpec"|"bigqueryTableSpec"|"bigqueryDateShardedSpec");
Entry typeSpec.
usageSignal
public usageSignal?: (google.cloud.datacatalog.v1.IUsageSignal|null);
Entry usageSignal.
userSpecifiedSystem
public userSpecifiedSystem?: (string|null);
Entry userSpecifiedSystem.
userSpecifiedType
public userSpecifiedType?: (string|null);
Entry userSpecifiedType.
Methods
create(properties)
public static create(properties?: google.cloud.datacatalog.v1.IEntry): google.cloud.datacatalog.v1.Entry;
Creates a new Entry instance using the specified properties.
Parameter | |
---|---|
Name | Description |
properties |
IEntry
Properties to set |
Returns | |
---|---|
Type | Description |
Entry |
Entry instance |
decode(reader, length)
public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.cloud.datacatalog.v1.Entry;
Decodes an Entry message from the specified reader or buffer.
Parameters | |
---|---|
Name | Description |
reader |
(Reader|Uint8Array)
Reader or buffer to decode from |
length |
number
Message length if known beforehand |
Returns | |
---|---|
Type | Description |
Entry |
Entry |
decodeDelimited(reader)
public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.cloud.datacatalog.v1.Entry;
Decodes an Entry message from the specified reader or buffer, length delimited.
Parameter | |
---|---|
Name | Description |
reader |
(Reader|Uint8Array)
Reader or buffer to decode from |
Returns | |
---|---|
Type | Description |
Entry |
Entry |
encode(message, writer)
public static encode(message: google.cloud.datacatalog.v1.IEntry, writer?: $protobuf.Writer): $protobuf.Writer;
Encodes the specified Entry message. Does not implicitly messages.
Parameters | |
---|---|
Name | Description |
message |
IEntry
Entry message or plain object to encode |
writer |
$protobuf.Writer
Writer to encode to |
Returns | |
---|---|
Type | Description |
$protobuf.Writer |
Writer |
encodeDelimited(message, writer)
public static encodeDelimited(message: google.cloud.datacatalog.v1.IEntry, writer?: $protobuf.Writer): $protobuf.Writer;
Encodes the specified Entry message, length delimited. Does not implicitly messages.
Parameters | |
---|---|
Name | Description |
message |
IEntry
Entry message or plain object to encode |
writer |
$protobuf.Writer
Writer to encode to |
Returns | |
---|---|
Type | Description |
$protobuf.Writer |
Writer |
fromObject(object)
public static fromObject(object: { [k: string]: any }): google.cloud.datacatalog.v1.Entry;
Creates an Entry message from a plain object. Also converts values to their respective internal types.
Parameter | |
---|---|
Name | Description |
object |
{ [k: string]: any }
Plain object |
Returns | |
---|---|
Type | Description |
Entry |
Entry |
getTypeUrl(typeUrlPrefix)
public static getTypeUrl(typeUrlPrefix?: string): string;
Gets the default type url for Entry
Parameter | |
---|---|
Name | Description |
typeUrlPrefix |
string
your custom typeUrlPrefix(default "type.googleapis.com") |
Returns | |
---|---|
Type | Description |
string |
The default type url |
toJSON()
public toJSON(): { [k: string]: any };
Converts this Entry to JSON.
Returns | |
---|---|
Type | Description |
{ [k: string]: any } |
JSON object |
toObject(message, options)
public static toObject(message: google.cloud.datacatalog.v1.Entry, options?: $protobuf.IConversionOptions): { [k: string]: any };
Creates a plain object from an Entry message. Also converts values to other types if specified.
Parameters | |
---|---|
Name | Description |
message |
Entry
Entry |
options |
$protobuf.IConversionOptions
Conversion options |
Returns | |
---|---|
Type | Description |
{ [k: string]: any } |
Plain object |
verify(message)
public static verify(message: { [k: string]: any }): (string|null);
Verifies an Entry message.
Parameter | |
---|---|
Name | Description |
message |
{ [k: string]: any }
Plain object to verify |
Returns | |
---|---|
Type | Description |
(string|null) |
|