@maxim_mazurok/gapi.client.datacatalog-v1beta1 0.0.20250528 → 0.0.20250609
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.d.ts +8 -8
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
// This file was generated by https://github.com/Maxim-Mazurok/google-api-typings-generator. Please do not edit it manually.
|
|
10
10
|
// In case of any problems please post issue to https://github.com/Maxim-Mazurok/google-api-typings-generator
|
|
11
11
|
// Generated from: https://datacatalog.googleapis.com/$discovery/rest?version=v1beta1
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20250609
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -507,7 +507,7 @@ declare namespace gapi.client {
|
|
|
507
507
|
interface GoogleCloudDatacatalogV1DatabaseTableSpec {
|
|
508
508
|
/** Spec what applies to tables that are actually views. Not set for "real" tables. */
|
|
509
509
|
databaseViewSpec?: GoogleCloudDatacatalogV1DatabaseTableSpecDatabaseViewSpec;
|
|
510
|
-
/** Output only. Fields specific to a Dataplex table and present only in the Dataplex table entries. */
|
|
510
|
+
/** Output only. Fields specific to a Dataplex Universal Catalog table and present only in the Dataplex Universal Catalog table entries. */
|
|
511
511
|
dataplexTable?: GoogleCloudDatacatalogV1DataplexTableSpec;
|
|
512
512
|
/** Type of this table. */
|
|
513
513
|
type?: string;
|
|
@@ -531,23 +531,23 @@ declare namespace gapi.client {
|
|
|
531
531
|
system?: string;
|
|
532
532
|
}
|
|
533
533
|
interface GoogleCloudDatacatalogV1DataplexFilesetSpec {
|
|
534
|
-
/** Common Dataplex fields. */
|
|
534
|
+
/** Common Dataplex Universal Catalog fields. */
|
|
535
535
|
dataplexSpec?: GoogleCloudDatacatalogV1DataplexSpec;
|
|
536
536
|
}
|
|
537
537
|
interface GoogleCloudDatacatalogV1DataplexSpec {
|
|
538
|
-
/** Fully qualified resource name of an asset in Dataplex, to which the underlying data source (Cloud Storage bucket or BigQuery dataset) of the entity is attached. */
|
|
538
|
+
/** Fully qualified resource name of an asset in Dataplex Universal Catalog, to which the underlying data source (Cloud Storage bucket or BigQuery dataset) of the entity is attached. */
|
|
539
539
|
asset?: string;
|
|
540
540
|
/** Compression format of the data, e.g., zip, gzip etc. */
|
|
541
541
|
compressionFormat?: string;
|
|
542
542
|
/** Format of the data. */
|
|
543
543
|
dataFormat?: GoogleCloudDatacatalogV1PhysicalSchema;
|
|
544
|
-
/** Project ID of the underlying Cloud Storage or BigQuery data. Note that this may not be the same project as the
|
|
544
|
+
/** Project ID of the underlying Cloud Storage or BigQuery data. Note that this may not be the same project as the corresponding Dataplex Universal Catalog lake / zone / asset. */
|
|
545
545
|
projectId?: string;
|
|
546
546
|
}
|
|
547
547
|
interface GoogleCloudDatacatalogV1DataplexTableSpec {
|
|
548
|
-
/** Common Dataplex fields. */
|
|
548
|
+
/** Common Dataplex Universal Catalog fields. */
|
|
549
549
|
dataplexSpec?: GoogleCloudDatacatalogV1DataplexSpec;
|
|
550
|
-
/** List of external tables registered by Dataplex in other systems based on the same underlying data. External tables allow to query this data in those systems. */
|
|
550
|
+
/** List of external tables registered by Dataplex Universal Catalog in other systems based on the same underlying data. External tables allow to query this data in those systems. */
|
|
551
551
|
externalTables?: GoogleCloudDatacatalogV1DataplexExternalTable[];
|
|
552
552
|
/** Indicates if the table schema is managed by the user or not. */
|
|
553
553
|
userManaged?: boolean;
|
|
@@ -645,7 +645,7 @@ declare namespace gapi.client {
|
|
|
645
645
|
storageType?: string;
|
|
646
646
|
}
|
|
647
647
|
interface GoogleCloudDatacatalogV1FilesetSpec {
|
|
648
|
-
/** Fields specific to a Dataplex fileset and present only in the Dataplex fileset entries. */
|
|
648
|
+
/** Fields specific to a Dataplex Universal Catalog fileset and present only in the Dataplex Universal Catalog fileset entries. */
|
|
649
649
|
dataplexFileset?: GoogleCloudDatacatalogV1DataplexFilesetSpec;
|
|
650
650
|
}
|
|
651
651
|
interface GoogleCloudDatacatalogV1GcsFilesetSpec {
|