@google-cloud/dlp 5.12.0 → 5.13.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.
@@ -1658,7 +1658,8 @@
1658
1658
  "TSV": 13,
1659
1659
  "AUDIO": 15,
1660
1660
  "VIDEO": 16,
1661
- "EXECUTABLE": 17
1661
+ "EXECUTABLE": 17,
1662
+ "AI_MODEL": 18
1662
1663
  }
1663
1664
  }
1664
1665
  }
@@ -2426,6 +2427,10 @@
2426
2427
  "type": "string",
2427
2428
  "id": 4
2428
2429
  },
2430
+ "example": {
2431
+ "type": "string",
2432
+ "id": 8
2433
+ },
2429
2434
  "versions": {
2430
2435
  "rule": "repeated",
2431
2436
  "type": "VersionDescription",
@@ -2539,7 +2544,8 @@
2539
2544
  "CREDENTIAL": 4,
2540
2545
  "GOVERNMENT_ID": 5,
2541
2546
  "DOCUMENT": 6,
2542
- "CONTEXTUAL_INFORMATION": 7
2547
+ "CONTEXTUAL_INFORMATION": 7,
2548
+ "CUSTOM": 8
2543
2549
  }
2544
2550
  }
2545
2551
  }
@@ -5282,6 +5288,13 @@
5282
5288
  "options": {
5283
5289
  "(google.api.field_behavior)": "REQUIRED"
5284
5290
  }
5291
+ },
5292
+ "processingLocation": {
5293
+ "type": "ProcessingLocation",
5294
+ "id": 13,
5295
+ "options": {
5296
+ "(google.api.field_behavior)": "OPTIONAL"
5297
+ }
5285
5298
  }
5286
5299
  },
5287
5300
  "nested": {
@@ -5314,7 +5327,8 @@
5314
5327
  "cloudSqlTarget",
5315
5328
  "secretsTarget",
5316
5329
  "cloudStorageTarget",
5317
- "otherCloudTarget"
5330
+ "otherCloudTarget",
5331
+ "vertexDatasetTarget"
5318
5332
  ]
5319
5333
  }
5320
5334
  },
@@ -5338,6 +5352,10 @@
5338
5352
  "otherCloudTarget": {
5339
5353
  "type": "OtherCloudDiscoveryTarget",
5340
5354
  "id": 5
5355
+ },
5356
+ "vertexDatasetTarget": {
5357
+ "type": "VertexDatasetDiscoveryTarget",
5358
+ "id": 7
5341
5359
  }
5342
5360
  }
5343
5361
  },
@@ -6300,6 +6318,132 @@
6300
6318
  "AllOtherResources": {
6301
6319
  "fields": {}
6302
6320
  },
