GoogleCloudDatacatalogV1Entry constructor

GoogleCloudDatacatalogV1Entry({
  1. GoogleCloudDatacatalogV1BigQueryDateShardedSpec? bigqueryDateShardedSpec,
  2. GoogleCloudDatacatalogV1BigQueryTableSpec? bigqueryTableSpec,
  3. GoogleCloudDatacatalogV1BusinessContext? businessContext,
  4. GoogleCloudDatacatalogV1CloudBigtableSystemSpec? cloudBigtableSystemSpec,
  5. GoogleCloudDatacatalogV1DataSource? dataSource,
  6. GoogleCloudDatacatalogV1DataSourceConnectionSpec? dataSourceConnectionSpec,
  7. GoogleCloudDatacatalogV1DatabaseTableSpec? databaseTableSpec,
  8. GoogleCloudDatacatalogV1DatasetSpec? datasetSpec,
  9. String? description,
  10. String? displayName,
  11. GoogleCloudDatacatalogV1FeatureOnlineStoreSpec? featureOnlineStoreSpec,
  12. GoogleCloudDatacatalogV1FilesetSpec? filesetSpec,
  13. String? fullyQualifiedName,
  14. GoogleCloudDatacatalogV1GcsFilesetSpec? gcsFilesetSpec,
  15. String? integratedSystem,
  16. Map<String, String>? labels,
  17. String? linkedResource,
  18. GoogleCloudDatacatalogV1LookerSystemSpec? lookerSystemSpec,
  19. GoogleCloudDatacatalogV1ModelSpec? modelSpec,
  20. String? name,
  21. GoogleCloudDatacatalogV1PersonalDetails? personalDetails,
  22. GoogleCloudDatacatalogV1RoutineSpec? routineSpec,
  23. GoogleCloudDatacatalogV1Schema? schema,
  24. GoogleCloudDatacatalogV1ServiceSpec? serviceSpec,
  25. GoogleCloudDatacatalogV1SystemTimestamps? sourceSystemTimestamps,
  26. GoogleCloudDatacatalogV1SqlDatabaseSystemSpec? sqlDatabaseSystemSpec,
  27. String? type,
  28. GoogleCloudDatacatalogV1UsageSignal? usageSignal,
  29. String? userSpecifiedSystem,
  30. 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,
});