GoogleCloudDatacatalogV1beta1Entry constructor
GoogleCloudDatacatalogV1beta1Entry({
- GoogleCloudDatacatalogV1beta1BigQueryDateShardedSpec? bigqueryDateShardedSpec,
- GoogleCloudDatacatalogV1beta1BigQueryTableSpec? bigqueryTableSpec,
- String? description,
- String? displayName,
- GoogleCloudDatacatalogV1beta1GcsFilesetSpec? gcsFilesetSpec,
- String? integratedSystem,
- String? linkedResource,
- String? name,
- GoogleCloudDatacatalogV1beta1Schema? schema,
- GoogleCloudDatacatalogV1beta1SystemTimestamps? sourceSystemTimestamps,
- String? type,
- GoogleCloudDatacatalogV1beta1UsageSignal? usageSignal,
- String? userSpecifiedSystem,
- String? userSpecifiedType,
Implementation
GoogleCloudDatacatalogV1beta1Entry({
this.bigqueryDateShardedSpec,
this.bigqueryTableSpec,
this.description,
this.displayName,
this.gcsFilesetSpec,
this.integratedSystem,
this.linkedResource,
this.name,
this.schema,
this.sourceSystemTimestamps,
this.type,
this.usageSignal,
this.userSpecifiedSystem,
this.userSpecifiedType,
});