6321
+ "VertexDatasetDiscoveryTarget": {
6322
+ "oneofs": {
6323
+ "cadence": {
6324
+ "oneof": [
6325
+ "generationCadence",
6326
+ "disabled"
6327
+ ]
6328
+ }
6329
+ },
6330
+ "fields": {
6331
+ "filter": {
6332
+ "type": "DiscoveryVertexDatasetFilter",
6333
+ "id": 1,
6334
+ "options": {
6335
+ "(google.api.field_behavior)": "REQUIRED"
6336
+ }
6337
+ },
6338
+ "conditions": {
6339
+ "type": "DiscoveryVertexDatasetConditions",
6340
+ "id": 2
6341
+ },
6342
+ "generationCadence": {
6343
+ "type": "DiscoveryVertexDatasetGenerationCadence",
6344
+ "id": 3
6345
+ },
6346
+ "disabled": {
6347
+ "type": "Disabled",
6348
+ "id": 4
6349
+ }
6350
+ }
6351
+ },
6352
+ "DiscoveryVertexDatasetFilter": {
6353
+ "oneofs": {
6354
+ "filter": {
6355
+ "oneof": [
6356
+ "collection",
6357
+ "vertexDatasetResourceReference",
6358
+ "others"
6359
+ ]
6360
+ }
6361
+ },
6362
+ "fields": {
6363
+ "collection": {
6364
+ "type": "VertexDatasetCollection",
6365
+ "id": 1
6366
+ },
6367
+ "vertexDatasetResourceReference": {
6368
+ "type": "VertexDatasetResourceReference",
6369
+ "id": 2
6370
+ },
6371
+ "others": {
6372
+ "type": "AllOtherResources",
6373
+ "id": 100
6374
+ }
6375
+ }
6376
+ },
6377
+ "VertexDatasetCollection": {
6378
+ "oneofs": {
6379
+ "pattern": {
6380
+ "oneof": [
6381
+ "vertexDatasetRegexes"
6382
+ ]
6383
+ }
6384
+ },
6385
+ "fields": {
6386
+ "vertexDatasetRegexes": {
6387
+ "type": "VertexDatasetRegexes",
6388
+ "id": 1
6389
+ }
6390
+ }
6391
+ },
6392
+ "VertexDatasetRegexes": {
6393
+ "fields": {
6394
+ "patterns": {
6395
+ "rule": "repeated",
6396
+ "type": "VertexDatasetRegex",
6397
+ "id": 1,
6398
+ "options": {
6399
+ "(google.api.field_behavior)": "REQUIRED"
6400
+ }
6401
+ }
6402
+ }
6403
+ },
6404
+ "VertexDatasetRegex": {
6405
+ "fields": {
6406
+ "projectIdRegex": {
6407
+ "type": "string",
6408
+ "id": 1
6409
+ }
6410
+ }
6411
+ },
6412
+ "VertexDatasetResourceReference": {
6413
+ "fields": {
6414
+ "datasetResourceName": {
6415
+ "type": "string",
6416
+ "id": 1,
6417
+ "options": {
6418
+ "(google.api.field_behavior)": "REQUIRED"
6419
+ }
6420
+ }
6421
+ }
6422
+ },
6423
+ "DiscoveryVertexDatasetConditions": {
6424
+ "fields": {
6425
+ "createdAfter": {
6426
+ "type": "google.protobuf.Timestamp",
6427
+ "id": 1
6428
+ },
6429
+ "minAge": {
6430
+ "type": "google.protobuf.Duration",
6431
+ "id": 2
6432
+ }
6433
+ }
6434
+ },
6435
+ "DiscoveryVertexDatasetGenerationCadence": {
6436
+ "fields": {
6437
+ "refreshFrequency": {
6438
+ "type": "DataProfileUpdateFrequency",
6439
+ "id": 1
6440
+ },
6441
+ "inspectTemplateModifiedCadence": {
6442
+ "type": "DiscoveryInspectTemplateModifiedCadence",
6443
+ "id": 2
6444
+ }
6445
+ }
6446
+ },
6303
6447
  "DlpJob": {
6304
6448
  "options": {
6305
6449
  "(google.api.resource).type": "dlp.googleapis.com/DlpJob",
@@ -7283,6 +7427,11 @@
7283
7427
  "createTime": {
7284
7428
  "type": "google.protobuf.Timestamp",
7285
7429
  "id": 23
7430
+ },
7431
+ "relatedResources": {
7432
+ "rule": "repeated",
7433
+ "type": "RelatedResource",
7434
+ "id": 41
7286
7435
  }
7287
7436
  },
7288
7437
  "nested": {
@@ -7591,6 +7740,11 @@
7591
7740
  "fileStoreIsEmpty": {
7592
7741
  "type": "bool",
7593
7742
  "id": 23
7743
+ },
7744
+ "relatedResources": {
7745
+ "rule": "repeated",
7746
+ "type": "RelatedResource",
7747
+ "id": 26
7594
7748
  }
7595
7749
  },
7596
7750
  "nested": {
@@ -7603,6 +7757,14 @@
7603
7757
  }
7604
7758
  }
7605
7759
  },
