@maxim_mazurok/gapi.client.dataplex-v1 0.0.20250708 → 0.0.20250714
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 +2 -2
- package/package.json +1 -1
- package/readme.md +0 -3
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://dataplex.googleapis.com/$discovery/rest?version=v1
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20250714
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -1176,7 +1176,7 @@ declare namespace gapi.client {
|
|
|
1176
1176
|
interface GoogleCloudDataplexV1EntryLink {
|
|
1177
1177
|
/** Output only. The time when the Entry Link was created. */
|
|
1178
1178
|
createTime?: string;
|
|
1179
|
-
/** Required. Immutable. Relative resource name of the Entry Link Type used to create this Entry Link
|
|
1179
|
+
/** Required. Immutable. Relative resource name of the Entry Link Type used to create this Entry Link. For example: Entry link between synonym terms in a glossary: projects/dataplex-types/locations/global/entryLinkTypes/synonym Entry link between related terms in a glossary: projects/dataplex-types/locations/global/entryLinkTypes/related Entry link between glossary terms and data assets: projects/dataplex-types/locations/global/entryLinkTypes/definition */
|
|
1180
1180
|
entryLinkType?: string;
|
|
1181
1181
|
/** Required. Specifies the Entries referenced in the Entry Link. There should be exactly two entry references. */
|
|
1182
1182
|
entryReferences?: GoogleCloudDataplexV1EntryLinkEntryReference[];
|
package/package.json
CHANGED
package/readme.md
CHANGED
|
@@ -50,9 +50,6 @@ var client_id = '',
|
|
|
50
50
|
scope = [
|
|
51
51
|
// See, edit, configure, and delete your Google Cloud data and see the email address for your Google Account.
|
|
52
52
|
'https://www.googleapis.com/auth/cloud-platform',
|
|
53
|
-
|
|
54
|
-
// View your data across Google Cloud services and see the email address of your Google Account
|
|
55
|
-
'https://www.googleapis.com/auth/cloud-platform.read-only',
|
|
56
53
|
],
|
|
57
54
|
immediate = true;
|
|
58
55
|
// ...
|