@maxim_mazurok/gapi.client.datacatalog-v1beta1 0.0.20250122 → 0.0.20250212
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 +39 -39
- package/package.json +1 -1
- package/readme.md +2 -2
package/index.d.ts
CHANGED
|
@@ -9,14 +9,14 @@
|
|
|
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: 20250212
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
16
16
|
declare namespace gapi.client {
|
|
17
17
|
/** Load Google Cloud Data Catalog API v1beta1 */
|
|
18
18
|
function load(
|
|
19
|
-
urlOrObject: 'https://datacatalog.googleapis.com/$discovery/rest?version=v1beta1'
|
|
19
|
+
urlOrObject: 'https://datacatalog.googleapis.com/$discovery/rest?version=v1beta1',
|
|
20
20
|
): Promise<void>;
|
|
21
21
|
/** @deprecated Please load APIs with discovery documents. */
|
|
22
22
|
function load(name: 'datacatalog', version: 'v1beta1'): Promise<void>;
|
|
@@ -24,7 +24,7 @@ declare namespace gapi.client {
|
|
|
24
24
|
function load(
|
|
25
25
|
name: 'datacatalog',
|
|
26
26
|
version: 'v1beta1',
|
|
27
|
-
callback: () => any
|
|
27
|
+
callback: () => any,
|
|
28
28
|
): void;
|
|
29
29
|
|
|
30
30
|
namespace datacatalog {
|
|
@@ -505,7 +505,7 @@ declare namespace gapi.client {
|
|
|
505
505
|
email?: string;
|
|
506
506
|
}
|
|
507
507
|
interface GoogleCloudDatacatalogV1DatabaseTableSpec {
|
|
508
|
-
/** Spec what
|
|
508
|
+
/** Spec what applies to tables that are actually views. Not set for "real" tables. */
|
|
509
509
|
databaseViewSpec?: GoogleCloudDatacatalogV1DatabaseTableSpecDatabaseViewSpec;
|
|
510
510
|
/** Output only. Fields specific to a Dataplex table and present only in the Dataplex table entries. */
|
|
511
511
|
dataplexTable?: GoogleCloudDatacatalogV1DataplexTableSpec;
|
|
@@ -641,7 +641,7 @@ declare namespace gapi.client {
|
|
|
641
641
|
overview?: string;
|
|
642
642
|
}
|
|
643
643
|
interface GoogleCloudDatacatalogV1FeatureOnlineStoreSpec {
|
|
644
|
-
/** Output only. Type of
|
|
644
|
+
/** Output only. Type of underlying storage for the FeatureOnlineStore. */
|
|
645
645
|
storageType?: string;
|
|
646
646
|
}
|
|
647
647
|
interface GoogleCloudDatacatalogV1FilesetSpec {
|
|
@@ -974,7 +974,7 @@ declare namespace gapi.client {
|
|
|
974
974
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
975
975
|
uploadType?: string;
|
|
976
976
|
},
|
|
977
|
-
body: GoogleCloudDatacatalogV1beta1SearchCatalogRequest
|
|
977
|
+
body: GoogleCloudDatacatalogV1beta1SearchCatalogRequest,
|
|
978
978
|
): Request<GoogleCloudDatacatalogV1beta1SearchCatalogResponse>;
|
|
979
979
|
}
|
|
980
980
|
interface EntriesResource {
|
|
@@ -1065,7 +1065,7 @@ declare namespace gapi.client {
|
|
|
1065
1065
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
1066
1066
|
uploadType?: string;
|
|
1067
1067
|
},
|
|
1068
|
-
body: GoogleCloudDatacatalogV1beta1Tag
|
|
1068
|
+
body: GoogleCloudDatacatalogV1beta1Tag,
|
|
1069
1069
|
): Request<GoogleCloudDatacatalogV1beta1Tag>;
|
|
1070
1070
|
/** Deletes a tag. */
|
|
1071
1071
|
delete(request?: {
|
|
@@ -1185,7 +1185,7 @@ declare namespace gapi.client {
|
|
|
1185
1185
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
1186
1186
|
uploadType?: string;
|
|
1187
1187
|
},
|
|
1188
|
-
body: GoogleCloudDatacatalogV1beta1Tag
|
|
1188
|
+
body: GoogleCloudDatacatalogV1beta1Tag,
|
|
1189
1189
|
): Request<GoogleCloudDatacatalogV1beta1Tag>;
|
|
1190
1190
|
}
|
|
1191
1191
|
interface EntriesResource {
|
|
@@ -1249,7 +1249,7 @@ declare namespace gapi.client {
|
|
|
1249
1249
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
1250
1250
|
uploadType?: string;
|
|
1251
1251
|
},
|
|
1252
|
-
body: GoogleCloudDatacatalogV1beta1Entry
|
|
1252
|
+
body: GoogleCloudDatacatalogV1beta1Entry,
|
|
1253
1253
|
): Request<GoogleCloudDatacatalogV1beta1Entry>;
|
|
1254
1254
|
/** Deletes an existing entry. Only entries created through CreateEntry method can be deleted. Users should enable the Data Catalog API in the project identified by the `name` parameter (see [Data Catalog Resource Project] (https://cloud.google.com/data-catalog/docs/concepts/resource-project) for more information). */
|
|
1255
1255
|
delete(request?: {
|
|
@@ -1333,7 +1333,7 @@ declare namespace gapi.client {
|
|
|
1333
1333
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
1334
1334
|
uploadType?: string;
|
|
1335
1335
|
},
|
|
1336
|
-
body: GetIamPolicyRequest
|
|
1336
|
+
body: GetIamPolicyRequest,
|
|
1337
1337
|
): Request<Policy>;
|
|
1338
1338
|
/** Lists entries. */
|
|
1339
1339
|
list(request?: {
|
|
@@ -1428,7 +1428,7 @@ declare namespace gapi.client {
|
|
|
1428
1428
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
1429
1429
|
uploadType?: string;
|
|
1430
1430
|
},
|
|
1431
|
-
body: GoogleCloudDatacatalogV1beta1Entry
|
|
1431
|
+
body: GoogleCloudDatacatalogV1beta1Entry,
|
|
1432
1432
|
): Request<GoogleCloudDatacatalogV1beta1Entry>;
|
|
1433
1433
|
/** Returns the caller's permissions on a resource. If the resource does not exist, an empty set of permissions is returned (We don't return a `NOT_FOUND` error). Supported resources are: - Tag templates. - Entries. - Entry groups. Note, this method cannot be used to manage policies for BigQuery, Pub/Sub and any external Google Cloud Platform resources synced to Data Catalog. A caller is not required to have Google IAM permission to make this request. */
|
|
1434
1434
|
testIamPermissions(
|
|
@@ -1458,7 +1458,7 @@ declare namespace gapi.client {
|
|
|
1458
1458
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
1459
1459
|
uploadType?: string;
|
|
1460
1460
|
},
|
|
1461
|
-
body: TestIamPermissionsRequest
|
|
1461
|
+
body: TestIamPermissionsRequest,
|
|
1462
1462
|
): Request<TestIamPermissionsResponse>;
|
|
1463
1463
|
tags: TagsResource;
|
|
1464
1464
|
}
|
|
@@ -1519,7 +1519,7 @@ declare namespace gapi.client {
|
|
|
1519
1519
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
1520
1520
|
uploadType?: string;
|
|
1521
1521
|
},
|
|
1522
|
-
body: GoogleCloudDatacatalogV1beta1Tag
|
|
1522
|
+
body: GoogleCloudDatacatalogV1beta1Tag,
|
|
1523
1523
|
): Request<GoogleCloudDatacatalogV1beta1Tag>;
|
|
1524
1524
|
/** Deletes a tag. */
|
|
1525
1525
|
delete(request?: {
|
|
@@ -1639,7 +1639,7 @@ declare namespace gapi.client {
|
|
|
1639
1639
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
1640
1640
|
uploadType?: string;
|
|
1641
1641
|
},
|
|
1642
|
-
body: GoogleCloudDatacatalogV1beta1Tag
|
|
1642
|
+
body: GoogleCloudDatacatalogV1beta1Tag,
|
|
1643
1643
|
): Request<GoogleCloudDatacatalogV1beta1Tag>;
|
|
1644
1644
|
}
|
|
1645
1645
|
interface EntryGroupsResource {
|
|
@@ -1703,7 +1703,7 @@ declare namespace gapi.client {
|
|
|
1703
1703
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
1704
1704
|
uploadType?: string;
|
|
1705
1705
|
},
|
|
1706
|
-
body: GoogleCloudDatacatalogV1beta1EntryGroup
|
|
1706
|
+
body: GoogleCloudDatacatalogV1beta1EntryGroup,
|
|
1707
1707
|
): Request<GoogleCloudDatacatalogV1beta1EntryGroup>;
|
|
1708
1708
|
/** Deletes an EntryGroup. Only entry groups that do not contain entries can be deleted. Users should enable the Data Catalog API in the project identified by the `name` parameter (see [Data Catalog Resource Project] (https://cloud.google.com/data-catalog/docs/concepts/resource-project) for more information). */
|
|
1709
1709
|
delete(request?: {
|
|
@@ -1791,7 +1791,7 @@ declare namespace gapi.client {
|
|
|
1791
1791
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
1792
1792
|
uploadType?: string;
|
|
1793
1793
|
},
|
|
1794
|
-
body: GetIamPolicyRequest
|
|
1794
|
+
body: GetIamPolicyRequest,
|
|
1795
1795
|
): Request<Policy>;
|
|
1796
1796
|
/** Lists entry groups. */
|
|
1797
1797
|
list(request?: {
|
|
@@ -1884,7 +1884,7 @@ declare namespace gapi.client {
|
|
|
1884
1884
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
1885
1885
|
uploadType?: string;
|
|
1886
1886
|
},
|
|
1887
|
-
body: GoogleCloudDatacatalogV1beta1EntryGroup
|
|
1887
|
+
body: GoogleCloudDatacatalogV1beta1EntryGroup,
|
|
1888
1888
|
): Request<GoogleCloudDatacatalogV1beta1EntryGroup>;
|
|
1889
1889
|
/** Sets the access control policy for a resource. Replaces any existing policy. Supported resources are: - Tag templates. - Entries. - Entry groups. Note, this method cannot be used to manage policies for BigQuery, Pub/Sub and any external Google Cloud Platform resources synced to Data Catalog. Callers must have following Google IAM permission - `datacatalog.tagTemplates.setIamPolicy` to set policies on tag templates. - `datacatalog.entries.setIamPolicy` to set policies on entries. - `datacatalog.entryGroups.setIamPolicy` to set policies on entry groups. */
|
|
1890
1890
|
setIamPolicy(
|
|
@@ -1914,7 +1914,7 @@ declare namespace gapi.client {
|
|
|
1914
1914
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
1915
1915
|
uploadType?: string;
|
|
1916
1916
|
},
|
|
1917
|
-
body: SetIamPolicyRequest
|
|
1917
|
+
body: SetIamPolicyRequest,
|
|
1918
1918
|
): Request<Policy>;
|
|
1919
1919
|
/** Returns the caller's permissions on a resource. If the resource does not exist, an empty set of permissions is returned (We don't return a `NOT_FOUND` error). Supported resources are: - Tag templates. - Entries. - Entry groups. Note, this method cannot be used to manage policies for BigQuery, Pub/Sub and any external Google Cloud Platform resources synced to Data Catalog. A caller is not required to have Google IAM permission to make this request. */
|
|
1920
1920
|
testIamPermissions(
|
|
@@ -1944,7 +1944,7 @@ declare namespace gapi.client {
|
|
|
1944
1944
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
1945
1945
|
uploadType?: string;
|
|
1946
1946
|
},
|
|
1947
|
-
body: TestIamPermissionsRequest
|
|
1947
|
+
body: TestIamPermissionsRequest,
|
|
1948
1948
|
): Request<TestIamPermissionsResponse>;
|
|
1949
1949
|
entries: EntriesResource;
|
|
1950
1950
|
tags: TagsResource;
|
|
@@ -2006,7 +2006,7 @@ declare namespace gapi.client {
|
|
|
2006
2006
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
2007
2007
|
uploadType?: string;
|
|
2008
2008
|
},
|
|
2009
|
-
body: GoogleCloudDatacatalogV1beta1RenameTagTemplateFieldEnumValueRequest
|
|
2009
|
+
body: GoogleCloudDatacatalogV1beta1RenameTagTemplateFieldEnumValueRequest,
|
|
2010
2010
|
): Request<GoogleCloudDatacatalogV1beta1TagTemplateField>;
|
|
2011
2011
|
}
|
|
2012
2012
|
interface FieldsResource {
|
|
@@ -2070,7 +2070,7 @@ declare namespace gapi.client {
|
|
|
2070
2070
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
2071
2071
|
uploadType?: string;
|
|
2072
2072
|
},
|
|
2073
|
-
body: GoogleCloudDatacatalogV1beta1TagTemplateField
|
|
2073
|
+
body: GoogleCloudDatacatalogV1beta1TagTemplateField,
|
|
2074
2074
|
): Request<GoogleCloudDatacatalogV1beta1TagTemplateField>;
|
|
2075
2075
|
/** Deletes a field in a tag template and all uses of that field. Users should enable the Data Catalog API in the project identified by the `name` parameter (see [Data Catalog Resource Project] (https://cloud.google.com/data-catalog/docs/concepts/resource-project) for more information). */
|
|
2076
2076
|
delete(request?: {
|
|
@@ -2161,7 +2161,7 @@ declare namespace gapi.client {
|
|
|
2161
2161
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
2162
2162
|
uploadType?: string;
|
|
2163
2163
|
},
|
|
2164
|
-
body: GoogleCloudDatacatalogV1beta1TagTemplateField
|
|
2164
|
+
body: GoogleCloudDatacatalogV1beta1TagTemplateField,
|
|
2165
2165
|
): Request<GoogleCloudDatacatalogV1beta1TagTemplateField>;
|
|
2166
2166
|
/** Renames a field in a tag template. The user should enable the Data Catalog API in the project identified by the `name` parameter (see [Data Catalog Resource Project](https://cloud.google.com/data-catalog/docs/concepts/resource-project) for more information). */
|
|
2167
2167
|
rename(request: {
|
|
@@ -2219,7 +2219,7 @@ declare namespace gapi.client {
|
|
|
2219
2219
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
2220
2220
|
uploadType?: string;
|
|
2221
2221
|
},
|
|
2222
|
-
body: GoogleCloudDatacatalogV1beta1RenameTagTemplateFieldRequest
|
|
2222
|
+
body: GoogleCloudDatacatalogV1beta1RenameTagTemplateFieldRequest,
|
|
2223
2223
|
): Request<GoogleCloudDatacatalogV1beta1TagTemplateField>;
|
|
2224
2224
|
enumValues: EnumValuesResource;
|
|
2225
2225
|
}
|
|
@@ -2284,7 +2284,7 @@ declare namespace gapi.client {
|
|
|
2284
2284
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
2285
2285
|
uploadType?: string;
|
|
2286
2286
|
},
|
|
2287
|
-
body: GoogleCloudDatacatalogV1beta1TagTemplate
|
|
2287
|
+
body: GoogleCloudDatacatalogV1beta1TagTemplate,
|
|
2288
2288
|
): Request<GoogleCloudDatacatalogV1beta1TagTemplate>;
|
|
2289
2289
|
/** Deletes a tag template and all tags using the template. Users should enable the Data Catalog API in the project identified by the `name` parameter (see [Data Catalog Resource Project] (https://cloud.google.com/data-catalog/docs/concepts/resource-project) for more information). */
|
|
2290
2290
|
delete(request?: {
|
|
@@ -2370,7 +2370,7 @@ declare namespace gapi.client {
|
|
|
2370
2370
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
2371
2371
|
uploadType?: string;
|
|
2372
2372
|
},
|
|
2373
|
-
body: GetIamPolicyRequest
|
|
2373
|
+
body: GetIamPolicyRequest,
|
|
2374
2374
|
): Request<Policy>;
|
|
2375
2375
|
/** Updates a tag template. This method cannot be used to update the fields of a template. The tag template fields are represented as separate resources and should be updated using their own create/update/delete methods. Users should enable the Data Catalog API in the project identified by the `tag_template.name` parameter (see [Data Catalog Resource Project] (https://cloud.google.com/data-catalog/docs/concepts/resource-project) for more information). */
|
|
2376
2376
|
patch(request: {
|
|
@@ -2432,7 +2432,7 @@ declare namespace gapi.client {
|
|
|
2432
2432
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
2433
2433
|
uploadType?: string;
|
|
2434
2434
|
},
|
|
2435
|
-
body: GoogleCloudDatacatalogV1beta1TagTemplate
|
|
2435
|
+
body: GoogleCloudDatacatalogV1beta1TagTemplate,
|
|
2436
2436
|
): Request<GoogleCloudDatacatalogV1beta1TagTemplate>;
|
|
2437
2437
|
/** Sets the access control policy for a resource. Replaces any existing policy. Supported resources are: - Tag templates. - Entries. - Entry groups. Note, this method cannot be used to manage policies for BigQuery, Pub/Sub and any external Google Cloud Platform resources synced to Data Catalog. Callers must have following Google IAM permission - `datacatalog.tagTemplates.setIamPolicy` to set policies on tag templates. - `datacatalog.entries.setIamPolicy` to set policies on entries. - `datacatalog.entryGroups.setIamPolicy` to set policies on entry groups. */
|
|
2438
2438
|
setIamPolicy(
|
|
@@ -2462,7 +2462,7 @@ declare namespace gapi.client {
|
|
|
2462
2462
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
2463
2463
|
uploadType?: string;
|
|
2464
2464
|
},
|
|
2465
|
-
body: SetIamPolicyRequest
|
|
2465
|
+
body: SetIamPolicyRequest,
|
|
2466
2466
|
): Request<Policy>;
|
|
2467
2467
|
/** Returns the caller's permissions on a resource. If the resource does not exist, an empty set of permissions is returned (We don't return a `NOT_FOUND` error). Supported resources are: - Tag templates. - Entries. - Entry groups. Note, this method cannot be used to manage policies for BigQuery, Pub/Sub and any external Google Cloud Platform resources synced to Data Catalog. A caller is not required to have Google IAM permission to make this request. */
|
|
2468
2468
|
testIamPermissions(
|
|
@@ -2492,7 +2492,7 @@ declare namespace gapi.client {
|
|
|
2492
2492
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
2493
2493
|
uploadType?: string;
|
|
2494
2494
|
},
|
|
2495
|
-
body: TestIamPermissionsRequest
|
|
2495
|
+
body: TestIamPermissionsRequest,
|
|
2496
2496
|
): Request<TestIamPermissionsResponse>;
|
|
2497
2497
|
fields: FieldsResource;
|
|
2498
2498
|
}
|
|
@@ -2553,7 +2553,7 @@ declare namespace gapi.client {
|
|
|
2553
2553
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
2554
2554
|
uploadType?: string;
|
|
2555
2555
|
},
|
|
2556
|
-
body: GoogleCloudDatacatalogV1beta1PolicyTag
|
|
2556
|
+
body: GoogleCloudDatacatalogV1beta1PolicyTag,
|
|
2557
2557
|
): Request<GoogleCloudDatacatalogV1beta1PolicyTag>;
|
|
2558
2558
|
/** Deletes a policy tag. Also deletes all of its descendant policy tags. */
|
|
2559
2559
|
delete(request?: {
|
|
@@ -2637,7 +2637,7 @@ declare namespace gapi.client {
|
|
|
2637
2637
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
2638
2638
|
uploadType?: string;
|
|
2639
2639
|
},
|
|
2640
|
-
body: GetIamPolicyRequest
|
|
2640
|
+
body: GetIamPolicyRequest,
|
|
2641
2641
|
): Request<Policy>;
|
|
2642
2642
|
/** Lists all policy tags in a taxonomy. */
|
|
2643
2643
|
list(request?: {
|
|
@@ -2730,7 +2730,7 @@ declare namespace gapi.client {
|
|
|
2730
2730
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
2731
2731
|
uploadType?: string;
|
|
2732
2732
|
},
|
|
2733
|
-
body: GoogleCloudDatacatalogV1beta1PolicyTag
|
|
2733
|
+
body: GoogleCloudDatacatalogV1beta1PolicyTag,
|
|
2734
2734
|
): Request<GoogleCloudDatacatalogV1beta1PolicyTag>;
|
|
2735
2735
|
/** Sets the IAM policy for a taxonomy or a policy tag. */
|
|
2736
2736
|
setIamPolicy(
|
|
@@ -2760,7 +2760,7 @@ declare namespace gapi.client {
|
|
|
2760
2760
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
2761
2761
|
uploadType?: string;
|
|
2762
2762
|
},
|
|
2763
|
-
body: SetIamPolicyRequest
|
|
2763
|
+
body: SetIamPolicyRequest,
|
|
2764
2764
|
): Request<Policy>;
|
|
2765
2765
|
/** Returns the permissions that a caller has on the specified taxonomy or policy tag. */
|
|
2766
2766
|
testIamPermissions(
|
|
@@ -2790,7 +2790,7 @@ declare namespace gapi.client {
|
|
|
2790
2790
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
2791
2791
|
uploadType?: string;
|
|
2792
2792
|
},
|
|
2793
|
-
body: TestIamPermissionsRequest
|
|
2793
|
+
body: TestIamPermissionsRequest,
|
|
2794
2794
|
): Request<TestIamPermissionsResponse>;
|
|
2795
2795
|
}
|
|
2796
2796
|
interface TaxonomiesResource {
|
|
@@ -2850,7 +2850,7 @@ declare namespace gapi.client {
|
|
|
2850
2850
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
2851
2851
|
uploadType?: string;
|
|
2852
2852
|
},
|
|
2853
|
-
body: GoogleCloudDatacatalogV1beta1Taxonomy
|
|
2853
|
+
body: GoogleCloudDatacatalogV1beta1Taxonomy,
|
|
2854
2854
|
): Request<GoogleCloudDatacatalogV1beta1Taxonomy>;
|
|
2855
2855
|
/** Deletes a taxonomy. This operation will also delete all policy tags in this taxonomy along with their associated policies. */
|
|
2856
2856
|
delete(request?: {
|
|
@@ -2965,7 +2965,7 @@ declare namespace gapi.client {
|
|
|
2965
2965
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
2966
2966
|
uploadType?: string;
|
|
2967
2967
|
},
|
|
2968
|
-
body: GetIamPolicyRequest
|
|
2968
|
+
body: GetIamPolicyRequest,
|
|
2969
2969
|
): Request<Policy>;
|
|
2970
2970
|
/** Imports all taxonomies and their policy tags to a project as new taxonomies. This method provides a bulk taxonomy / policy tag creation using nested proto structure. */
|
|
2971
2971
|
import(request: {
|
|
@@ -3023,7 +3023,7 @@ declare namespace gapi.client {
|
|
|
3023
3023
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
3024
3024
|
uploadType?: string;
|
|
3025
3025
|
},
|
|
3026
|
-
body: GoogleCloudDatacatalogV1beta1ImportTaxonomiesRequest
|
|
3026
|
+
body: GoogleCloudDatacatalogV1beta1ImportTaxonomiesRequest,
|
|
3027
3027
|
): Request<GoogleCloudDatacatalogV1beta1ImportTaxonomiesResponse>;
|
|
3028
3028
|
/** Lists all taxonomies in a project in a particular location that the caller has permission to view. */
|
|
3029
3029
|
list(request?: {
|
|
@@ -3118,7 +3118,7 @@ declare namespace gapi.client {
|
|
|
3118
3118
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
3119
3119
|
uploadType?: string;
|
|
3120
3120
|
},
|
|
3121
|
-
body: GoogleCloudDatacatalogV1beta1Taxonomy
|
|
3121
|
+
body: GoogleCloudDatacatalogV1beta1Taxonomy,
|
|
3122
3122
|
): Request<GoogleCloudDatacatalogV1beta1Taxonomy>;
|
|
3123
3123
|
/** Sets the IAM policy for a taxonomy or a policy tag. */
|
|
3124
3124
|
setIamPolicy(
|
|
@@ -3148,7 +3148,7 @@ declare namespace gapi.client {
|
|
|
3148
3148
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
3149
3149
|
uploadType?: string;
|
|
3150
3150
|
},
|
|
3151
|
-
body: SetIamPolicyRequest
|
|
3151
|
+
body: SetIamPolicyRequest,
|
|
3152
3152
|
): Request<Policy>;
|
|
3153
3153
|
/** Returns the permissions that a caller has on the specified taxonomy or policy tag. */
|
|
3154
3154
|
testIamPermissions(
|
|
@@ -3178,7 +3178,7 @@ declare namespace gapi.client {
|
|
|
3178
3178
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
3179
3179
|
uploadType?: string;
|
|
3180
3180
|
},
|
|
3181
|
-
body: TestIamPermissionsRequest
|
|
3181
|
+
body: TestIamPermissionsRequest,
|
|
3182
3182
|
): Request<TestIamPermissionsResponse>;
|
|
3183
3183
|
policyTags: PolicyTagsResource;
|
|
3184
3184
|
}
|
package/package.json
CHANGED
package/readme.md
CHANGED