7760
+ "RelatedResource": {
7761
+ "fields": {
7762
+ "fullResource": {
7763
+ "type": "string",
7764
+ "id": 1
7765
+ }
7766
+ }
7767
+ },
7606
7768
  "FileStoreInfoTypeSummary": {
7607
7769
  "fields": {
7608
7770
  "infoType": {
@@ -8177,7 +8339,36 @@
8177
8339
  "CLUSTER_IMAGE": 6,
8178
8340
  "CLUSTER_ARCHIVE": 7,
8179
8341
  "CLUSTER_MULTIMEDIA": 8,
8180
- "CLUSTER_EXECUTABLE": 9
8342
+ "CLUSTER_EXECUTABLE": 9,
8343
+ "CLUSTER_AI_MODEL": 10
8344
+ }
8345
+ }
8346
+ }
8347
+ },
8348
+ "ProcessingLocation": {
8349
+ "fields": {
8350
+ "imageFallbackLocation": {
8351
+ "type": "ImageFallbackLocation",
8352
+ "id": 1
8353
+ }
8354
+ },
8355
+ "nested": {
8356
+ "MultiRegionProcessing": {
8357
+ "fields": {}
8358
+ },
8359
+ "GlobalProcessing": {
8360
+ "fields": {}
8361
+ },
8362
+ "ImageFallbackLocation": {
8363
+ "fields": {
8364
+ "multiRegionProcessing": {
8365
+ "type": "MultiRegionProcessing",
8366
+ "id": 100
8367
+ },
8368
+ "globalProcessing": {
8369
+ "type": "GlobalProcessing",
8370
+ "id": 200
8371
+ }
8181
8372
  }
8182
8373
  }
8183
8374
  }
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
- // Copyright 2024 Google LLC
2
+ // Copyright 2025 Google LLC
3
3
  //
4
4
  // Licensed under the Apache License, Version 2.0 (the "License");
5
5
  // you may not use this file except in compliance with the License.
@@ -387,7 +387,7 @@ export declare class DlpServiceClient {
387
387
  reidentifyContent(request: protos.google.privacy.dlp.v2.IReidentifyContentRequest, options: CallOptions, callback: Callback<protos.google.privacy.dlp.v2.IReidentifyContentResponse, protos.google.privacy.dlp.v2.IReidentifyContentRequest | null | undefined, {} | null | undefined>): void;
388
388
  reidentifyContent(request: protos.google.privacy.dlp.v2.IReidentifyContentRequest, callback: Callback<protos.google.privacy.dlp.v2.IReidentifyContentResponse, protos.google.privacy.dlp.v2.IReidentifyContentRequest | null | undefined, {} | null | undefined>): void;
389
389
  /**
390
- * Returns a list of the sensitive information types that DLP API
390
+ * Returns a list of the sensitive information types that the DLP API
391
391
  * supports. See
392
392
  * https://cloud.google.com/sensitive-data-protection/docs/infotypes-reference
393
393
  * to learn more.
@@ -1690,7 +1690,7 @@ export declare class DlpServiceClient {
1690
1690
  listInspectTemplates(request: protos.google.privacy.dlp.v2.IListInspectTemplatesRequest, options: CallOptions, callback: PaginationCallback<protos.google.privacy.dlp.v2.IListInspectTemplatesRequest, protos.google.privacy.dlp.v2.IListInspectTemplatesResponse | null | undefined, protos.google.privacy.dlp.v2.IInspectTemplate>): void;
1691
1691
  listInspectTemplates(request: protos.google.privacy.dlp.v2.IListInspectTemplatesRequest, callback: PaginationCallback<protos.google.privacy.dlp.v2.IListInspectTemplatesRequest, protos.google.privacy.dlp.v2.IListInspectTemplatesResponse | null | undefined, protos.google.privacy.dlp.v2.IInspectTemplate>): void;
1692
1692
  /**
1693
- * Equivalent to `method.name.toCamelCase()`, but returns a NodeJS Stream object.
1693
+ * Equivalent to `listInspectTemplates`, but returns a NodeJS Stream object.
1694
1694
  * @param {Object} request
1695
1695
  * The request object that will be sent.
1696
1696
  * @param {string} request.parent
@@ -1881,7 +1881,7 @@ export declare class DlpServiceClient {
1881
1881
  listDeidentifyTemplates(request: protos.google.privacy.dlp.v2.IListDeidentifyTemplatesRequest, options: CallOptions, callback: PaginationCallback<protos.google.privacy.dlp.v2.IListDeidentifyTemplatesRequest, protos.google.privacy.dlp.v2.IListDeidentifyTemplatesResponse | null | undefined, protos.google.privacy.dlp.v2.IDeidentifyTemplate>): void;
1882
1882
  listDeidentifyTemplates(request: protos.google.privacy.dlp.v2.IListDeidentifyTemplatesRequest, callback: PaginationCallback<protos.google.privacy.dlp.v2.IListDeidentifyTemplatesRequest, protos.google.privacy.dlp.v2.IListDeidentifyTemplatesResponse | null | undefined, protos.google.privacy.dlp.v2.IDeidentifyTemplate>): void;
1883
1883
  /**
1884
- * Equivalent to `method.name.toCamelCase()`, but returns a NodeJS Stream object.
1884
+ * Equivalent to `listDeidentifyTemplates`, but returns a NodeJS Stream object.
1885
1885
  * @param {Object} request
1886
1886
  * The request object that will be sent.
1887
1887
  * @param {string} request.parent
@@ -2097,7 +2097,7 @@ export declare class DlpServiceClient {
2097
2097
  listJobTriggers(request: protos.google.privacy.dlp.v2.IListJobTriggersRequest, options: CallOptions, callback: PaginationCallback<protos.google.privacy.dlp.v2.IListJobTriggersRequest, protos.google.privacy.dlp.v2.IListJobTriggersResponse | null | undefined, protos.google.privacy.dlp.v2.IJobTrigger>): void;
2098
2098
  listJobTriggers(request: protos.google.privacy.dlp.v2.IListJobTriggersRequest, callback: PaginationCallback<protos.google.privacy.dlp.v2.IListJobTriggersRequest, protos.google.privacy.dlp.v2.IListJobTriggersResponse | null | undefined, protos.google.privacy.dlp.v2.IJobTrigger>): void;
2099
2099
  /**
2100
- * Equivalent to `method.name.toCamelCase()`, but returns a NodeJS Stream object.
2100
+ * Equivalent to `listJobTriggers`, but returns a NodeJS Stream object.
2101
2101
  * @param {Object} request
2102
2102
  * The request object that will be sent.
2103
2103
  * @param {string} request.parent
@@ -2322,7 +2322,7 @@ export declare class DlpServiceClient {
2322
2322
  listDiscoveryConfigs(request: protos.google.privacy.dlp.v2.IListDiscoveryConfigsRequest, options: CallOptions, callback: PaginationCallback<protos.google.privacy.dlp.v2.IListDiscoveryConfigsRequest, protos.google.privacy.dlp.v2.IListDiscoveryConfigsResponse | null | undefined, protos.google.privacy.dlp.v2.IDiscoveryConfig>): void;
2323
2323
  listDiscoveryConfigs(request: protos.google.privacy.dlp.v2.IListDiscoveryConfigsRequest, callback: PaginationCallback<protos.google.privacy.dlp.v2.IListDiscoveryConfigsRequest, protos.google.privacy.dlp.v2.IListDiscoveryConfigsResponse | null | undefined, protos.google.privacy.dlp.v2.IDiscoveryConfig>): void;
2324
2324
  /**
2325
- * Equivalent to `method.name.toCamelCase()`, but returns a NodeJS Stream object.
2325
+ * Equivalent to `listDiscoveryConfigs`, but returns a NodeJS Stream object.
2326
2326
  * @param {Object} request
2327
2327
  * The request object that will be sent.
2328
2328
  * @param {string} request.parent
@@ -2514,7 +2514,7 @@ export declare class DlpServiceClient {
2514
2514
  listDlpJobs(request: protos.google.privacy.dlp.v2.IListDlpJobsRequest, options: CallOptions, callback: PaginationCallback<protos.google.privacy.dlp.v2.IListDlpJobsRequest, protos.google.privacy.dlp.v2.IListDlpJobsResponse | null | undefined, protos.google.privacy.dlp.v2.IDlpJob>): void;
2515
2515
  listDlpJobs(request: protos.google.privacy.dlp.v2.IListDlpJobsRequest, callback: PaginationCallback<protos.google.privacy.dlp.v2.IListDlpJobsRequest, protos.google.privacy.dlp.v2.IListDlpJobsResponse | null | undefined, protos.google.privacy.dlp.v2.IDlpJob>): void;
2516
2516
  /**
2517
- * Equivalent to `method.name.toCamelCase()`, but returns a NodeJS Stream object.
2517
+ * Equivalent to `listDlpJobs`, but returns a NodeJS Stream object.
2518
2518
  * @param {Object} request
2519
2519
  * The request object that will be sent.
2520
2520
  * @param {string} request.parent
@@ -2752,7 +2752,7 @@ export declare class DlpServiceClient {
2752
2752
  listStoredInfoTypes(request: protos.google.privacy.dlp.v2.IListStoredInfoTypesRequest, options: CallOptions, callback: PaginationCallback<protos.google.privacy.dlp.v2.IListStoredInfoTypesRequest, protos.google.privacy.dlp.v2.IListStoredInfoTypesResponse | null | undefined, protos.google.privacy.dlp.v2.IStoredInfoType>): void;
2753
2753
  listStoredInfoTypes(request: protos.google.privacy.dlp.v2.IListStoredInfoTypesRequest, callback: PaginationCallback<protos.google.privacy.dlp.v2.IListStoredInfoTypesRequest, protos.google.privacy.dlp.v2.IListStoredInfoTypesResponse | null | undefined, protos.google.privacy.dlp.v2.IStoredInfoType>): void;
2754
2754
  /**
2755
- * Equivalent to `method.name.toCamelCase()`, but returns a NodeJS Stream object.
2755
+ * Equivalent to `listStoredInfoTypes`, but returns a NodeJS Stream object.
2756
2756
  * @param {Object} request
2757
2757
  * The request object that will be sent.
2758
2758
  * @param {string} request.parent
@@ -2937,7 +2937,7 @@ export declare class DlpServiceClient {
2937
2937
  listProjectDataProfiles(request: protos.google.privacy.dlp.v2.IListProjectDataProfilesRequest, options: CallOptions, callback: PaginationCallback<protos.google.privacy.dlp.v2.IListProjectDataProfilesRequest, protos.google.privacy.dlp.v2.IListProjectDataProfilesResponse | null | undefined, protos.google.privacy.dlp.v2.IProjectDataProfile>): void;
2938
2938
  listProjectDataProfiles(request: protos.google.privacy.dlp.v2.IListProjectDataProfilesRequest, callback: PaginationCallback<protos.google.privacy.dlp.v2.IListProjectDataProfilesRequest, protos.google.privacy.dlp.v2.IListProjectDataProfilesResponse | null | undefined, protos.google.privacy.dlp.v2.IProjectDataProfile>): void;
2939
2939
  /**
2940
- * Equivalent to `method.name.toCamelCase()`, but returns a NodeJS Stream object.
2940
+ * Equivalent to `listProjectDataProfiles`, but returns a NodeJS Stream object.
2941
2941
  * @param {Object} request
2942
2942
  * The request object that will be sent.
2943
2943
  * @param {string} request.parent
@@ -3147,7 +3147,7 @@ export declare class DlpServiceClient {
3147
3147
  listTableDataProfiles(request: protos.google.privacy.dlp.v2.IListTableDataProfilesRequest, options: CallOptions, callback: PaginationCallback<protos.google.privacy.dlp.v2.IListTableDataProfilesRequest, protos.google.privacy.dlp.v2.IListTableDataProfilesResponse | null | undefined, protos.google.privacy.dlp.v2.ITableDataProfile>): void;
3148
3148
  listTableDataProfiles(request: protos.google.privacy.dlp.v2.IListTableDataProfilesRequest, callback: PaginationCallback<protos.google.privacy.dlp.v2.IListTableDataProfilesRequest, protos.google.privacy.dlp.v2.IListTableDataProfilesResponse | null | undefined, protos.google.privacy.dlp.v2.ITableDataProfile>): void;
3149
3149
  /**
3150
- * Equivalent to `method.name.toCamelCase()`, but returns a NodeJS Stream object.
3150
+ * Equivalent to `listTableDataProfiles`, but returns a NodeJS Stream object.
3151
3151
  * @param {Object} request
3152
3152
  * The request object that will be sent.
3153
3153
  * @param {string} request.parent
@@ -3385,7 +3385,7 @@ export declare class DlpServiceClient {
3385
3385
  listColumnDataProfiles(request: protos.google.privacy.dlp.v2.IListColumnDataProfilesRequest, options: CallOptions, callback: PaginationCallback<protos.google.privacy.dlp.v2.IListColumnDataProfilesRequest, protos.google.privacy.dlp.v2.IListColumnDataProfilesResponse | null | undefined, protos.google.privacy.dlp.v2.IColumnDataProfile>): void;
3386
3386
  listColumnDataProfiles(request: protos.google.privacy.dlp.v2.IListColumnDataProfilesRequest, callback: PaginationCallback<protos.google.privacy.dlp.v2.IListColumnDataProfilesRequest, protos.google.privacy.dlp.v2.IListColumnDataProfilesResponse | null | undefined, protos.google.privacy.dlp.v2.IColumnDataProfile>): void;
3387
3387
  /**
3388
- * Equivalent to `method.name.toCamelCase()`, but returns a NodeJS Stream object.
3388
+ * Equivalent to `listColumnDataProfiles`, but returns a NodeJS Stream object.
3389
3389
  * @param {Object} request
3390
3390
  * The request object that will be sent.
3391
3391
  * @param {string} request.parent
@@ -3630,7 +3630,7 @@ export declare class DlpServiceClient {
3630
3630
  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;
3631
3631
  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;
3632
3632
  /**
3633
- * Equivalent to `method.name.toCamelCase()`, but returns a NodeJS Stream object.
3633
+ * Equivalent to `listFileStoreDataProfiles`, but returns a NodeJS Stream object.
3634
3634
  * @param {Object} request
3635
3635
  * The request object that will be sent.
3636
3636
  * @param {string} request.parent
@@ -3829,7 +3829,7 @@ export declare class DlpServiceClient {
3829
3829
  listConnections(request: protos.google.privacy.dlp.v2.IListConnectionsRequest, options: CallOptions, callback: PaginationCallback<protos.google.privacy.dlp.v2.IListConnectionsRequest, protos.google.privacy.dlp.v2.IListConnectionsResponse | null | undefined, protos.google.privacy.dlp.v2.IConnection>): void;
3830
3830
  listConnections(request: protos.google.privacy.dlp.v2.IListConnectionsRequest, callback: PaginationCallback<protos.google.privacy.dlp.v2.IListConnectionsRequest, protos.google.privacy.dlp.v2.IListConnectionsResponse | null | undefined, protos.google.privacy.dlp.v2.IConnection>): void;
3831
3831
  /**
3832
- * Equivalent to `method.name.toCamelCase()`, but returns a NodeJS Stream object.
3832
+ * Equivalent to `listConnections`, but returns a NodeJS Stream object.
3833
3833
  * @param {Object} request
3834
3834
  * The request object that will be sent.
3835
3835
  * @param {string} request.parent
@@ -3921,7 +3921,7 @@ export declare class DlpServiceClient {
3921
3921
  searchConnections(request: protos.google.privacy.dlp.v2.ISearchConnectionsRequest, options: CallOptions, callback: PaginationCallback<protos.google.privacy.dlp.v2.ISearchConnectionsRequest, protos.google.privacy.dlp.v2.ISearchConnectionsResponse | null | undefined, protos.google.privacy.dlp.v2.IConnection>): void;
3922
3922
  searchConnections(request: protos.google.privacy.dlp.v2.ISearchConnectionsRequest, callback: PaginationCallback<protos.google.privacy.dlp.v2.ISearchConnectionsRequest, protos.google.privacy.dlp.v2.ISearchConnectionsResponse | null | undefined, protos.google.privacy.dlp.v2.IConnection>): void;
3923
3923
  /**
3924
- * Equivalent to `method.name.toCamelCase()`, but returns a NodeJS Stream object.
3924
+ * Equivalent to `searchConnections`, but returns a NodeJS Stream object.
3925
3925
  * @param {Object} request
3926
3926
  * The request object that will be sent.
3927
3927
  * @param {string} request.parent
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
- // Copyright 2024 Google LLC
2
+ // Copyright 2025 Google LLC
3
3
  //
4
4
  // Licensed under the Apache License, Version 2.0 (the "License");
5
5
  // you may not use this file except in compliance with the License.
@@ -1295,7 +1295,7 @@ class DlpServiceClient {
1295
1295
  return this.innerApiCalls.listInspectTemplates(request, options, callback);
1296
1296
  }
1297
1297
  /**
1298
- * Equivalent to `method.name.toCamelCase()`, but returns a NodeJS Stream object.
1298
+ * Equivalent to `listInspectTemplates`, but returns a NodeJS Stream object.
1299
1299
  * @param {Object} request
1300
1300
  * The request object that will be sent.
1301
1301
  * @param {string} request.parent
@@ -1465,7 +1465,7 @@ class DlpServiceClient {
1465
1465
  return this.innerApiCalls.listDeidentifyTemplates(request, options, callback);
1466
1466
  }
1467
1467
  /**
1468
- * Equivalent to `method.name.toCamelCase()`, but returns a NodeJS Stream object.
1468
+ * Equivalent to `listDeidentifyTemplates`, but returns a NodeJS Stream object.
1469
1469
  * @param {Object} request
1470
1470
  * The request object that will be sent.
1471
1471
  * @param {string} request.parent
@@ -1635,7 +1635,7 @@ class DlpServiceClient {
1635
1635
  return this.innerApiCalls.listJobTriggers(request, options, callback);
1636
1636
  }
1637
1637
  /**
1638
- * Equivalent to `method.name.toCamelCase()`, but returns a NodeJS Stream object.
1638
+ * Equivalent to `listJobTriggers`, but returns a NodeJS Stream object.
1639
1639
  * @param {Object} request
1640
1640
  * The request object that will be sent.
1641
1641
  * @param {string} request.parent
@@ -1855,7 +1855,7 @@ class DlpServiceClient {
1855
1855
  return this.innerApiCalls.listDiscoveryConfigs(request, options, callback);
1856
1856
  }
1857
1857
  /**
1858
- * Equivalent to `method.name.toCamelCase()`, but returns a NodeJS Stream object.
1858
+ * Equivalent to `listDiscoveryConfigs`, but returns a NodeJS Stream object.
1859
1859
  * @param {Object} request
1860
1860
  * The request object that will be sent.
1861
1861
  * @param {string} request.parent
@@ -1999,7 +1999,7 @@ class DlpServiceClient {
1999
1999
  return this.innerApiCalls.listDlpJobs(request, options, callback);
2000
2000
  }
2001
2001
  /**
2002
- * Equivalent to `method.name.toCamelCase()`, but returns a NodeJS Stream object.
2002
+ * Equivalent to `listDlpJobs`, but returns a NodeJS Stream object.
2003
2003
  * @param {Object} request
2004
2004
  * The request object that will be sent.
2005
2005
  * @param {string} request.parent
@@ -2219,7 +2219,7 @@ class DlpServiceClient {
2219
2219
  return this.innerApiCalls.listStoredInfoTypes(request, options, callback);
2220
2220
  }
2221
2221
  /**
2222
- * Equivalent to `method.name.toCamelCase()`, but returns a NodeJS Stream object.
2222
+ * Equivalent to `listStoredInfoTypes`, but returns a NodeJS Stream object.
2223
2223
  * @param {Object} request
2224
2224
  * The request object that will be sent.
2225
2225
  * @param {string} request.parent
@@ -2383,7 +2383,7 @@ class DlpServiceClient {
2383
2383
  return this.innerApiCalls.listProjectDataProfiles(request, options, callback);
2384
2384
  }
2385
2385
  /**
2386
- * Equivalent to `method.name.toCamelCase()`, but returns a NodeJS Stream object.
2386
+ * Equivalent to `listProjectDataProfiles`, but returns a NodeJS Stream object.
2387
2387
  * @param {Object} request
2388
2388
  * The request object that will be sent.
2389
2389
  * @param {string} request.parent
@@ -2559,7 +2559,7 @@ class DlpServiceClient {
2559
2559
  return this.innerApiCalls.listTableDataProfiles(request, options, callback);
2560
2560
  }
2561
2561
  /**
2562
- * Equivalent to `method.name.toCamelCase()`, but returns a NodeJS Stream object.
2562
+ * Equivalent to `listTableDataProfiles`, but returns a NodeJS Stream object.
2563
2563
  * @param {Object} request
2564
2564
  * The request object that will be sent.
2565
2565
  * @param {string} request.parent
@@ -2761,7 +2761,7 @@ class DlpServiceClient {
2761
2761
  return this.innerApiCalls.listColumnDataProfiles(request, options, callback);
2762
2762
  }
2763
2763
  /**
2764
- * Equivalent to `method.name.toCamelCase()`, but returns a NodeJS Stream object.
2764
+ * Equivalent to `listColumnDataProfiles`, but returns a NodeJS Stream object.
2765
2765
  * @param {Object} request
2766
2766
  * The request object that will be sent.
2767
2767
  * @param {string} request.parent
@@ -2967,7 +2967,7 @@ class DlpServiceClient {
2967
2967
  return this.innerApiCalls.listFileStoreDataProfiles(request, options, callback);
2968
2968
  }
2969
2969
  /**
2970
- * Equivalent to `method.name.toCamelCase()`, but returns a NodeJS Stream object.
2970
+ * Equivalent to `listFileStoreDataProfiles`, but returns a NodeJS Stream object.
2971
2971
  * @param {Object} request
2972
2972
  * The request object that will be sent.
2973
2973
  * @param {string} request.parent
@@ -3179,7 +3179,7 @@ class DlpServiceClient {
3179
3179
  return this.innerApiCalls.listConnections(request, options, callback);
3180
3180
  }
3181
3181
  /**
3182
- * Equivalent to `method.name.toCamelCase()`, but returns a NodeJS Stream object.
3182
+ * Equivalent to `listConnections`, but returns a NodeJS Stream object.
3183
3183
  * @param {Object} request
3184
3184
  * The request object that will be sent.
3185
3185
  * @param {string} request.parent
@@ -3285,7 +3285,7 @@ class DlpServiceClient {
3285
3285
  return this.innerApiCalls.searchConnections(request, options, callback);
3286
3286
  }
3287
3287
  /**
3288
- * Equivalent to `method.name.toCamelCase()`, but returns a NodeJS Stream object.
3288
+ * Equivalent to `searchConnections`, but returns a NodeJS Stream object.
3289
3289
  * @param {Object} request
3290
3290
  * The request object that will be sent.
3291
3291
  * @param {string} request.parent
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
- // Copyright 2024 Google LLC
2
+ // Copyright 2025 Google LLC
3
3
  //
4
4
  // Licensed under the Apache License, Version 2.0 (the "License");
5
5
  // you may not use this file except in compliance with the License.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@google-cloud/dlp",
3
3
  "description": "DLP API client for Node.js",
4
- "version": "5.12.0",
4
+ "version": "5.13.0",
5
5
  "license": "Apache-2.0",
6
6
  "author": "Google Inc",
7
7
  "engines": {
@@ -52,7 +52,7 @@
52
52
  },
53
53
  "devDependencies": {
54
54
  "@types/mocha": "^9.0.0",
55
- "@types/node": "^20.4.5",
55
+ "@types/node": "^22.0.0",
56
56
  "@types/sinon": "^17.0.0",
57
57
  "c8": "^9.0.0",
58
58
  "gapic-tools": "^0.4.0",