@maxim_mazurok/gapi.client.datacatalog-v1beta1 0.0.20241016 → 0.0.20241029
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 +3 -1
- 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: 20241029
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -800,6 +800,8 @@ declare namespace gapi.client {
|
|
|
800
800
|
interface GoogleCloudDatacatalogV1Tag {
|
|
801
801
|
/** Resources like entry can have schemas associated with them. This scope allows you to attach tags to an individual column based on that schema. To attach a tag to a nested column, separate column names with a dot (`.`). Example: `column.nested_column`. */
|
|
802
802
|
column?: string;
|
|
803
|
+
/** Output only. Denotes the transfer status of the Tag Template. */
|
|
804
|
+
dataplexTransferStatus?: string;
|
|
803
805
|
/** Required. Maps the ID of a tag field to its value and additional information about that field. Tag template defines valid field IDs. A tag must have at least 1 field and at most 500 fields. */
|
|
804
806
|
fields?: {[P in string]: GoogleCloudDatacatalogV1TagField};
|
|
805
807
|
/** Identifier. The resource name of the tag in URL format where tag ID is a system-generated identifier. Note: The tag itself might not be stored in the location specified in its name. */
|