@google-cloud/dlp 5.7.0 → 5.9.0
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/CHANGELOG.md +14 -0
- package/README.md +3 -0
- package/build/protos/google/privacy/dlp/v2/dlp.proto +861 -119
- package/build/protos/google/privacy/dlp/v2/storage.proto +9 -7
- package/build/protos/protos.d.ts +5269 -2439
- package/build/protos/protos.js +15068 -7549
- package/build/protos/protos.json +856 -109
- package/build/src/v2/dlp_service_client.d.ts +618 -214
- package/build/src/v2/dlp_service_client.js +522 -133
- package/build/src/v2/dlp_service_client_config.json +15 -0
- package/package.json +1 -1
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="node" />
|
|
2
1
|
import type * as gax from 'google-gax';
|
|
3
2
|
import type { Callback, CallOptions, Descriptors, ClientOptions, PaginationCallback, LocationsClient, LocationProtos } from 'google-gax';
|
|
4
3
|
import { Transform } from 'stream';
|
|
@@ -146,10 +145,10 @@ export declare class DlpServiceClient {
|
|
|
146
145
|
* processing
|
|
147
146
|
* location](https://cloud.google.com/sensitive-data-protection/docs/specifying-location):
|
|
148
147
|
*
|
|
149
|
-
* + Projects scope, location specified
|
|
150
|
-
* `projects
|
|
151
|
-
* + Projects scope, no location specified (defaults to global)
|
|
152
|
-
* `projects
|
|
148
|
+
* + Projects scope, location specified:
|
|
149
|
+
* `projects/{project_id}/locations/{location_id}`
|
|
150
|
+
* + Projects scope, no location specified (defaults to global):
|
|
151
|
+
* `projects/{project_id}`
|
|
153
152
|
*
|
|
154
153
|
* The following example `parent` string specifies a parent project with the
|
|
155
154
|
* identifier `example-project`, and specifies the `europe-west3` location
|
|
@@ -205,10 +204,10 @@ export declare class DlpServiceClient {
|
|
|
205
204
|
* processing
|
|
206
205
|
* location](https://cloud.google.com/sensitive-data-protection/docs/specifying-location):
|
|
207
206
|
*
|
|
208
|
-
* + Projects scope, location specified
|
|
209
|
-
* `projects
|
|
210
|
-
* + Projects scope, no location specified (defaults to global)
|
|
211
|
-
* `projects
|
|
207
|
+
* + Projects scope, location specified:
|
|
208
|
+
* `projects/{project_id}/locations/{location_id}`
|
|
209
|
+
* + Projects scope, no location specified (defaults to global):
|
|
210
|
+
* `projects/{project_id}`
|
|
212
211
|
*
|
|
213
212
|
* The following example `parent` string specifies a parent project with the
|
|
214
213
|
* identifier `example-project`, and specifies the `europe-west3` location
|
|
@@ -262,10 +261,10 @@ export declare class DlpServiceClient {
|
|
|
262
261
|
* processing
|
|
263
262
|
* location](https://cloud.google.com/sensitive-data-protection/docs/specifying-location):
|
|
264
263
|
*
|
|
265
|
-
* + Projects scope, location specified
|
|
266
|
-
* `projects
|
|
267
|
-
* + Projects scope, no location specified (defaults to global)
|
|
268
|
-
* `projects
|
|
264
|
+
* + Projects scope, location specified:
|
|
265
|
+
* `projects/{project_id}/locations/{location_id}`
|
|
266
|
+
* + Projects scope, no location specified (defaults to global):
|
|
267
|
+
* `projects/{project_id}`
|
|
269
268
|
*
|
|
270
269
|
* The following example `parent` string specifies a parent project with the
|
|
271
270
|
* identifier `example-project`, and specifies the `europe-west3` location
|
|
@@ -334,10 +333,10 @@ export declare class DlpServiceClient {
|
|
|
334
333
|
* processing
|
|
335
334
|
* location](https://cloud.google.com/sensitive-data-protection/docs/specifying-location):
|
|
336
335
|
*
|
|
337
|
-
* + Projects scope, location specified
|
|
338
|
-
* `projects
|
|
339
|
-
* + Projects scope, no location specified (defaults to global)
|
|
340
|
-
* `projects
|
|
336
|
+
* + Projects scope, location specified:
|
|
337
|
+
* `projects/{project_id}/locations/{location_id}`
|
|
338
|
+
* + Projects scope, no location specified (defaults to global):
|
|
339
|
+
* `projects/{project_id}`
|
|
341
340
|
*
|
|
342
341
|
* The following example `parent` string specifies a parent project with the
|
|
343
342
|
* identifier `example-project`, and specifies the `europe-west3` location
|
|
@@ -404,7 +403,7 @@ export declare class DlpServiceClient {
|
|
|
404
403
|
*
|
|
405
404
|
* The format of this value is as follows:
|
|
406
405
|
*
|
|
407
|
-
* locations
|
|
406
|
+
* `locations/{location_id}`
|
|
408
407
|
* @param {string} request.languageCode
|
|
409
408
|
* BCP-47 language code for localized infoType friendly
|
|
410
409
|
* names. If omitted, or if localized strings are not available,
|
|
@@ -446,14 +445,14 @@ export declare class DlpServiceClient {
|
|
|
446
445
|
* (project or organization) and whether you have [specified a processing
|
|
447
446
|
* location](https://cloud.google.com/sensitive-data-protection/docs/specifying-location):
|
|
448
447
|
*
|
|
449
|
-
* + Projects scope, location specified
|
|
450
|
-
* `projects
|
|
451
|
-
* + Projects scope, no location specified (defaults to global)
|
|
452
|
-
* `projects
|
|
453
|
-
* + Organizations scope, location specified
|
|
454
|
-
* `organizations
|
|
455
|
-
* + Organizations scope, no location specified (defaults to global)
|
|
456
|
-
* `organizations
|
|
448
|
+
* + Projects scope, location specified:
|
|
449
|
+
* `projects/{project_id}/locations/{location_id}`
|
|
450
|
+
* + Projects scope, no location specified (defaults to global):
|
|
451
|
+
* `projects/{project_id}`
|
|
452
|
+
* + Organizations scope, location specified:
|
|
453
|
+
* `organizations/{org_id}/locations/{location_id}`
|
|
454
|
+
* + Organizations scope, no location specified (defaults to global):
|
|
455
|
+
* `organizations/{org_id}`
|
|
457
456
|
*
|
|
458
457
|
* The following example `parent` string specifies a parent project with the
|
|
459
458
|
* identifier `example-project`, and specifies the `europe-west3` location
|
|
@@ -589,14 +588,14 @@ export declare class DlpServiceClient {
|
|
|
589
588
|
* (project or organization) and whether you have [specified a processing
|
|
590
589
|
* location](https://cloud.google.com/sensitive-data-protection/docs/specifying-location):
|
|
591
590
|
*
|
|
592
|
-
* + Projects scope, location specified
|
|
593
|
-
* `projects
|
|
594
|
-
* + Projects scope, no location specified (defaults to global)
|
|
595
|
-
* `projects
|
|
596
|
-
* + Organizations scope, location specified
|
|
597
|
-
* `organizations
|
|
598
|
-
* + Organizations scope, no location specified (defaults to global)
|
|
599
|
-
* `organizations
|
|
591
|
+
* + Projects scope, location specified:
|
|
592
|
+
* `projects/{project_id}/locations/{location_id}`
|
|
593
|
+
* + Projects scope, no location specified (defaults to global):
|
|
594
|
+
* `projects/{project_id}`
|
|
595
|
+
* + Organizations scope, location specified:
|
|
596
|
+
* `organizations/{org_id}/locations/{location_id}`
|
|
597
|
+
* + Organizations scope, no location specified (defaults to global):
|
|
598
|
+
* `organizations/{org_id}`
|
|
600
599
|
*
|
|
601
600
|
* The following example `parent` string specifies a parent project with the
|
|
602
601
|
* identifier `example-project`, and specifies the `europe-west3` location
|
|
@@ -734,10 +733,10 @@ export declare class DlpServiceClient {
|
|
|
734
733
|
* processing
|
|
735
734
|
* location](https://cloud.google.com/sensitive-data-protection/docs/specifying-location):
|
|
736
735
|
*
|
|
737
|
-
* + Projects scope, location specified
|
|
738
|
-
* `projects
|
|
739
|
-
* + Projects scope, no location specified (defaults to global)
|
|
740
|
-
* `projects
|
|
736
|
+
* + Projects scope, location specified:
|
|
737
|
+
* `projects/{project_id}/locations/{location_id}`
|
|
738
|
+
* + Projects scope, no location specified (defaults to global):
|
|
739
|
+
* `projects/{project_id}`
|
|
741
740
|
*
|
|
742
741
|
* The following example `parent` string specifies a parent project with the
|
|
743
742
|
* identifier `example-project`, and specifies the `europe-west3` location
|
|
@@ -915,8 +914,13 @@ export declare class DlpServiceClient {
|
|
|
915
914
|
* @param {string} request.parent
|
|
916
915
|
* Required. Parent resource name.
|
|
917
916
|
*
|
|
918
|
-
* The format of this value
|
|
919
|
-
*
|
|
917
|
+
* The format of this value varies depending on the scope of the request
|
|
918
|
+
* (project or organization):
|
|
919
|
+
*
|
|
920
|
+
* + Projects scope:
|
|
921
|
+
* `projects/{project_id}/locations/{location_id}`
|
|
922
|
+
* + Organizations scope:
|
|
923
|
+
* `organizations/{org_id}/locations/{location_id}`
|
|
920
924
|
*
|
|
921
925
|
* The following example `parent` string specifies a parent project with the
|
|
922
926
|
* identifier `example-project`, and specifies the `europe-west3` location
|
|
@@ -1043,10 +1047,10 @@ export declare class DlpServiceClient {
|
|
|
1043
1047
|
* processing
|
|
1044
1048
|
* location](https://cloud.google.com/sensitive-data-protection/docs/specifying-location):
|
|
1045
1049
|
*
|
|
1046
|
-
* + Projects scope, location specified
|
|
1047
|
-
* `projects
|
|
1048
|
-
* + Projects scope, no location specified (defaults to global)
|
|
1049
|
-
* `projects
|
|
1050
|
+
* + Projects scope, location specified:
|
|
1051
|
+
* `projects/{project_id}/locations/{location_id}`
|
|
1052
|
+
* + Projects scope, no location specified (defaults to global):
|
|
1053
|
+
* `projects/{project_id}`
|
|
1050
1054
|
*
|
|
1051
1055
|
* The following example `parent` string specifies a parent project with the
|
|
1052
1056
|
* identifier `example-project`, and specifies the `europe-west3` location
|
|
@@ -1184,14 +1188,14 @@ export declare class DlpServiceClient {
|
|
|
1184
1188
|
* (project or organization) and whether you have [specified a processing
|
|
1185
1189
|
* location](https://cloud.google.com/sensitive-data-protection/docs/specifying-location):
|
|
1186
1190
|
*
|
|
1187
|
-
* + Projects scope, location specified
|
|
1188
|
-
* `projects
|
|
1189
|
-
* + Projects scope, no location specified (defaults to global)
|
|
1190
|
-
* `projects
|
|
1191
|
-
* + Organizations scope, location specified
|
|
1192
|
-
* `organizations
|
|
1193
|
-
* + Organizations scope, no location specified (defaults to global)
|
|
1194
|
-
* `organizations
|
|
1191
|
+
* + Projects scope, location specified:
|
|
1192
|
+
* `projects/{project_id}/locations/{location_id}`
|
|
1193
|
+
* + Projects scope, no location specified (defaults to global):
|
|
1194
|
+
* `projects/{project_id}`
|
|
1195
|
+
* + Organizations scope, location specified:
|
|
1196
|
+
* `organizations/{org_id}/locations/{location_id}`
|
|
1197
|
+
* + Organizations scope, no location specified (defaults to global):
|
|
1198
|
+
* `organizations/{org_id}`
|
|
1195
1199
|
*
|
|
1196
1200
|
* The following example `parent` string specifies a parent project with the
|
|
1197
1201
|
* identifier `example-project`, and specifies the `europe-west3` location
|
|
@@ -1338,6 +1342,54 @@ export declare class DlpServiceClient {
|
|
|
1338
1342
|
]>;
|
|
1339
1343
|
getProjectDataProfile(request: protos.google.privacy.dlp.v2.IGetProjectDataProfileRequest, options: CallOptions, callback: Callback<protos.google.privacy.dlp.v2.IProjectDataProfile, protos.google.privacy.dlp.v2.IGetProjectDataProfileRequest | null | undefined, {} | null | undefined>): void;
|
|
1340
1344
|
getProjectDataProfile(request: protos.google.privacy.dlp.v2.IGetProjectDataProfileRequest, callback: Callback<protos.google.privacy.dlp.v2.IProjectDataProfile, protos.google.privacy.dlp.v2.IGetProjectDataProfileRequest | null | undefined, {} | null | undefined>): void;
|
|
1345
|
+
/**
|
|
1346
|
+
* Gets a file store data profile.
|
|
1347
|
+
*
|
|
1348
|
+
* @param {Object} request
|
|
1349
|
+
* The request object that will be sent.
|
|
1350
|
+
* @param {string} request.name
|
|
1351
|
+
* Required. Resource name, for example
|
|
1352
|
+
* `organizations/12345/locations/us/fileStoreDataProfiles/53234423`.
|
|
1353
|
+
* @param {object} [options]
|
|
1354
|
+
* Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
|
|
1355
|
+
* @returns {Promise} - The promise which resolves to an array.
|
|
1356
|
+
* The first element of the array is an object representing {@link protos.google.privacy.dlp.v2.FileStoreDataProfile|FileStoreDataProfile}.
|
|
1357
|
+
* Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods | documentation }
|
|
1358
|
+
* for more details and examples.
|
|
1359
|
+
* @example <caption>include:samples/generated/v2/dlp_service.get_file_store_data_profile.js</caption>
|
|
1360
|
+
* region_tag:dlp_v2_generated_DlpService_GetFileStoreDataProfile_async
|
|
1361
|
+
*/
|
|
1362
|
+
getFileStoreDataProfile(request?: protos.google.privacy.dlp.v2.IGetFileStoreDataProfileRequest, options?: CallOptions): Promise<[
|
|
1363
|
+
protos.google.privacy.dlp.v2.IFileStoreDataProfile,
|
|
1364
|
+
protos.google.privacy.dlp.v2.IGetFileStoreDataProfileRequest | undefined,
|
|
1365
|
+
{} | undefined
|
|
1366
|
+
]>;
|
|
1367
|
+
getFileStoreDataProfile(request: protos.google.privacy.dlp.v2.IGetFileStoreDataProfileRequest, options: CallOptions, callback: Callback<protos.google.privacy.dlp.v2.IFileStoreDataProfile, protos.google.privacy.dlp.v2.IGetFileStoreDataProfileRequest | null | undefined, {} | null | undefined>): void;
|
|
1368
|
+
getFileStoreDataProfile(request: protos.google.privacy.dlp.v2.IGetFileStoreDataProfileRequest, callback: Callback<protos.google.privacy.dlp.v2.IFileStoreDataProfile, protos.google.privacy.dlp.v2.IGetFileStoreDataProfileRequest | null | undefined, {} | null | undefined>): void;
|
|
1369
|
+
/**
|
|
1370
|
+
* Delete a FileStoreDataProfile. Will not prevent the profile from being
|
|
1371
|
+
* regenerated if the resource is still included in a discovery configuration.
|
|
1372
|
+
*
|
|
1373
|
+
* @param {Object} request
|
|
1374
|
+
* The request object that will be sent.
|
|
1375
|
+
* @param {string} request.name
|
|
1376
|
+
* Required. Resource name of the file store data profile.
|
|
1377
|
+
* @param {object} [options]
|
|
1378
|
+
* Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
|
|
1379
|
+
* @returns {Promise} - The promise which resolves to an array.
|
|
1380
|
+
* The first element of the array is an object representing {@link protos.google.protobuf.Empty|Empty}.
|
|
1381
|
+
* Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods | documentation }
|
|
1382
|
+
* for more details and examples.
|
|
1383
|
+
* @example <caption>include:samples/generated/v2/dlp_service.delete_file_store_data_profile.js</caption>
|
|
1384
|
+
* region_tag:dlp_v2_generated_DlpService_DeleteFileStoreDataProfile_async
|
|
1385
|
+
*/
|
|
1386
|
+
deleteFileStoreDataProfile(request?: protos.google.privacy.dlp.v2.IDeleteFileStoreDataProfileRequest, options?: CallOptions): Promise<[
|
|
1387
|
+
protos.google.protobuf.IEmpty,
|
|
1388
|
+
(protos.google.privacy.dlp.v2.IDeleteFileStoreDataProfileRequest | undefined),
|
|
1389
|
+
{} | undefined
|
|
1390
|
+
]>;
|
|
1391
|
+
deleteFileStoreDataProfile(request: protos.google.privacy.dlp.v2.IDeleteFileStoreDataProfileRequest, options: CallOptions, callback: Callback<protos.google.protobuf.IEmpty, protos.google.privacy.dlp.v2.IDeleteFileStoreDataProfileRequest | null | undefined, {} | null | undefined>): void;
|
|
1392
|
+
deleteFileStoreDataProfile(request: protos.google.privacy.dlp.v2.IDeleteFileStoreDataProfileRequest, callback: Callback<protos.google.protobuf.IEmpty, protos.google.privacy.dlp.v2.IDeleteFileStoreDataProfileRequest | null | undefined, {} | null | undefined>): void;
|
|
1341
1393
|
/**
|
|
1342
1394
|
* Gets a table data profile.
|
|
1343
1395
|
*
|
|
@@ -1468,8 +1520,15 @@ export declare class DlpServiceClient {
|
|
|
1468
1520
|
* @param {Object} request
|
|
1469
1521
|
* The request object that will be sent.
|
|
1470
1522
|
* @param {string} request.parent
|
|
1471
|
-
* Required. Parent resource name
|
|
1472
|
-
*
|
|
1523
|
+
* Required. Parent resource name.
|
|
1524
|
+
*
|
|
1525
|
+
* The format of this value varies depending on the scope of the request
|
|
1526
|
+
* (project or organization):
|
|
1527
|
+
*
|
|
1528
|
+
* + Projects scope:
|
|
1529
|
+
* `projects/{project_id}/locations/{location_id}`
|
|
1530
|
+
* + Organizations scope:
|
|
1531
|
+
* `organizations/{org_id}/locations/{location_id}`
|
|
1473
1532
|
* @param {google.privacy.dlp.v2.Connection} request.connection
|
|
1474
1533
|
* Required. The connection resource.
|
|
1475
1534
|
* @param {object} [options]
|
|
@@ -1579,14 +1638,14 @@ export declare class DlpServiceClient {
|
|
|
1579
1638
|
* (project or organization) and whether you have [specified a processing
|
|
1580
1639
|
* location](https://cloud.google.com/sensitive-data-protection/docs/specifying-location):
|
|
1581
1640
|
*
|
|
1582
|
-
* + Projects scope, location specified
|
|
1583
|
-
* `projects
|
|
1584
|
-
* + Projects scope, no location specified (defaults to global)
|
|
1585
|
-
* `projects
|
|
1586
|
-
* + Organizations scope, location specified
|
|
1587
|
-
* `organizations
|
|
1588
|
-
* + Organizations scope, no location specified (defaults to global)
|
|
1589
|
-
* `organizations
|
|
1641
|
+
* + Projects scope, location specified:
|
|
1642
|
+
* `projects/{project_id}/locations/{location_id}`
|
|
1643
|
+
* + Projects scope, no location specified (defaults to global):
|
|
1644
|
+
* `projects/{project_id}`
|
|
1645
|
+
* + Organizations scope, location specified:
|
|
1646
|
+
* `organizations/{org_id}/locations/{location_id}`
|
|
1647
|
+
* + Organizations scope, no location specified (defaults to global):
|
|
1648
|
+
* `organizations/{org_id}`
|
|
1590
1649
|
*
|
|
1591
1650
|
* The following example `parent` string specifies a parent project with the
|
|
1592
1651
|
* identifier `example-project`, and specifies the `europe-west3` location
|
|
@@ -1600,7 +1659,7 @@ export declare class DlpServiceClient {
|
|
|
1600
1659
|
* Size of the page. This value can be limited by the server. If zero server
|
|
1601
1660
|
* returns a page of max size 100.
|
|
1602
1661
|
* @param {string} request.orderBy
|
|
1603
|
-
* Comma
|
|
1662
|
+
* Comma-separated list of fields to order by,
|
|
1604
1663
|
* followed by `asc` or `desc` postfix. This list is case insensitive. The
|
|
1605
1664
|
* default sorting order is ascending. Redundant space characters are
|
|
1606
1665
|
* insignificant.
|
|
@@ -1645,14 +1704,14 @@ export declare class DlpServiceClient {
|
|
|
1645
1704
|
* (project or organization) and whether you have [specified a processing
|
|
1646
1705
|
* location](https://cloud.google.com/sensitive-data-protection/docs/specifying-location):
|
|
1647
1706
|
*
|
|
1648
|
-
* + Projects scope, location specified
|
|
1649
|
-
* `projects
|
|
1650
|
-
* + Projects scope, no location specified (defaults to global)
|
|
1651
|
-
* `projects
|
|
1652
|
-
* + Organizations scope, location specified
|
|
1653
|
-
* `organizations
|
|
1654
|
-
* + Organizations scope, no location specified (defaults to global)
|
|
1655
|
-
* `organizations
|
|
1707
|
+
* + Projects scope, location specified:
|
|
1708
|
+
* `projects/{project_id}/locations/{location_id}`
|
|
1709
|
+
* + Projects scope, no location specified (defaults to global):
|
|
1710
|
+
* `projects/{project_id}`
|
|
1711
|
+
* + Organizations scope, location specified:
|
|
1712
|
+
* `organizations/{org_id}/locations/{location_id}`
|
|
1713
|
+
* + Organizations scope, no location specified (defaults to global):
|
|
1714
|
+
* `organizations/{org_id}`
|
|
1656
1715
|
*
|
|
1657
1716
|
* The following example `parent` string specifies a parent project with the
|
|
1658
1717
|
* identifier `example-project`, and specifies the `europe-west3` location
|
|
@@ -1666,7 +1725,7 @@ export declare class DlpServiceClient {
|
|
|
1666
1725
|
* Size of the page. This value can be limited by the server. If zero server
|
|
1667
1726
|
* returns a page of max size 100.
|
|
1668
1727
|
* @param {string} request.orderBy
|
|
1669
|
-
* Comma
|
|
1728
|
+
* Comma-separated list of fields to order by,
|
|
1670
1729
|
* followed by `asc` or `desc` postfix. This list is case insensitive. The
|
|
1671
1730
|
* default sorting order is ascending. Redundant space characters are
|
|
1672
1731
|
* insignificant.
|
|
@@ -1706,14 +1765,14 @@ export declare class DlpServiceClient {
|
|
|
1706
1765
|
* (project or organization) and whether you have [specified a processing
|
|
1707
1766
|
* location](https://cloud.google.com/sensitive-data-protection/docs/specifying-location):
|
|
1708
1767
|
*
|
|
1709
|
-
* + Projects scope, location specified
|
|
1710
|
-
* `projects
|
|
1711
|
-
* + Projects scope, no location specified (defaults to global)
|
|
1712
|
-
* `projects
|
|
1713
|
-
* + Organizations scope, location specified
|
|
1714
|
-
* `organizations
|
|
1715
|
-
* + Organizations scope, no location specified (defaults to global)
|
|
1716
|
-
* `organizations
|
|
1768
|
+
* + Projects scope, location specified:
|
|
1769
|
+
* `projects/{project_id}/locations/{location_id}`
|
|
1770
|
+
* + Projects scope, no location specified (defaults to global):
|
|
1771
|
+
* `projects/{project_id}`
|
|
1772
|
+
* + Organizations scope, location specified:
|
|
1773
|
+
* `organizations/{org_id}/locations/{location_id}`
|
|
1774
|
+
* + Organizations scope, no location specified (defaults to global):
|
|
1775
|
+
* `organizations/{org_id}`
|
|
1717
1776
|
*
|
|
1718
1777
|
* The following example `parent` string specifies a parent project with the
|
|
1719
1778
|
* identifier `example-project`, and specifies the `europe-west3` location
|
|
@@ -1727,7 +1786,7 @@ export declare class DlpServiceClient {
|
|
|
1727
1786
|
* Size of the page. This value can be limited by the server. If zero server
|
|
1728
1787
|
* returns a page of max size 100.
|
|
1729
1788
|
* @param {string} request.orderBy
|
|
1730
|
-
* Comma
|
|
1789
|
+
* Comma-separated list of fields to order by,
|
|
1731
1790
|
* followed by `asc` or `desc` postfix. This list is case insensitive. The
|
|
1732
1791
|
* default sorting order is ascending. Redundant space characters are
|
|
1733
1792
|
* insignificant.
|
|
@@ -1770,14 +1829,14 @@ export declare class DlpServiceClient {
|
|
|
1770
1829
|
* (project or organization) and whether you have [specified a processing
|
|
1771
1830
|
* location](https://cloud.google.com/sensitive-data-protection/docs/specifying-location):
|
|
1772
1831
|
*
|
|
1773
|
-
* + Projects scope, location specified
|
|
1774
|
-
* `projects
|
|
1775
|
-
* + Projects scope, no location specified (defaults to global)
|
|
1776
|
-
* `projects
|
|
1777
|
-
* + Organizations scope, location specified
|
|
1778
|
-
* `organizations
|
|
1779
|
-
* + Organizations scope, no location specified (defaults to global)
|
|
1780
|
-
* `organizations
|
|
1832
|
+
* + Projects scope, location specified:
|
|
1833
|
+
* `projects/{project_id}/locations/{location_id}`
|
|
1834
|
+
* + Projects scope, no location specified (defaults to global):
|
|
1835
|
+
* `projects/{project_id}`
|
|
1836
|
+
* + Organizations scope, location specified:
|
|
1837
|
+
* `organizations/{org_id}/locations/{location_id}`
|
|
1838
|
+
* + Organizations scope, no location specified (defaults to global):
|
|
1839
|
+
* `organizations/{org_id}`
|
|
1781
1840
|
*
|
|
1782
1841
|
* The following example `parent` string specifies a parent project with the
|
|
1783
1842
|
* identifier `example-project`, and specifies the `europe-west3` location
|
|
@@ -1791,7 +1850,7 @@ export declare class DlpServiceClient {
|
|
|
1791
1850
|
* Size of the page. This value can be limited by the server. If zero server
|
|
1792
1851
|
* returns a page of max size 100.
|
|
1793
1852
|
* @param {string} request.orderBy
|
|
1794
|
-
* Comma
|
|
1853
|
+
* Comma-separated list of fields to order by,
|
|
1795
1854
|
* followed by `asc` or `desc` postfix. This list is case insensitive. The
|
|
1796
1855
|
* default sorting order is ascending. Redundant space characters are
|
|
1797
1856
|
* insignificant.
|
|
@@ -1836,14 +1895,14 @@ export declare class DlpServiceClient {
|
|
|
1836
1895
|
* (project or organization) and whether you have [specified a processing
|
|
1837
1896
|
* location](https://cloud.google.com/sensitive-data-protection/docs/specifying-location):
|
|
1838
1897
|
*
|
|
1839
|
-
* + Projects scope, location specified
|
|
1840
|
-
* `projects
|
|
1841
|
-
* + Projects scope, no location specified (defaults to global)
|
|
1842
|
-
* `projects
|
|
1843
|
-
* + Organizations scope, location specified
|
|
1844
|
-
* `organizations
|
|
1845
|
-
* + Organizations scope, no location specified (defaults to global)
|
|
1846
|
-
* `organizations
|
|
1898
|
+
* + Projects scope, location specified:
|
|
1899
|
+
* `projects/{project_id}/locations/{location_id}`
|
|
1900
|
+
* + Projects scope, no location specified (defaults to global):
|
|
1901
|
+
* `projects/{project_id}`
|
|
1902
|
+
* + Organizations scope, location specified:
|
|
1903
|
+
* `organizations/{org_id}/locations/{location_id}`
|
|
1904
|
+
* + Organizations scope, no location specified (defaults to global):
|
|
1905
|
+
* `organizations/{org_id}`
|
|
1847
1906
|
*
|
|
1848
1907
|
* The following example `parent` string specifies a parent project with the
|
|
1849
1908
|
* identifier `example-project`, and specifies the `europe-west3` location
|
|
@@ -1857,7 +1916,7 @@ export declare class DlpServiceClient {
|
|
|
1857
1916
|
* Size of the page. This value can be limited by the server. If zero server
|
|
1858
1917
|
* returns a page of max size 100.
|
|
1859
1918
|
* @param {string} request.orderBy
|
|
1860
|
-
* Comma
|
|
1919
|
+
* Comma-separated list of fields to order by,
|
|
1861
1920
|
* followed by `asc` or `desc` postfix. This list is case insensitive. The
|
|
1862
1921
|
* default sorting order is ascending. Redundant space characters are
|
|
1863
1922
|
* insignificant.
|
|
@@ -1897,14 +1956,14 @@ export declare class DlpServiceClient {
|
|
|
1897
1956
|
* (project or organization) and whether you have [specified a processing
|
|
1898
1957
|
* location](https://cloud.google.com/sensitive-data-protection/docs/specifying-location):
|
|
1899
1958
|
*
|
|
1900
|
-
* + Projects scope, location specified
|
|
1901
|
-
* `projects
|
|
1902
|
-
* + Projects scope, no location specified (defaults to global)
|
|
1903
|
-
* `projects
|
|
1904
|
-
* + Organizations scope, location specified
|
|
1905
|
-
* `organizations
|
|
1906
|
-
* + Organizations scope, no location specified (defaults to global)
|
|
1907
|
-
* `organizations
|
|
1959
|
+
* + Projects scope, location specified:
|
|
1960
|
+
* `projects/{project_id}/locations/{location_id}`
|
|
1961
|
+
* + Projects scope, no location specified (defaults to global):
|
|
1962
|
+
* `projects/{project_id}`
|
|
1963
|
+
* + Organizations scope, location specified:
|
|
1964
|
+
* `organizations/{org_id}/locations/{location_id}`
|
|
1965
|
+
* + Organizations scope, no location specified (defaults to global):
|
|
1966
|
+
* `organizations/{org_id}`
|
|
1908
1967
|
*
|
|
1909
1968
|
* The following example `parent` string specifies a parent project with the
|
|
1910
1969
|
* identifier `example-project`, and specifies the `europe-west3` location
|
|
@@ -1918,7 +1977,7 @@ export declare class DlpServiceClient {
|
|
|
1918
1977
|
* Size of the page. This value can be limited by the server. If zero server
|
|
1919
1978
|
* returns a page of max size 100.
|
|
1920
1979
|
* @param {string} request.orderBy
|
|
1921
|
-
* Comma
|
|
1980
|
+
* Comma-separated list of fields to order by,
|
|
1922
1981
|
* followed by `asc` or `desc` postfix. This list is case insensitive. The
|
|
1923
1982
|
* default sorting order is ascending. Redundant space characters are
|
|
1924
1983
|
* insignificant.
|
|
@@ -1961,10 +2020,10 @@ export declare class DlpServiceClient {
|
|
|
1961
2020
|
* processing
|
|
1962
2021
|
* location](https://cloud.google.com/sensitive-data-protection/docs/specifying-location):
|
|
1963
2022
|
*
|
|
1964
|
-
* + Projects scope, location specified
|
|
1965
|
-
* `projects
|
|
1966
|
-
* + Projects scope, no location specified (defaults to global)
|
|
1967
|
-
* `projects
|
|
2023
|
+
* + Projects scope, location specified:
|
|
2024
|
+
* `projects/{project_id}/locations/{location_id}`
|
|
2025
|
+
* + Projects scope, no location specified (defaults to global):
|
|
2026
|
+
* `projects/{project_id}`
|
|
1968
2027
|
*
|
|
1969
2028
|
* The following example `parent` string specifies a parent project with the
|
|
1970
2029
|
* identifier `example-project`, and specifies the `europe-west3` location
|
|
@@ -1978,7 +2037,7 @@ export declare class DlpServiceClient {
|
|
|
1978
2037
|
* @param {number} request.pageSize
|
|
1979
2038
|
* Size of the page. This value can be limited by a server.
|
|
1980
2039
|
* @param {string} request.orderBy
|
|
1981
|
-
* Comma
|
|
2040
|
+
* Comma-separated list of triggeredJob fields to order by,
|
|
1982
2041
|
* followed by `asc` or `desc` postfix. This list is case insensitive. The
|
|
1983
2042
|
* default sorting order is ascending. Redundant space characters are
|
|
1984
2043
|
* insignificant.
|
|
@@ -2052,10 +2111,10 @@ export declare class DlpServiceClient {
|
|
|
2052
2111
|
* processing
|
|
2053
2112
|
* location](https://cloud.google.com/sensitive-data-protection/docs/specifying-location):
|
|
2054
2113
|
*
|
|
2055
|
-
* + Projects scope, location specified
|
|
2056
|
-
* `projects
|
|
2057
|
-
* + Projects scope, no location specified (defaults to global)
|
|
2058
|
-
* `projects
|
|
2114
|
+
* + Projects scope, location specified:
|
|
2115
|
+
* `projects/{project_id}/locations/{location_id}`
|
|
2116
|
+
* + Projects scope, no location specified (defaults to global):
|
|
2117
|
+
* `projects/{project_id}`
|
|
2059
2118
|
*
|
|
2060
2119
|
* The following example `parent` string specifies a parent project with the
|
|
2061
2120
|
* identifier `example-project`, and specifies the `europe-west3` location
|
|
@@ -2069,7 +2128,7 @@ export declare class DlpServiceClient {
|
|
|
2069
2128
|
* @param {number} request.pageSize
|
|
2070
2129
|
* Size of the page. This value can be limited by a server.
|
|
2071
2130
|
* @param {string} request.orderBy
|
|
2072
|
-
* Comma
|
|
2131
|
+
* Comma-separated list of triggeredJob fields to order by,
|
|
2073
2132
|
* followed by `asc` or `desc` postfix. This list is case insensitive. The
|
|
2074
2133
|
* default sorting order is ascending. Redundant space characters are
|
|
2075
2134
|
* insignificant.
|
|
@@ -2138,10 +2197,10 @@ export declare class DlpServiceClient {
|
|
|
2138
2197
|
* processing
|
|
2139
2198
|
* location](https://cloud.google.com/sensitive-data-protection/docs/specifying-location):
|
|
2140
2199
|
*
|
|
2141
|
-
* + Projects scope, location specified
|
|
2142
|
-
* `projects
|
|
2143
|
-
* + Projects scope, no location specified (defaults to global)
|
|
2144
|
-
* `projects
|
|
2200
|
+
* + Projects scope, location specified:
|
|
2201
|
+
* `projects/{project_id}/locations/{location_id}`
|
|
2202
|
+
* + Projects scope, no location specified (defaults to global):
|
|
2203
|
+
* `projects/{project_id}`
|
|
2145
2204
|
*
|
|
2146
2205
|
* The following example `parent` string specifies a parent project with the
|
|
2147
2206
|
* identifier `example-project`, and specifies the `europe-west3` location
|
|
@@ -2155,7 +2214,7 @@ export declare class DlpServiceClient {
|
|
|
2155
2214
|
* @param {number} request.pageSize
|
|
2156
2215
|
* Size of the page. This value can be limited by a server.
|
|
2157
2216
|
* @param {string} request.orderBy
|
|
2158
|
-
* Comma
|
|
2217
|
+
* Comma-separated list of triggeredJob fields to order by,
|
|
2159
2218
|
* followed by `asc` or `desc` postfix. This list is case insensitive. The
|
|
2160
2219
|
* default sorting order is ascending. Redundant space characters are
|
|
2161
2220
|
* insignificant.
|
|
@@ -2221,7 +2280,7 @@ export declare class DlpServiceClient {
|
|
|
2221
2280
|
* Required. Parent resource name.
|
|
2222
2281
|
*
|
|
2223
2282
|
* The format of this value is as follows:
|
|
2224
|
-
* `projects
|
|
2283
|
+
* `projects/{project_id}/locations/{location_id}`
|
|
2225
2284
|
*
|
|
2226
2285
|
* The following example `parent` string specifies a parent project with the
|
|
2227
2286
|
* identifier `example-project`, and specifies the `europe-west3` location
|
|
@@ -2235,7 +2294,7 @@ export declare class DlpServiceClient {
|
|
|
2235
2294
|
* @param {number} request.pageSize
|
|
2236
2295
|
* Size of the page. This value can be limited by a server.
|
|
2237
2296
|
* @param {string} request.orderBy
|
|
2238
|
-
* Comma
|
|
2297
|
+
* Comma-separated list of config fields to order by,
|
|
2239
2298
|
* followed by `asc` or `desc` postfix. This list is case insensitive. The
|
|
2240
2299
|
* default sorting order is ascending. Redundant space characters are
|
|
2241
2300
|
* insignificant.
|
|
@@ -2274,7 +2333,7 @@ export declare class DlpServiceClient {
|
|
|
2274
2333
|
* Required. Parent resource name.
|
|
2275
2334
|
*
|
|
2276
2335
|
* The format of this value is as follows:
|
|
2277
|
-
* `projects
|
|
2336
|
+
* `projects/{project_id}/locations/{location_id}`
|
|
2278
2337
|
*
|
|
2279
2338
|
* The following example `parent` string specifies a parent project with the
|
|
2280
2339
|
* identifier `example-project`, and specifies the `europe-west3` location
|
|
@@ -2288,7 +2347,7 @@ export declare class DlpServiceClient {
|
|
|
2288
2347
|
* @param {number} request.pageSize
|
|
2289
2348
|
* Size of the page. This value can be limited by a server.
|
|
2290
2349
|
* @param {string} request.orderBy
|
|
2291
|
-
* Comma
|
|
2350
|
+
* Comma-separated list of config fields to order by,
|
|
2292
2351
|
* followed by `asc` or `desc` postfix. This list is case insensitive. The
|
|
2293
2352
|
* default sorting order is ascending. Redundant space characters are
|
|
2294
2353
|
* insignificant.
|
|
@@ -2322,7 +2381,7 @@ export declare class DlpServiceClient {
|
|
|
2322
2381
|
* Required. Parent resource name.
|
|
2323
2382
|
*
|
|
2324
2383
|
* The format of this value is as follows:
|
|
2325
|
-
* `projects
|
|
2384
|
+
* `projects/{project_id}/locations/{location_id}`
|
|
2326
2385
|
*
|
|
2327
2386
|
* The following example `parent` string specifies a parent project with the
|
|
2328
2387
|
* identifier `example-project`, and specifies the `europe-west3` location
|
|
@@ -2336,7 +2395,7 @@ export declare class DlpServiceClient {
|
|
|
2336
2395
|
* @param {number} request.pageSize
|
|
2337
2396
|
* Size of the page. This value can be limited by a server.
|
|
2338
2397
|
* @param {string} request.orderBy
|
|
2339
|
-
* Comma
|
|
2398
|
+
* Comma-separated list of config fields to order by,
|
|
2340
2399
|
* followed by `asc` or `desc` postfix. This list is case insensitive. The
|
|
2341
2400
|
* default sorting order is ascending. Redundant space characters are
|
|
2342
2401
|
* insignificant.
|
|
@@ -2378,10 +2437,10 @@ export declare class DlpServiceClient {
|
|
|
2378
2437
|
* processing
|
|
2379
2438
|
* location](https://cloud.google.com/sensitive-data-protection/docs/specifying-location):
|
|
2380
2439
|
*
|
|
2381
|
-
* + Projects scope, location specified
|
|
2382
|
-
* `projects
|
|
2383
|
-
* + Projects scope, no location specified (defaults to global)
|
|
2384
|
-
* `projects
|
|
2440
|
+
* + Projects scope, location specified:
|
|
2441
|
+
* `projects/{project_id}/locations/{location_id}`
|
|
2442
|
+
* + Projects scope, no location specified (defaults to global):
|
|
2443
|
+
* `projects/{project_id}`
|
|
2385
2444
|
*
|
|
2386
2445
|
* The following example `parent` string specifies a parent project with the
|
|
2387
2446
|
* identifier `example-project`, and specifies the `europe-west3` location
|
|
@@ -2424,7 +2483,7 @@ export declare class DlpServiceClient {
|
|
|
2424
2483
|
* @param {google.privacy.dlp.v2.DlpJobType} request.type
|
|
2425
2484
|
* The type of job. Defaults to `DlpJobType.INSPECT`
|
|
2426
2485
|
* @param {string} request.orderBy
|
|
2427
|
-
* Comma
|
|
2486
|
+
* Comma-separated list of fields to order by,
|
|
2428
2487
|
* followed by `asc` or `desc` postfix. This list is case insensitive. The
|
|
2429
2488
|
* default sorting order is ascending. Redundant space characters are
|
|
2430
2489
|
* insignificant.
|
|
@@ -2469,10 +2528,10 @@ export declare class DlpServiceClient {
|
|
|
2469
2528
|
* processing
|
|
2470
2529
|
* location](https://cloud.google.com/sensitive-data-protection/docs/specifying-location):
|
|
2471
2530
|
*
|
|
2472
|
-
* + Projects scope, location specified
|
|
2473
|
-
* `projects
|
|
2474
|
-
* + Projects scope, no location specified (defaults to global)
|
|
2475
|
-
* `projects
|
|
2531
|
+
* + Projects scope, location specified:
|
|
2532
|
+
* `projects/{project_id}/locations/{location_id}`
|
|
2533
|
+
* + Projects scope, no location specified (defaults to global):
|
|
2534
|
+
* `projects/{project_id}`
|
|
2476
2535
|
*
|
|
2477
2536
|
* The following example `parent` string specifies a parent project with the
|
|
2478
2537
|
* identifier `example-project`, and specifies the `europe-west3` location
|
|
@@ -2515,7 +2574,7 @@ export declare class DlpServiceClient {
|
|
|
2515
2574
|
* @param {google.privacy.dlp.v2.DlpJobType} request.type
|
|
2516
2575
|
* The type of job. Defaults to `DlpJobType.INSPECT`
|
|
2517
2576
|
* @param {string} request.orderBy
|
|
2518
|
-
* Comma
|
|
2577
|
+
* Comma-separated list of fields to order by,
|
|
2519
2578
|
* followed by `asc` or `desc` postfix. This list is case insensitive. The
|
|
2520
2579
|
* default sorting order is ascending. Redundant space characters are
|
|
2521
2580
|
* insignificant.
|
|
@@ -2555,10 +2614,10 @@ export declare class DlpServiceClient {
|
|
|
2555
2614
|
* processing
|
|
2556
2615
|
* location](https://cloud.google.com/sensitive-data-protection/docs/specifying-location):
|
|
2557
2616
|
*
|
|
2558
|
-
* + Projects scope, location specified
|
|
2559
|
-
* `projects
|
|
2560
|
-
* + Projects scope, no location specified (defaults to global)
|
|
2561
|
-
* `projects
|
|
2617
|
+
* + Projects scope, location specified:
|
|
2618
|
+
* `projects/{project_id}/locations/{location_id}`
|
|
2619
|
+
* + Projects scope, no location specified (defaults to global):
|
|
2620
|
+
* `projects/{project_id}`
|
|
2562
2621
|
*
|
|
2563
2622
|
* The following example `parent` string specifies a parent project with the
|
|
2564
2623
|
* identifier `example-project`, and specifies the `europe-west3` location
|
|
@@ -2601,7 +2660,7 @@ export declare class DlpServiceClient {
|
|
|
2601
2660
|
* @param {google.privacy.dlp.v2.DlpJobType} request.type
|
|
2602
2661
|
* The type of job. Defaults to `DlpJobType.INSPECT`
|
|
2603
2662
|
* @param {string} request.orderBy
|
|
2604
|
-
* Comma
|
|
2663
|
+
* Comma-separated list of fields to order by,
|
|
2605
2664
|
* followed by `asc` or `desc` postfix. This list is case insensitive. The
|
|
2606
2665
|
* default sorting order is ascending. Redundant space characters are
|
|
2607
2666
|
* insignificant.
|
|
@@ -2644,10 +2703,10 @@ export declare class DlpServiceClient {
|
|
|
2644
2703
|
* (project or organization) and whether you have [specified a processing
|
|
2645
2704
|
* location](https://cloud.google.com/sensitive-data-protection/docs/specifying-location):
|
|
2646
2705
|
*
|
|
2647
|
-
* + Projects scope, location specified
|
|
2648
|
-
* `projects
|
|
2649
|
-
* + Projects scope, no location specified (defaults to global)
|
|
2650
|
-
* `projects
|
|
2706
|
+
* + Projects scope, location specified:
|
|
2707
|
+
* `projects/{project_id}/locations/{location_id}`
|
|
2708
|
+
* + Projects scope, no location specified (defaults to global):
|
|
2709
|
+
* `projects/{project_id}`
|
|
2651
2710
|
*
|
|
2652
2711
|
* The following example `parent` string specifies a parent project with the
|
|
2653
2712
|
* identifier `example-project`, and specifies the `europe-west3` location
|
|
@@ -2661,7 +2720,7 @@ export declare class DlpServiceClient {
|
|
|
2661
2720
|
* Size of the page. This value can be limited by the server. If zero server
|
|
2662
2721
|
* returns a page of max size 100.
|
|
2663
2722
|
* @param {string} request.orderBy
|
|
2664
|
-
* Comma
|
|
2723
|
+
* Comma-separated list of fields to order by,
|
|
2665
2724
|
* followed by `asc` or `desc` postfix. This list is case insensitive. The
|
|
2666
2725
|
* default sorting order is ascending. Redundant space characters are
|
|
2667
2726
|
* insignificant.
|
|
@@ -2707,10 +2766,10 @@ export declare class DlpServiceClient {
|
|
|
2707
2766
|
* (project or organization) and whether you have [specified a processing
|
|
2708
2767
|
* location](https://cloud.google.com/sensitive-data-protection/docs/specifying-location):
|
|
2709
2768
|
*
|
|
2710
|
-
* + Projects scope, location specified
|
|
2711
|
-
* `projects
|
|
2712
|
-
* + Projects scope, no location specified (defaults to global)
|
|
2713
|
-
* `projects
|
|
2769
|
+
* + Projects scope, location specified:
|
|
2770
|
+
* `projects/{project_id}/locations/{location_id}`
|
|
2771
|
+
* + Projects scope, no location specified (defaults to global):
|
|
2772
|
+
* `projects/{project_id}`
|
|
2714
2773
|
*
|
|
2715
2774
|
* The following example `parent` string specifies a parent project with the
|
|
2716
2775
|
* identifier `example-project`, and specifies the `europe-west3` location
|
|
@@ -2724,7 +2783,7 @@ export declare class DlpServiceClient {
|
|
|
2724
2783
|
* Size of the page. This value can be limited by the server. If zero server
|
|
2725
2784
|
* returns a page of max size 100.
|
|
2726
2785
|
* @param {string} request.orderBy
|
|
2727
|
-
* Comma
|
|
2786
|
+
* Comma-separated list of fields to order by,
|
|
2728
2787
|
* followed by `asc` or `desc` postfix. This list is case insensitive. The
|
|
2729
2788
|
* default sorting order is ascending. Redundant space characters are
|
|
2730
2789
|
* insignificant.
|
|
@@ -2765,10 +2824,10 @@ export declare class DlpServiceClient {
|
|
|
2765
2824
|
* (project or organization) and whether you have [specified a processing
|
|
2766
2825
|
* location](https://cloud.google.com/sensitive-data-protection/docs/specifying-location):
|
|
2767
2826
|
*
|
|
2768
|
-
* + Projects scope, location specified
|
|
2769
|
-
* `projects
|
|
2770
|
-
* + Projects scope, no location specified (defaults to global)
|
|
2771
|
-
* `projects
|
|
2827
|
+
* + Projects scope, location specified:
|
|
2828
|
+
* `projects/{project_id}/locations/{location_id}`
|
|
2829
|
+
* + Projects scope, no location specified (defaults to global):
|
|
2830
|
+
* `projects/{project_id}`
|
|
2772
2831
|
*
|
|
2773
2832
|
* The following example `parent` string specifies a parent project with the
|
|
2774
2833
|
* identifier `example-project`, and specifies the `europe-west3` location
|
|
@@ -2782,7 +2841,7 @@ export declare class DlpServiceClient {
|
|
|
2782
2841
|
* Size of the page. This value can be limited by the server. If zero server
|
|
2783
2842
|
* returns a page of max size 100.
|
|
2784
2843
|
* @param {string} request.orderBy
|
|
2785
|
-
* Comma
|
|
2844
|
+
* Comma-separated list of fields to order by,
|
|
2786
2845
|
* followed by `asc` or `desc` postfix. This list is case insensitive. The
|
|
2787
2846
|
* default sorting order is ascending. Redundant space characters are
|
|
2788
2847
|
* insignificant.
|
|
@@ -2824,7 +2883,7 @@ export declare class DlpServiceClient {
|
|
|
2824
2883
|
* Size of the page. This value can be limited by the server. If zero, server
|
|
2825
2884
|
* returns a page of max size 100.
|
|
2826
2885
|
* @param {string} request.orderBy
|
|
2827
|
-
* Comma
|
|
2886
|
+
* Comma-separated list of fields to order by, followed by `asc` or `desc`
|
|
2828
2887
|
* postfix. This list is case insensitive. The default sorting order is
|
|
2829
2888
|
* ascending. Redundant space characters are insignificant. Only one order
|
|
2830
2889
|
* field at a time is allowed.
|
|
@@ -2893,7 +2952,7 @@ export declare class DlpServiceClient {
|
|
|
2893
2952
|
* Size of the page. This value can be limited by the server. If zero, server
|
|
2894
2953
|
* returns a page of max size 100.
|
|
2895
2954
|
* @param {string} request.orderBy
|
|
2896
|
-
* Comma
|
|
2955
|
+
* Comma-separated list of fields to order by, followed by `asc` or `desc`
|
|
2897
2956
|
* postfix. This list is case insensitive. The default sorting order is
|
|
2898
2957
|
* ascending. Redundant space characters are insignificant. Only one order
|
|
2899
2958
|
* field at a time is allowed.
|
|
@@ -2957,7 +3016,7 @@ export declare class DlpServiceClient {
|
|
|
2957
3016
|
* Size of the page. This value can be limited by the server. If zero, server
|
|
2958
3017
|
* returns a page of max size 100.
|
|
2959
3018
|
* @param {string} request.orderBy
|
|
2960
|
-
* Comma
|
|
3019
|
+
* Comma-separated list of fields to order by, followed by `asc` or `desc`
|
|
2961
3020
|
* postfix. This list is case insensitive. The default sorting order is
|
|
2962
3021
|
* ascending. Redundant space characters are insignificant. Only one order
|
|
2963
3022
|
* field at a time is allowed.
|
|
@@ -3023,7 +3082,7 @@ export declare class DlpServiceClient {
|
|
|
3023
3082
|
* Size of the page. This value can be limited by the server. If zero, server
|
|
3024
3083
|
* returns a page of max size 100.
|
|
3025
3084
|
* @param {string} request.orderBy
|
|
3026
|
-
* Comma
|
|
3085
|
+
* Comma-separated list of fields to order by, followed by `asc` or `desc`
|
|
3027
3086
|
* postfix. This list is case insensitive. The default sorting order is
|
|
3028
3087
|
* ascending. Redundant space characters are insignificant. Only one order
|
|
3029
3088
|
* field at a time is allowed.
|
|
@@ -3105,7 +3164,7 @@ export declare class DlpServiceClient {
|
|
|
3105
3164
|
* Size of the page. This value can be limited by the server. If zero, server
|
|
3106
3165
|
* returns a page of max size 100.
|
|
3107
3166
|
* @param {string} request.orderBy
|
|
3108
|
-
* Comma
|
|
3167
|
+
* Comma-separated list of fields to order by, followed by `asc` or `desc`
|
|
3109
3168
|
* postfix. This list is case insensitive. The default sorting order is
|
|
3110
3169
|
* ascending. Redundant space characters are insignificant. Only one order
|
|
3111
3170
|
* field at a time is allowed.
|
|
@@ -3182,7 +3241,7 @@ export declare class DlpServiceClient {
|
|
|
3182
3241
|
* Size of the page. This value can be limited by the server. If zero, server
|
|
3183
3242
|
* returns a page of max size 100.
|
|
3184
3243
|
* @param {string} request.orderBy
|
|
3185
|
-
* Comma
|
|
3244
|
+
* Comma-separated list of fields to order by, followed by `asc` or `desc`
|
|
3186
3245
|
* postfix. This list is case insensitive. The default sorting order is
|
|
3187
3246
|
* ascending. Redundant space characters are insignificant. Only one order
|
|
3188
3247
|
* field at a time is allowed.
|
|
@@ -3259,12 +3318,13 @@ export declare class DlpServiceClient {
|
|
|
3259
3318
|
* Size of the page. This value can be limited by the server. If zero, server
|
|
3260
3319
|
* returns a page of max size 100.
|
|
3261
3320
|
* @param {string} request.orderBy
|
|
3262
|
-
* Comma
|
|
3321
|
+
* Comma-separated list of fields to order by, followed by `asc` or `desc`
|
|
3263
3322
|
* postfix. This list is case insensitive. The default sorting order is
|
|
3264
3323
|
* ascending. Redundant space characters are insignificant. Only one order
|
|
3265
3324
|
* field at a time is allowed.
|
|
3266
3325
|
*
|
|
3267
3326
|
* Examples:
|
|
3327
|
+
*
|
|
3268
3328
|
* * `project_id asc`
|
|
3269
3329
|
* * `table_id`
|
|
3270
3330
|
* * `sensitivity_level desc`
|
|
@@ -3342,12 +3402,13 @@ export declare class DlpServiceClient {
|
|
|
3342
3402
|
* Size of the page. This value can be limited by the server. If zero, server
|
|
3343
3403
|
* returns a page of max size 100.
|
|
3344
3404
|
* @param {string} request.orderBy
|
|
3345
|
-
* Comma
|
|
3405
|
+
* Comma-separated list of fields to order by, followed by `asc` or `desc`
|
|
3346
3406
|
* postfix. This list is case insensitive. The default sorting order is
|
|
3347
3407
|
* ascending. Redundant space characters are insignificant. Only one order
|
|
3348
3408
|
* field at a time is allowed.
|
|
3349
3409
|
*
|
|
3350
3410
|
* Examples:
|
|
3411
|
+
*
|
|
3351
3412
|
* * `project_id asc`
|
|
3352
3413
|
* * `table_id`
|
|
3353
3414
|
* * `sensitivity_level desc`
|
|
@@ -3420,12 +3481,13 @@ export declare class DlpServiceClient {
|
|
|
3420
3481
|
* Size of the page. This value can be limited by the server. If zero, server
|
|
3421
3482
|
* returns a page of max size 100.
|
|
3422
3483
|
* @param {string} request.orderBy
|
|
3423
|
-
* Comma
|
|
3484
|
+
* Comma-separated list of fields to order by, followed by `asc` or `desc`
|
|
3424
3485
|
* postfix. This list is case insensitive. The default sorting order is
|
|
3425
3486
|
* ascending. Redundant space characters are insignificant. Only one order
|
|
3426
3487
|
* field at a time is allowed.
|
|
3427
3488
|
*
|
|
3428
3489
|
* Examples:
|
|
3490
|
+
*
|
|
3429
3491
|
* * `project_id asc`
|
|
3430
3492
|
* * `table_id`
|
|
3431
3493
|
* * `sensitivity_level desc`
|
|
@@ -3484,13 +3546,251 @@ export declare class DlpServiceClient {
|
|
|
3484
3546
|
*/
|
|
3485
3547
|
listColumnDataProfilesAsync(request?: protos.google.privacy.dlp.v2.IListColumnDataProfilesRequest, options?: CallOptions): AsyncIterable<protos.google.privacy.dlp.v2.IColumnDataProfile>;
|
|
3486
3548
|
/**
|
|
3487
|
-
* Lists
|
|
3549
|
+
* Lists file store data profiles for an organization.
|
|
3550
|
+
*
|
|
3551
|
+
* @param {Object} request
|
|
3552
|
+
* The request object that will be sent.
|
|
3553
|
+
* @param {string} request.parent
|
|
3554
|
+
* Required. Resource name of the organization or project, for
|
|
3555
|
+
* example `organizations/433245324/locations/europe` or
|
|
3556
|
+
* `projects/project-id/locations/asia`.
|
|
3557
|
+
* @param {string} [request.pageToken]
|
|
3558
|
+
* Optional. Page token to continue retrieval.
|
|
3559
|
+
* @param {number} [request.pageSize]
|
|
3560
|
+
* Optional. Size of the page. This value can be limited by the server. If
|
|
3561
|
+
* zero, server returns a page of max size 100.
|
|
3562
|
+
* @param {string} [request.orderBy]
|
|
3563
|
+
* Optional. Comma-separated list of fields to order by, followed by `asc` or
|
|
3564
|
+
* `desc` postfix. This list is case insensitive. The default sorting order is
|
|
3565
|
+
* ascending. Redundant space characters are insignificant. Only one order
|
|
3566
|
+
* field at a time is allowed.
|
|
3567
|
+
*
|
|
3568
|
+
* Examples:
|
|
3569
|
+
*
|
|
3570
|
+
* * `project_id asc`
|
|
3571
|
+
* * `name`
|
|
3572
|
+
* * `sensitivity_level desc`
|
|
3573
|
+
*
|
|
3574
|
+
* Supported fields are:
|
|
3575
|
+
*
|
|
3576
|
+
* - `project_id`: The Google Cloud project ID.
|
|
3577
|
+
* - `sensitivity_level`: How sensitive the data in a table is, at most.
|
|
3578
|
+
* - `data_risk_level`: How much risk is associated with this data.
|
|
3579
|
+
* - `profile_last_generated`: When the profile was last updated in epoch
|
|
3580
|
+
* seconds.
|
|
3581
|
+
* - `last_modified`: The last time the resource was modified.
|
|
3582
|
+
* - `resource_visibility`: Visibility restriction for this resource.
|
|
3583
|
+
* - `name`: The name of the profile.
|
|
3584
|
+
* - `create_time`: The time the file store was first created.
|
|
3585
|
+
* @param {string} [request.filter]
|
|
3586
|
+
* Optional. Allows filtering.
|
|
3587
|
+
*
|
|
3588
|
+
* Supported syntax:
|
|
3589
|
+
*
|
|
3590
|
+
* * Filter expressions are made up of one or more restrictions.
|
|
3591
|
+
* * Restrictions can be combined by `AND` or `OR` logical operators. A
|
|
3592
|
+
* sequence of restrictions implicitly uses `AND`.
|
|
3593
|
+
* * A restriction has the form of `{field} {operator} {value}`.
|
|
3594
|
+
* * Supported fields/values:
|
|
3595
|
+
* - `project_id` - The Google Cloud project ID.
|
|
3596
|
+
* - `file_store_path` - The path like "gs://bucket".
|
|
3597
|
+
* - `sensitivity_level` - HIGH|MODERATE|LOW
|
|
3598
|
+
* - `data_risk_level` - HIGH|MODERATE|LOW
|
|
3599
|
+
* - `resource_visibility`: PUBLIC|RESTRICTED
|
|
3600
|
+
* - `status_code` - an RPC status code as defined in
|
|
3601
|
+
* https://github.com/googleapis/googleapis/blob/master/google/rpc/code.proto
|
|
3602
|
+
* * The operator must be `=` or `!=`.
|
|
3603
|
+
*
|
|
3604
|
+
* Examples:
|
|
3605
|
+
*
|
|
3606
|
+
* * `project_id = 12345 AND status_code = 1`
|
|
3607
|
+
* * `project_id = 12345 AND sensitivity_level = HIGH`
|
|
3608
|
+
* * `project_id = 12345 AND resource_visibility = PUBLIC`
|
|
3609
|
+
* * `file_store_path = "gs://mybucket"`
|
|
3488
3610
|
*
|
|
3611
|
+
* The length of this field should be no more than 500 characters.
|
|
3612
|
+
* @param {object} [options]
|
|
3613
|
+
* Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
|
|
3614
|
+
* @returns {Promise} - The promise which resolves to an array.
|
|
3615
|
+
* The first element of the array is Array of {@link protos.google.privacy.dlp.v2.FileStoreDataProfile|FileStoreDataProfile}.
|
|
3616
|
+
* The client library will perform auto-pagination by default: it will call the API as many
|
|
3617
|
+
* times as needed and will merge results from all the pages into this array.
|
|
3618
|
+
* Note that it can affect your quota.
|
|
3619
|
+
* We recommend using `listFileStoreDataProfilesAsync()`
|
|
3620
|
+
* method described below for async iteration which you can stop as needed.
|
|
3621
|
+
* Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#auto-pagination | documentation }
|
|
3622
|
+
* for more details and examples.
|
|
3623
|
+
*/
|
|
3624
|
+
listFileStoreDataProfiles(request?: protos.google.privacy.dlp.v2.IListFileStoreDataProfilesRequest, options?: CallOptions): Promise<[
|
|
3625
|
+
protos.google.privacy.dlp.v2.IFileStoreDataProfile[],
|
|
3626
|
+
protos.google.privacy.dlp.v2.IListFileStoreDataProfilesRequest | null,
|
|
3627
|
+
protos.google.privacy.dlp.v2.IListFileStoreDataProfilesResponse
|
|
3628
|
+
]>;
|
|
3629
|
+
listFileStoreDataProfiles(request: protos.google.privacy.dlp.v2.IListFileStoreDataProfilesRequest, options: CallOptions, callback: PaginationCallback<protos.google.privacy.dlp.v2.IListFileStoreDataProfilesRequest, protos.google.privacy.dlp.v2.IListFileStoreDataProfilesResponse | null | undefined, protos.google.privacy.dlp.v2.IFileStoreDataProfile>): void;
|
|
3630
|
+
listFileStoreDataProfiles(request: protos.google.privacy.dlp.v2.IListFileStoreDataProfilesRequest, callback: PaginationCallback<protos.google.privacy.dlp.v2.IListFileStoreDataProfilesRequest, protos.google.privacy.dlp.v2.IListFileStoreDataProfilesResponse | null | undefined, protos.google.privacy.dlp.v2.IFileStoreDataProfile>): void;
|
|
3631
|
+
/**
|
|
3632
|
+
* Equivalent to `method.name.toCamelCase()`, but returns a NodeJS Stream object.
|
|
3489
3633
|
* @param {Object} request
|
|
3490
3634
|
* The request object that will be sent.
|
|
3491
3635
|
* @param {string} request.parent
|
|
3492
|
-
* Required.
|
|
3493
|
-
* `
|
|
3636
|
+
* Required. Resource name of the organization or project, for
|
|
3637
|
+
* example `organizations/433245324/locations/europe` or
|
|
3638
|
+
* `projects/project-id/locations/asia`.
|
|
3639
|
+
* @param {string} [request.pageToken]
|
|
3640
|
+
* Optional. Page token to continue retrieval.
|
|
3641
|
+
* @param {number} [request.pageSize]
|
|
3642
|
+
* Optional. Size of the page. This value can be limited by the server. If
|
|
3643
|
+
* zero, server returns a page of max size 100.
|
|
3644
|
+
* @param {string} [request.orderBy]
|
|
3645
|
+
* Optional. Comma-separated list of fields to order by, followed by `asc` or
|
|
3646
|
+
* `desc` postfix. This list is case insensitive. The default sorting order is
|
|
3647
|
+
* ascending. Redundant space characters are insignificant. Only one order
|
|
3648
|
+
* field at a time is allowed.
|
|
3649
|
+
*
|
|
3650
|
+
* Examples:
|
|
3651
|
+
*
|
|
3652
|
+
* * `project_id asc`
|
|
3653
|
+
* * `name`
|
|
3654
|
+
* * `sensitivity_level desc`
|
|
3655
|
+
*
|
|
3656
|
+
* Supported fields are:
|
|
3657
|
+
*
|
|
3658
|
+
* - `project_id`: The Google Cloud project ID.
|
|
3659
|
+
* - `sensitivity_level`: How sensitive the data in a table is, at most.
|
|
3660
|
+
* - `data_risk_level`: How much risk is associated with this data.
|
|
3661
|
+
* - `profile_last_generated`: When the profile was last updated in epoch
|
|
3662
|
+
* seconds.
|
|
3663
|
+
* - `last_modified`: The last time the resource was modified.
|
|
3664
|
+
* - `resource_visibility`: Visibility restriction for this resource.
|
|
3665
|
+
* - `name`: The name of the profile.
|
|
3666
|
+
* - `create_time`: The time the file store was first created.
|
|
3667
|
+
* @param {string} [request.filter]
|
|
3668
|
+
* Optional. Allows filtering.
|
|
3669
|
+
*
|
|
3670
|
+
* Supported syntax:
|
|
3671
|
+
*
|
|
3672
|
+
* * Filter expressions are made up of one or more restrictions.
|
|
3673
|
+
* * Restrictions can be combined by `AND` or `OR` logical operators. A
|
|
3674
|
+
* sequence of restrictions implicitly uses `AND`.
|
|
3675
|
+
* * A restriction has the form of `{field} {operator} {value}`.
|
|
3676
|
+
* * Supported fields/values:
|
|
3677
|
+
* - `project_id` - The Google Cloud project ID.
|
|
3678
|
+
* - `file_store_path` - The path like "gs://bucket".
|
|
3679
|
+
* - `sensitivity_level` - HIGH|MODERATE|LOW
|
|
3680
|
+
* - `data_risk_level` - HIGH|MODERATE|LOW
|
|
3681
|
+
* - `resource_visibility`: PUBLIC|RESTRICTED
|
|
3682
|
+
* - `status_code` - an RPC status code as defined in
|
|
3683
|
+
* https://github.com/googleapis/googleapis/blob/master/google/rpc/code.proto
|
|
3684
|
+
* * The operator must be `=` or `!=`.
|
|
3685
|
+
*
|
|
3686
|
+
* Examples:
|
|
3687
|
+
*
|
|
3688
|
+
* * `project_id = 12345 AND status_code = 1`
|
|
3689
|
+
* * `project_id = 12345 AND sensitivity_level = HIGH`
|
|
3690
|
+
* * `project_id = 12345 AND resource_visibility = PUBLIC`
|
|
3691
|
+
* * `file_store_path = "gs://mybucket"`
|
|
3692
|
+
*
|
|
3693
|
+
* The length of this field should be no more than 500 characters.
|
|
3694
|
+
* @param {object} [options]
|
|
3695
|
+
* Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
|
|
3696
|
+
* @returns {Stream}
|
|
3697
|
+
* An object stream which emits an object representing {@link protos.google.privacy.dlp.v2.FileStoreDataProfile|FileStoreDataProfile} on 'data' event.
|
|
3698
|
+
* The client library will perform auto-pagination by default: it will call the API as many
|
|
3699
|
+
* times as needed. Note that it can affect your quota.
|
|
3700
|
+
* We recommend using `listFileStoreDataProfilesAsync()`
|
|
3701
|
+
* method described below for async iteration which you can stop as needed.
|
|
3702
|
+
* Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#auto-pagination | documentation }
|
|
3703
|
+
* for more details and examples.
|
|
3704
|
+
*/
|
|
3705
|
+
listFileStoreDataProfilesStream(request?: protos.google.privacy.dlp.v2.IListFileStoreDataProfilesRequest, options?: CallOptions): Transform;
|
|
3706
|
+
/**
|
|
3707
|
+
* Equivalent to `listFileStoreDataProfiles`, but returns an iterable object.
|
|
3708
|
+
*
|
|
3709
|
+
* `for`-`await`-`of` syntax is used with the iterable to get response elements on-demand.
|
|
3710
|
+
* @param {Object} request
|
|
3711
|
+
* The request object that will be sent.
|
|
3712
|
+
* @param {string} request.parent
|
|
3713
|
+
* Required. Resource name of the organization or project, for
|
|
3714
|
+
* example `organizations/433245324/locations/europe` or
|
|
3715
|
+
* `projects/project-id/locations/asia`.
|
|
3716
|
+
* @param {string} [request.pageToken]
|
|
3717
|
+
* Optional. Page token to continue retrieval.
|
|
3718
|
+
* @param {number} [request.pageSize]
|
|
3719
|
+
* Optional. Size of the page. This value can be limited by the server. If
|
|
3720
|
+
* zero, server returns a page of max size 100.
|
|
3721
|
+
* @param {string} [request.orderBy]
|
|
3722
|
+
* Optional. Comma-separated list of fields to order by, followed by `asc` or
|
|
3723
|
+
* `desc` postfix. This list is case insensitive. The default sorting order is
|
|
3724
|
+
* ascending. Redundant space characters are insignificant. Only one order
|
|
3725
|
+
* field at a time is allowed.
|
|
3726
|
+
*
|
|
3727
|
+
* Examples:
|
|
3728
|
+
*
|
|
3729
|
+
* * `project_id asc`
|
|
3730
|
+
* * `name`
|
|
3731
|
+
* * `sensitivity_level desc`
|
|
3732
|
+
*
|
|
3733
|
+
* Supported fields are:
|
|
3734
|
+
*
|
|
3735
|
+
* - `project_id`: The Google Cloud project ID.
|
|
3736
|
+
* - `sensitivity_level`: How sensitive the data in a table is, at most.
|
|
3737
|
+
* - `data_risk_level`: How much risk is associated with this data.
|
|
3738
|
+
* - `profile_last_generated`: When the profile was last updated in epoch
|
|
3739
|
+
* seconds.
|
|
3740
|
+
* - `last_modified`: The last time the resource was modified.
|
|
3741
|
+
* - `resource_visibility`: Visibility restriction for this resource.
|
|
3742
|
+
* - `name`: The name of the profile.
|
|
3743
|
+
* - `create_time`: The time the file store was first created.
|
|
3744
|
+
* @param {string} [request.filter]
|
|
3745
|
+
* Optional. Allows filtering.
|
|
3746
|
+
*
|
|
3747
|
+
* Supported syntax:
|
|
3748
|
+
*
|
|
3749
|
+
* * Filter expressions are made up of one or more restrictions.
|
|
3750
|
+
* * Restrictions can be combined by `AND` or `OR` logical operators. A
|
|
3751
|
+
* sequence of restrictions implicitly uses `AND`.
|
|
3752
|
+
* * A restriction has the form of `{field} {operator} {value}`.
|
|
3753
|
+
* * Supported fields/values:
|
|
3754
|
+
* - `project_id` - The Google Cloud project ID.
|
|
3755
|
+
* - `file_store_path` - The path like "gs://bucket".
|
|
3756
|
+
* - `sensitivity_level` - HIGH|MODERATE|LOW
|
|
3757
|
+
* - `data_risk_level` - HIGH|MODERATE|LOW
|
|
3758
|
+
* - `resource_visibility`: PUBLIC|RESTRICTED
|
|
3759
|
+
* - `status_code` - an RPC status code as defined in
|
|
3760
|
+
* https://github.com/googleapis/googleapis/blob/master/google/rpc/code.proto
|
|
3761
|
+
* * The operator must be `=` or `!=`.
|
|
3762
|
+
*
|
|
3763
|
+
* Examples:
|
|
3764
|
+
*
|
|
3765
|
+
* * `project_id = 12345 AND status_code = 1`
|
|
3766
|
+
* * `project_id = 12345 AND sensitivity_level = HIGH`
|
|
3767
|
+
* * `project_id = 12345 AND resource_visibility = PUBLIC`
|
|
3768
|
+
* * `file_store_path = "gs://mybucket"`
|
|
3769
|
+
*
|
|
3770
|
+
* The length of this field should be no more than 500 characters.
|
|
3771
|
+
* @param {object} [options]
|
|
3772
|
+
* Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
|
|
3773
|
+
* @returns {Object}
|
|
3774
|
+
* An iterable Object that allows {@link https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Iteration_protocols | async iteration }.
|
|
3775
|
+
* When you iterate the returned iterable, each element will be an object representing
|
|
3776
|
+
* {@link protos.google.privacy.dlp.v2.FileStoreDataProfile|FileStoreDataProfile}. The API will be called under the hood as needed, once per the page,
|
|
3777
|
+
* so you can stop the iteration when you don't need more results.
|
|
3778
|
+
* Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#auto-pagination | documentation }
|
|
3779
|
+
* for more details and examples.
|
|
3780
|
+
* @example <caption>include:samples/generated/v2/dlp_service.list_file_store_data_profiles.js</caption>
|
|
3781
|
+
* region_tag:dlp_v2_generated_DlpService_ListFileStoreDataProfiles_async
|
|
3782
|
+
*/
|
|
3783
|
+
listFileStoreDataProfilesAsync(request?: protos.google.privacy.dlp.v2.IListFileStoreDataProfilesRequest, options?: CallOptions): AsyncIterable<protos.google.privacy.dlp.v2.IFileStoreDataProfile>;
|
|
3784
|
+
/**
|
|
3785
|
+
* Lists Connections in a parent. Use SearchConnections to see all connections
|
|
3786
|
+
* within an organization.
|
|
3787
|
+
*
|
|
3788
|
+
* @param {Object} request
|
|
3789
|
+
* The request object that will be sent.
|
|
3790
|
+
* @param {string} request.parent
|
|
3791
|
+
* Required. Resource name of the organization or project, for
|
|
3792
|
+
* example, `organizations/433245324/locations/europe` or
|
|
3793
|
+
* `projects/project-id/locations/asia`.
|
|
3494
3794
|
* @param {number} [request.pageSize]
|
|
3495
3795
|
* Optional. Number of results per page, max 1000.
|
|
3496
3796
|
* @param {string} [request.pageToken]
|
|
@@ -3522,8 +3822,9 @@ export declare class DlpServiceClient {
|
|
|
3522
3822
|
* @param {Object} request
|
|
3523
3823
|
* The request object that will be sent.
|
|
3524
3824
|
* @param {string} request.parent
|
|
3525
|
-
* Required.
|
|
3526
|
-
* `
|
|
3825
|
+
* Required. Resource name of the organization or project, for
|
|
3826
|
+
* example, `organizations/433245324/locations/europe` or
|
|
3827
|
+
* `projects/project-id/locations/asia`.
|
|
3527
3828
|
* @param {number} [request.pageSize]
|
|
3528
3829
|
* Optional. Number of results per page, max 1000.
|
|
3529
3830
|
* @param {string} [request.pageToken]
|
|
@@ -3550,8 +3851,9 @@ export declare class DlpServiceClient {
|
|
|
3550
3851
|
* @param {Object} request
|
|
3551
3852
|
* The request object that will be sent.
|
|
3552
3853
|
* @param {string} request.parent
|
|
3553
|
-
* Required.
|
|
3554
|
-
* `
|
|
3854
|
+
* Required. Resource name of the organization or project, for
|
|
3855
|
+
* example, `organizations/433245324/locations/europe` or
|
|
3856
|
+
* `projects/project-id/locations/asia`.
|
|
3555
3857
|
* @param {number} [request.pageSize]
|
|
3556
3858
|
* Optional. Number of results per page, max 1000.
|
|
3557
3859
|
* @param {string} [request.pageToken]
|
|
@@ -3578,8 +3880,9 @@ export declare class DlpServiceClient {
|
|
|
3578
3880
|
* @param {Object} request
|
|
3579
3881
|
* The request object that will be sent.
|
|
3580
3882
|
* @param {string} request.parent
|
|
3581
|
-
* Required.
|
|
3582
|
-
*
|
|
3883
|
+
* Required. Resource name of the organization or project with a wildcard
|
|
3884
|
+
* location, for example, `organizations/433245324/locations/-` or
|
|
3885
|
+
* `projects/project-id/locations/-`.
|
|
3583
3886
|
* @param {number} [request.pageSize]
|
|
3584
3887
|
* Optional. Number of results per page, max 1000.
|
|
3585
3888
|
* @param {string} [request.pageToken]
|
|
@@ -3611,8 +3914,9 @@ export declare class DlpServiceClient {
|
|
|
3611
3914
|
* @param {Object} request
|
|
3612
3915
|
* The request object that will be sent.
|
|
3613
3916
|
* @param {string} request.parent
|
|
3614
|
-
* Required.
|
|
3615
|
-
*
|
|
3917
|
+
* Required. Resource name of the organization or project with a wildcard
|
|
3918
|
+
* location, for example, `organizations/433245324/locations/-` or
|
|
3919
|
+
* `projects/project-id/locations/-`.
|
|
3616
3920
|
* @param {number} [request.pageSize]
|
|
3617
3921
|
* Optional. Number of results per page, max 1000.
|
|
3618
3922
|
* @param {string} [request.pageToken]
|
|
@@ -3639,8 +3943,9 @@ export declare class DlpServiceClient {
|
|
|
3639
3943
|
* @param {Object} request
|
|
3640
3944
|
* The request object that will be sent.
|
|
3641
3945
|
* @param {string} request.parent
|
|
3642
|
-
* Required.
|
|
3643
|
-
*
|
|
3946
|
+
* Required. Resource name of the organization or project with a wildcard
|
|
3947
|
+
* location, for example, `organizations/433245324/locations/-` or
|
|
3948
|
+
* `projects/project-id/locations/-`.
|
|
3644
3949
|
* @param {number} [request.pageSize]
|
|
3645
3950
|
* Optional. Number of results per page, max 1000.
|
|
3646
3951
|
* @param {string} [request.pageToken]
|
|
@@ -3712,39 +4017,6 @@ export declare class DlpServiceClient {
|
|
|
3712
4017
|
* ```
|
|
3713
4018
|
*/
|
|
3714
4019
|
listLocationsAsync(request: LocationProtos.google.cloud.location.IListLocationsRequest, options?: CallOptions): AsyncIterable<LocationProtos.google.cloud.location.ILocation>;
|
|
3715
|
-
/**
|
|
3716
|
-
* Return a fully-qualified connection resource name string.
|
|
3717
|
-
*
|
|
3718
|
-
* @param {string} project
|
|
3719
|
-
* @param {string} location
|
|
3720
|
-
* @param {string} connection
|
|
3721
|
-
* @returns {string} Resource name string.
|
|
3722
|
-
*/
|
|
3723
|
-
connectionPath(project: string, location: string, connection: string): string;
|
|
3724
|
-
/**
|
|
3725
|
-
* Parse the project from Connection resource.
|
|
3726
|
-
*
|
|
3727
|
-
* @param {string} connectionName
|
|
3728
|
-
* A fully-qualified path representing Connection resource.
|
|
3729
|
-
* @returns {string} A string representing the project.
|
|
3730
|
-
*/
|
|
3731
|
-
matchProjectFromConnectionName(connectionName: string): string | number;
|
|
3732
|
-
/**
|
|
3733
|
-
* Parse the location from Connection resource.
|
|
3734
|
-
*
|
|
3735
|
-
* @param {string} connectionName
|
|
3736
|
-
* A fully-qualified path representing Connection resource.
|
|
3737
|
-
* @returns {string} A string representing the location.
|
|
3738
|
-
*/
|
|
3739
|
-
matchLocationFromConnectionName(connectionName: string): string | number;
|
|
3740
|
-
/**
|
|
3741
|
-
* Parse the connection from Connection resource.
|
|
3742
|
-
*
|
|
3743
|
-
* @param {string} connectionName
|
|
3744
|
-
* A fully-qualified path representing Connection resource.
|
|
3745
|
-
* @returns {string} A string representing the connection.
|
|
3746
|
-
*/
|
|
3747
|
-
matchConnectionFromConnectionName(connectionName: string): string | number;
|
|
3748
4020
|
/**
|
|
3749
4021
|
* Return a fully-qualified discoveryConfig resource name string.
|
|
3750
4022
|
*
|
|
@@ -3955,6 +4227,39 @@ export declare class DlpServiceClient {
|
|
|
3955
4227
|
* @returns {string} A string representing the column_data_profile.
|
|
3956
4228
|
*/
|
|
3957
4229
|
matchColumnDataProfileFromOrganizationLocationColumnDataProfileName(organizationLocationColumnDataProfileName: string): string | number;
|
|
4230
|
+
/**
|
|
4231
|
+
* Return a fully-qualified organizationLocationConnection resource name string.
|
|
4232
|
+
*
|
|
4233
|
+
* @param {string} organization
|
|
4234
|
+
* @param {string} location
|
|
4235
|
+
* @param {string} connection
|
|
4236
|
+
* @returns {string} Resource name string.
|
|
4237
|
+
*/
|
|
4238
|
+
organizationLocationConnectionPath(organization: string, location: string, connection: string): string;
|
|
4239
|
+
/**
|
|
4240
|
+
* Parse the organization from OrganizationLocationConnection resource.
|
|
4241
|
+
*
|
|
4242
|
+
* @param {string} organizationLocationConnectionName
|
|
4243
|
+
* A fully-qualified path representing organization_location_connection resource.
|
|
4244
|
+
* @returns {string} A string representing the organization.
|
|
4245
|
+
*/
|
|
4246
|
+
matchOrganizationFromOrganizationLocationConnectionName(organizationLocationConnectionName: string): string | number;
|
|
4247
|
+
/**
|
|
4248
|
+
* Parse the location from OrganizationLocationConnection resource.
|
|
4249
|
+
*
|
|
4250
|
+
* @param {string} organizationLocationConnectionName
|
|
4251
|
+
* A fully-qualified path representing organization_location_connection resource.
|
|
4252
|
+
* @returns {string} A string representing the location.
|
|
4253
|
+
*/
|
|
4254
|
+
matchLocationFromOrganizationLocationConnectionName(organizationLocationConnectionName: string): string | number;
|
|
4255
|
+
/**
|
|
4256
|
+
* Parse the connection from OrganizationLocationConnection resource.
|
|
4257
|
+
*
|
|
4258
|
+
* @param {string} organizationLocationConnectionName
|
|
4259
|
+
* A fully-qualified path representing organization_location_connection resource.
|
|
4260
|
+
* @returns {string} A string representing the connection.
|
|
4261
|
+
*/
|
|
4262
|
+
matchConnectionFromOrganizationLocationConnectionName(organizationLocationConnectionName: string): string | number;
|
|
3958
4263
|
/**
|
|
3959
4264
|
* Return a fully-qualified organizationLocationDeidentifyTemplate resource name string.
|
|
3960
4265
|
*
|
|
@@ -3988,6 +4293,39 @@ export declare class DlpServiceClient {
|
|
|
3988
4293
|
* @returns {string} A string representing the deidentify_template.
|
|
3989
4294
|
*/
|
|
3990
4295
|
matchDeidentifyTemplateFromOrganizationLocationDeidentifyTemplateName(organizationLocationDeidentifyTemplateName: string): string | number;
|
|
4296
|
+
/**
|
|
4297
|
+
* Return a fully-qualified organizationLocationFileStoreDataProfile resource name string.
|
|
4298
|
+
*
|
|
4299
|
+
* @param {string} organization
|
|
4300
|
+
* @param {string} location
|
|
4301
|
+
* @param {string} file_store_data_profile
|
|
4302
|
+
* @returns {string} Resource name string.
|
|
4303
|
+
*/
|
|
4304
|
+
organizationLocationFileStoreDataProfilePath(organization: string, location: string, fileStoreDataProfile: string): string;
|
|
4305
|
+
/**
|
|
4306
|
+
* Parse the organization from OrganizationLocationFileStoreDataProfile resource.
|
|
4307
|
+
*
|
|
4308
|
+
* @param {string} organizationLocationFileStoreDataProfileName
|
|
4309
|
+
* A fully-qualified path representing organization_location_file_store_data_profile resource.
|
|
4310
|
+
* @returns {string} A string representing the organization.
|
|
4311
|
+
*/
|
|
4312
|
+
matchOrganizationFromOrganizationLocationFileStoreDataProfileName(organizationLocationFileStoreDataProfileName: string): string | number;
|
|
4313
|
+
/**
|
|
4314
|
+
* Parse the location from OrganizationLocationFileStoreDataProfile resource.
|
|
4315
|
+
*
|
|
4316
|
+
* @param {string} organizationLocationFileStoreDataProfileName
|
|
4317
|
+
* A fully-qualified path representing organization_location_file_store_data_profile resource.
|
|
4318
|
+
* @returns {string} A string representing the location.
|
|
4319
|
+
*/
|
|
4320
|
+
matchLocationFromOrganizationLocationFileStoreDataProfileName(organizationLocationFileStoreDataProfileName: string): string | number;
|
|
4321
|
+
/**
|
|
4322
|
+
* Parse the file_store_data_profile from OrganizationLocationFileStoreDataProfile resource.
|
|
4323
|
+
*
|
|
4324
|
+
* @param {string} organizationLocationFileStoreDataProfileName
|
|
4325
|
+
* A fully-qualified path representing organization_location_file_store_data_profile resource.
|
|
4326
|
+
* @returns {string} A string representing the file_store_data_profile.
|
|
4327
|
+
*/
|
|
4328
|
+
matchFileStoreDataProfileFromOrganizationLocationFileStoreDataProfileName(organizationLocationFileStoreDataProfileName: string): string | number;
|
|
3991
4329
|
/**
|
|
3992
4330
|
* Return a fully-qualified organizationLocationInspectTemplate resource name string.
|
|
3993
4331
|
*
|
|
@@ -4303,6 +4641,39 @@ export declare class DlpServiceClient {
|
|
|
4303
4641
|
* @returns {string} A string representing the column_data_profile.
|
|
4304
4642
|
*/
|
|
4305
4643
|
matchColumnDataProfileFromProjectLocationColumnDataProfileName(projectLocationColumnDataProfileName: string): string | number;
|
|
4644
|
+
/**
|
|
4645
|
+
* Return a fully-qualified projectLocationConnection resource name string.
|
|
4646
|
+
*
|
|
4647
|
+
* @param {string} project
|
|
4648
|
+
* @param {string} location
|
|
4649
|
+
* @param {string} connection
|
|
4650
|
+
* @returns {string} Resource name string.
|
|
4651
|
+
*/
|
|
4652
|
+
projectLocationConnectionPath(project: string, location: string, connection: string): string;
|
|
4653
|
+
/**
|
|
4654
|
+
* Parse the project from ProjectLocationConnection resource.
|
|
4655
|
+
*
|
|
4656
|
+
* @param {string} projectLocationConnectionName
|
|
4657
|
+
* A fully-qualified path representing project_location_connection resource.
|
|
4658
|
+
* @returns {string} A string representing the project.
|
|
4659
|
+
*/
|
|
4660
|
+
matchProjectFromProjectLocationConnectionName(projectLocationConnectionName: string): string | number;
|
|
4661
|
+
/**
|
|
4662
|
+
* Parse the location from ProjectLocationConnection resource.
|
|
4663
|
+
*
|
|
4664
|
+
* @param {string} projectLocationConnectionName
|
|
4665
|
+
* A fully-qualified path representing project_location_connection resource.
|
|
4666
|
+
* @returns {string} A string representing the location.
|
|
4667
|
+
*/
|
|
4668
|
+
matchLocationFromProjectLocationConnectionName(projectLocationConnectionName: string): string | number;
|
|
4669
|
+
/**
|
|
4670
|
+
* Parse the connection from ProjectLocationConnection resource.
|
|
4671
|
+
*
|
|
4672
|
+
* @param {string} projectLocationConnectionName
|
|
4673
|
+
* A fully-qualified path representing project_location_connection resource.
|
|
4674
|
+
* @returns {string} A string representing the connection.
|
|
4675
|
+
*/
|
|
4676
|
+
matchConnectionFromProjectLocationConnectionName(projectLocationConnectionName: string): string | number;
|
|
4306
4677
|
/**
|
|
4307
4678
|
* Return a fully-qualified projectLocationDeidentifyTemplate resource name string.
|
|
4308
4679
|
*
|
|
@@ -4369,6 +4740,39 @@ export declare class DlpServiceClient {
|
|
|
4369
4740
|
* @returns {string} A string representing the dlp_job.
|
|
4370
4741
|
*/
|
|
4371
4742
|
matchDlpJobFromProjectLocationDlpJobName(projectLocationDlpJobName: string): string | number;
|
|
4743
|
+
/**
|
|
4744
|
+
* Return a fully-qualified projectLocationFileStoreDataProfile resource name string.
|
|
4745
|
+
*
|
|
4746
|
+
* @param {string} project
|
|
4747
|
+
* @param {string} location
|
|
4748
|
+
* @param {string} file_store_data_profile
|
|
4749
|
+
* @returns {string} Resource name string.
|
|
4750
|
+
*/
|
|
4751
|
+
projectLocationFileStoreDataProfilePath(project: string, location: string, fileStoreDataProfile: string): string;
|
|
4752
|
+
/**
|
|
4753
|
+
* Parse the project from ProjectLocationFileStoreDataProfile resource.
|
|
4754
|
+
*
|
|
4755
|
+
* @param {string} projectLocationFileStoreDataProfileName
|
|
4756
|
+
* A fully-qualified path representing project_location_file_store_data_profile resource.
|
|
4757
|
+
* @returns {string} A string representing the project.
|
|
4758
|
+
*/
|
|
4759
|
+
matchProjectFromProjectLocationFileStoreDataProfileName(projectLocationFileStoreDataProfileName: string): string | number;
|
|
4760
|
+
/**
|
|
4761
|
+
* Parse the location from ProjectLocationFileStoreDataProfile resource.
|
|
4762
|
+
*
|
|
4763
|
+
* @param {string} projectLocationFileStoreDataProfileName
|
|
4764
|
+
* A fully-qualified path representing project_location_file_store_data_profile resource.
|
|
4765
|
+
* @returns {string} A string representing the location.
|
|
4766
|
+
*/
|
|
4767
|
+
matchLocationFromProjectLocationFileStoreDataProfileName(projectLocationFileStoreDataProfileName: string): string | number;
|
|
4768
|
+
/**
|
|
4769
|
+
* Parse the file_store_data_profile from ProjectLocationFileStoreDataProfile resource.
|
|
4770
|
+
*
|
|
4771
|
+
* @param {string} projectLocationFileStoreDataProfileName
|
|
4772
|
+
* A fully-qualified path representing project_location_file_store_data_profile resource.
|
|
4773
|
+
* @returns {string} A string representing the file_store_data_profile.
|
|
4774
|
+
*/
|
|
4775
|
+
matchFileStoreDataProfileFromProjectLocationFileStoreDataProfileName(projectLocationFileStoreDataProfileName: string): string | number;
|
|
4372
4776
|
/**
|
|
4373
4777
|
* Return a fully-qualified projectLocationInspectTemplate resource name string.
|
|
4374
4778
|
*
|