GoogleCloudDatacatalogV1Entry constructor
GoogleCloudDatacatalogV1Entry({
- GoogleCloudDatacatalogV1BigQueryDateShardedSpec? bigqueryDateShardedSpec,
- GoogleCloudDatacatalogV1BigQueryTableSpec? bigqueryTableSpec,
- GoogleCloudDatacatalogV1BusinessContext? businessContext,
- GoogleCloudDatacatalogV1CloudBigtableSystemSpec? cloudBigtableSystemSpec,
- GoogleCloudDatacatalogV1DataSource? dataSource,
- GoogleCloudDatacatalogV1DataSourceConnectionSpec? dataSourceConnectionSpec,
- GoogleCloudDatacatalogV1DatabaseTableSpec? databaseTableSpec,
- GoogleCloudDatacatalogV1DatasetSpec? datasetSpec,
- String? description,
- String? displayName,
- GoogleCloudDatacatalogV1FeatureOnlineStoreSpec? featureOnlineStoreSpec,
- GoogleCloudDatacatalogV1FilesetSpec? filesetSpec,
- String? fullyQualifiedName,
- GoogleCloudDatacatalogV1GcsFilesetSpec? gcsFilesetSpec,
- String? integratedSystem,
- Map<
String, String> ? labels, - String? linkedResource,
- GoogleCloudDatacatalogV1LookerSystemSpec? lookerSystemSpec,
- GoogleCloudDatacatalogV1ModelSpec? modelSpec,
- String? name,
- GoogleCloudDatacatalogV1PersonalDetails? personalDetails,
- GoogleCloudDatacatalogV1RoutineSpec? routineSpec,
- GoogleCloudDatacatalogV1Schema? schema,
- GoogleCloudDatacatalogV1ServiceSpec? serviceSpec,
- GoogleCloudDatacatalogV1SystemTimestamps? sourceSystemTimestamps,
- GoogleCloudDatacatalogV1SqlDatabaseSystemSpec? sqlDatabaseSystemSpec,
- String? type,
- GoogleCloudDatacatalogV1UsageSignal? usageSignal,
- String? userSpecifiedSystem,
- String? userSpecifiedType,
Implementation
GoogleCloudDatacatalogV1Entry({
this.bigqueryDateShardedSpec,
this.bigqueryTableSpec,
this.businessContext,
this.cloudBigtableSystemSpec,
this.dataSource,
this.dataSourceConnectionSpec,
this.databaseTableSpec,
this.datasetSpec,
this.description,
this.displayName,
this.featureOnlineStoreSpec,
this.filesetSpec,
this.fullyQualifiedName,
this.gcsFilesetSpec,
this.integratedSystem,
this.labels,
this.linkedResource,
this.lookerSystemSpec,
this.modelSpec,
this.name,
this.personalDetails,
this.routineSpec,
this.schema,
this.serviceSpec,
this.sourceSystemTimestamps,
this.sqlDatabaseSystemSpec,
this.type,
this.usageSignal,
this.userSpecifiedSystem,
this.userSpecifiedType,
});