@google-cloud/dlp 5.12.0 → 6.0.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.
@@ -1,7 +1,4 @@
1
1
  {
2
- "options": {
3
- "syntax": "proto3"
4
- },
5
2
  "nested": {
6
3
  "google": {
7
4
  "nested": {
@@ -1658,7 +1655,8 @@
1658
1655
  "TSV": 13,
1659
1656
  "AUDIO": 15,
1660
1657
  "VIDEO": 16,
1661
- "EXECUTABLE": 17
1658
+ "EXECUTABLE": 17,
1659
+ "AI_MODEL": 18
1662
1660
  }
1663
1661
  }
1664
1662
  }
@@ -2426,6 +2424,10 @@
2426
2424
  "type": "string",
2427
2425
  "id": 4
2428
2426
  },
2427
+ "example": {
2428
+ "type": "string",
2429
+ "id": 8
2430
+ },
2429
2431
  "versions": {
2430
2432
  "rule": "repeated",
2431
2433
  "type": "VersionDescription",
@@ -2539,7 +2541,8 @@
2539
2541
  "CREDENTIAL": 4,
2540
2542
  "GOVERNMENT_ID": 5,
2541
2543
  "DOCUMENT": 6,
2542
- "CONTEXTUAL_INFORMATION": 7
2544
+ "CONTEXTUAL_INFORMATION": 7,
2545
+ "CUSTOM": 8
2543
2546
  }
2544
2547
  }
2545
2548
  }
@@ -5282,6 +5285,13 @@
5282
5285
  "options": {
5283
5286
  "(google.api.field_behavior)": "REQUIRED"
5284
5287
  }
5288
+ },
5289
+ "processingLocation": {
5290
+ "type": "ProcessingLocation",
5291
+ "id": 13,
5292
+ "options": {
5293
+ "(google.api.field_behavior)": "OPTIONAL"
5294
+ }
5285
5295
  }
5286
5296
  },
5287
5297
  "nested": {
@@ -5314,7 +5324,8 @@
5314
5324
  "cloudSqlTarget",
5315
5325
  "secretsTarget",
5316
5326
  "cloudStorageTarget",
5317
- "otherCloudTarget"
5327
+ "otherCloudTarget",
5328
+ "vertexDatasetTarget"
5318
5329
  ]
5319
5330
  }
5320
5331
  },
@@ -5338,6 +5349,10 @@
5338
5349
  "otherCloudTarget": {
5339
5350
  "type": "OtherCloudDiscoveryTarget",
5340
5351
  "id": 5
5352
+ },
5353
+ "vertexDatasetTarget": {
5354
+ "type": "VertexDatasetDiscoveryTarget",
5355
+ "id": 7
5341
5356
  }
5342
5357
  }
5343
5358
  },
@@ -6300,6 +6315,132 @@
6300
6315
  "AllOtherResources": {
6301
6316
  "fields": {}
6302
6317
  },
6318
+ "VertexDatasetDiscoveryTarget": {
6319
+ "oneofs": {
6320
+ "cadence": {
6321
+ "oneof": [
6322
+ "generationCadence",
6323
+ "disabled"
6324
+ ]
6325
+ }
6326
+ },
6327
+ "fields": {
6328
+ "filter": {
6329
+ "type": "DiscoveryVertexDatasetFilter",
6330
+ "id": 1,
6331
+ "options": {
6332
+ "(google.api.field_behavior)": "REQUIRED"
6333
+ }
6334
+ },
6335
+ "conditions": {
6336
+ "type": "DiscoveryVertexDatasetConditions",
6337
+ "id": 2
6338
+ },
6339
+ "generationCadence": {
6340
+ "type": "DiscoveryVertexDatasetGenerationCadence",
6341
+ "id": 3
6342
+ },
6343
+ "disabled": {
6344
+ "type": "Disabled",
6345
+ "id": 4
6346
+ }
6347
+ }
6348
+ },
6349
+ "DiscoveryVertexDatasetFilter": {
6350
+ "oneofs": {
6351
+ "filter": {
6352
+ "oneof": [
6353
+ "collection",
6354
+ "vertexDatasetResourceReference",
6355
+ "others"
6356
+ ]
6357
+ }
6358
+ },
6359
+ "fields": {
6360
+ "collection": {
6361
+ "type": "VertexDatasetCollection",
6362
+ "id": 1
6363
+ },
6364
+ "vertexDatasetResourceReference": {
6365
+ "type": "VertexDatasetResourceReference",
6366
+ "id": 2
6367
+ },
6368
+ "others": {
6369
+ "type": "AllOtherResources",
6370
+ "id": 100
6371
+ }
6372
+ }
6373
+ },
6374
+ "VertexDatasetCollection": {
6375
+ "oneofs": {
6376
+ "pattern": {
6377
+ "oneof": [
6378
+ "vertexDatasetRegexes"
6379
+ ]
6380
+ }
6381
+ },
6382
+ "fields": {
6383
+ "vertexDatasetRegexes": {
6384
+ "type": "VertexDatasetRegexes",
6385
+ "id": 1
6386
+ }
6387
+ }
6388
+ },
6389
+ "VertexDatasetRegexes": {
6390
+ "fields": {
6391
+ "patterns": {
6392
+ "rule": "repeated",
6393
+ "type": "VertexDatasetRegex",
6394
+ "id": 1,
6395
+ "options": {
6396
+ "(google.api.field_behavior)": "REQUIRED"
6397
+ }
6398
+ }
6399
+ }
6400
+ },
6401
+ "VertexDatasetRegex": {
6402
+ "fields": {
6403
+ "projectIdRegex": {
6404
+ "type": "string",
6405
+ "id": 1
6406
+ }
6407
+ }
6408
+ },
6409
+ "VertexDatasetResourceReference": {
6410
+ "fields": {
6411
+ "datasetResourceName": {
6412
+ "type": "string",
6413
+ "id": 1,
6414
+ "options": {
6415
+ "(google.api.field_behavior)": "REQUIRED"
6416
+ }
6417
+ }
6418
+ }
6419
+ },
6420
+ "DiscoveryVertexDatasetConditions": {
6421
+ "fields": {
6422
+ "createdAfter": {
6423
+ "type": "google.protobuf.Timestamp",
6424
+ "id": 1
6425
+ },
6426
+ "minAge": {
6427
+ "type": "google.protobuf.Duration",
6428
+ "id": 2
6429
+ }
6430
+ }
6431
+ },
6432
+ "DiscoveryVertexDatasetGenerationCadence": {
6433
+ "fields": {
6434
+ "refreshFrequency": {
6435
+ "type": "DataProfileUpdateFrequency",
6436
+ "id": 1
6437
+ },
6438
+ "inspectTemplateModifiedCadence": {
6439
+ "type": "DiscoveryInspectTemplateModifiedCadence",
6440
+ "id": 2
6441
+ }
6442
+ }
6443
+ },
6303
6444
  "DlpJob": {
6304
6445
  "options": {
6305
6446
  "(google.api.resource).type": "dlp.googleapis.com/DlpJob",
@@ -7283,6 +7424,11 @@
7283
7424
  "createTime": {
7284
7425
  "type": "google.protobuf.Timestamp",
7285
7426
  "id": 23
7427
+ },
7428
+ "relatedResources": {
7429
+ "rule": "repeated",
7430
+ "type": "RelatedResource",
7431
+ "id": 41
7286
7432
  }
7287
7433
  },
7288
7434
  "nested": {
@@ -7591,6 +7737,11 @@
7591
7737
  "fileStoreIsEmpty": {
7592
7738
  "type": "bool",
7593
7739
  "id": 23
7740
+ },
7741
+ "relatedResources": {
7742
+ "rule": "repeated",
7743
+ "type": "RelatedResource",
7744
+ "id": 26
7594
7745
  }
7595
7746
  },
7596
7747
  "nested": {
@@ -7603,6 +7754,14 @@
7603
7754
  }
7604
7755
  }
7605
7756
  },
7757
+ "RelatedResource": {
7758
+ "fields": {
7759
+ "fullResource": {
7760
+ "type": "string",
7761
+ "id": 1
7762
+ }
7763
+ }
7764
+ },
7606
7765
  "FileStoreInfoTypeSummary": {
7607
7766
  "fields": {
7608
7767
  "infoType": {
@@ -8177,7 +8336,36 @@
8177
8336
  "CLUSTER_IMAGE": 6,
8178
8337
  "CLUSTER_ARCHIVE": 7,
8179
8338
  "CLUSTER_MULTIMEDIA": 8,
8180
- "CLUSTER_EXECUTABLE": 9
8339
+ "CLUSTER_EXECUTABLE": 9,
8340
+ "CLUSTER_AI_MODEL": 10
8341
+ }
8342
+ }
8343
+ }
8344
+ },
8345
+ "ProcessingLocation": {
8346
+ "fields": {
8347
+ "imageFallbackLocation": {
8348
+ "type": "ImageFallbackLocation",
8349
+ "id": 1
8350
+ }
8351
+ },
8352
+ "nested": {
8353
+ "MultiRegionProcessing": {
8354
+ "fields": {}
8355
+ },
8356
+ "GlobalProcessing": {
8357
+ "fields": {}
8358
+ },
8359
+ "ImageFallbackLocation": {
8360
+ "fields": {
8361
+ "multiRegionProcessing": {
8362
+ "type": "MultiRegionProcessing",
8363
+ "id": 100
8364
+ },
8365
+ "globalProcessing": {
8366
+ "type": "GlobalProcessing",
8367
+ "id": 200
8368
+ }
8181
8369
  }
8182
8370
  }
8183
8371
  }
@@ -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.
@@ -0,0 +1 @@
1
+ ["../protos/google/privacy/dlp/v2/dlp.proto", "../protos/google/privacy/dlp/v2/storage.proto"]
@@ -21,6 +21,7 @@ export declare class DlpServiceClient {
21
21
  private _defaults;
22
22
  private _universeDomain;
23
23
  private _servicePath;
24
+ private _log;
24
25
  auth: gax.GoogleAuth;
25
26
  descriptors: Descriptors;
26
27
  warn: (code: string, message: string, warnType?: string) => void;
@@ -56,7 +57,7 @@ export declare class DlpServiceClient {
56
57
  * Developer's Console, e.g. 'grape-spaceship-123'. We will also check
57
58
  * the environment variable GCLOUD_PROJECT for your project ID. If your
58
59
  * app is running in an environment which supports
59
- * {@link https://developers.google.com/identity/protocols/application-default-credentials Application Default Credentials},
60
+ * {@link https://cloud.google.com/docs/authentication/application-default-credentials Application Default Credentials},
60
61
  * your project ID will be detected automatically.
61
62
  * @param {string} [options.apiEndpoint] - The domain name of the
62
63
  * API remote host.
@@ -387,7 +388,7 @@ export declare class DlpServiceClient {
387
388
  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
389
  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
390
  /**
390
- * Returns a list of the sensitive information types that DLP API
391
+ * Returns a list of the sensitive information types that the DLP API
391
392
  * supports. See
392
393
  * https://cloud.google.com/sensitive-data-protection/docs/infotypes-reference
393
394
  * to learn more.
@@ -1690,7 +1691,7 @@ export declare class DlpServiceClient {
1690
1691
  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
1692
  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
1693
  /**
1693
- * Equivalent to `method.name.toCamelCase()`, but returns a NodeJS Stream object.
1694
+ * Equivalent to `listInspectTemplates`, but returns a NodeJS Stream object.
1694
1695
  * @param {Object} request
1695
1696
  * The request object that will be sent.
1696
1697
  * @param {string} request.parent
@@ -1881,7 +1882,7 @@ export declare class DlpServiceClient {
1881
1882
  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
1883
  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
1884
  /**
1884
- * Equivalent to `method.name.toCamelCase()`, but returns a NodeJS Stream object.
1885
+ * Equivalent to `listDeidentifyTemplates`, but returns a NodeJS Stream object.
1885
1886
  * @param {Object} request
1886
1887
  * The request object that will be sent.
1887
1888
  * @param {string} request.parent
@@ -2097,7 +2098,7 @@ export declare class DlpServiceClient {
2097
2098
  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
2099
  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
2100
  /**
2100
- * Equivalent to `method.name.toCamelCase()`, but returns a NodeJS Stream object.
2101
+ * Equivalent to `listJobTriggers`, but returns a NodeJS Stream object.
2101
2102
  * @param {Object} request
2102
2103
  * The request object that will be sent.
2103
2104
  * @param {string} request.parent
@@ -2322,7 +2323,7 @@ export declare class DlpServiceClient {
2322
2323
  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
2324
  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
2325
  /**
2325
- * Equivalent to `method.name.toCamelCase()`, but returns a NodeJS Stream object.
2326
+ * Equivalent to `listDiscoveryConfigs`, but returns a NodeJS Stream object.
2326
2327
  * @param {Object} request
2327
2328
  * The request object that will be sent.
2328
2329
  * @param {string} request.parent
@@ -2514,7 +2515,7 @@ export declare class DlpServiceClient {
2514
2515
  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
2516
  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
2517
  /**
2517
- * Equivalent to `method.name.toCamelCase()`, but returns a NodeJS Stream object.
2518
+ * Equivalent to `listDlpJobs`, but returns a NodeJS Stream object.
2518
2519
  * @param {Object} request
2519
2520
  * The request object that will be sent.
2520
2521
  * @param {string} request.parent
@@ -2752,7 +2753,7 @@ export declare class DlpServiceClient {
2752
2753
  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
2754
  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
2755
  /**
2755
- * Equivalent to `method.name.toCamelCase()`, but returns a NodeJS Stream object.
2756
+ * Equivalent to `listStoredInfoTypes`, but returns a NodeJS Stream object.
2756
2757
  * @param {Object} request
2757
2758
  * The request object that will be sent.
2758
2759
  * @param {string} request.parent
@@ -2937,7 +2938,7 @@ export declare class DlpServiceClient {
2937
2938
  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
2939
  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
2940
  /**
2940
- * Equivalent to `method.name.toCamelCase()`, but returns a NodeJS Stream object.
2941
+ * Equivalent to `listProjectDataProfiles`, but returns a NodeJS Stream object.
2941
2942
  * @param {Object} request
2942
2943
  * The request object that will be sent.
2943
2944
  * @param {string} request.parent
@@ -3147,7 +3148,7 @@ export declare class DlpServiceClient {
3147
3148
  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
3149
  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
3150
  /**
3150
- * Equivalent to `method.name.toCamelCase()`, but returns a NodeJS Stream object.
3151
+ * Equivalent to `listTableDataProfiles`, but returns a NodeJS Stream object.
3151
3152
  * @param {Object} request
3152
3153
  * The request object that will be sent.
3153
3154
  * @param {string} request.parent
@@ -3385,7 +3386,7 @@ export declare class DlpServiceClient {
3385
3386
  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
3387
  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
3388
  /**
3388
- * Equivalent to `method.name.toCamelCase()`, but returns a NodeJS Stream object.
3389
+ * Equivalent to `listColumnDataProfiles`, but returns a NodeJS Stream object.
3389
3390
  * @param {Object} request
3390
3391
  * The request object that will be sent.
3391
3392
  * @param {string} request.parent
@@ -3630,7 +3631,7 @@ export declare class DlpServiceClient {
3630
3631
  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
3632
  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
3633
  /**
3633
- * Equivalent to `method.name.toCamelCase()`, but returns a NodeJS Stream object.
3634
+ * Equivalent to `listFileStoreDataProfiles`, but returns a NodeJS Stream object.
3634
3635
  * @param {Object} request
3635
3636
  * The request object that will be sent.
3636
3637
  * @param {string} request.parent
@@ -3829,7 +3830,7 @@ export declare class DlpServiceClient {
3829
3830
  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
3831
  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
3832
  /**
3832
- * Equivalent to `method.name.toCamelCase()`, but returns a NodeJS Stream object.
3833
+ * Equivalent to `listConnections`, but returns a NodeJS Stream object.
3833
3834
  * @param {Object} request
3834
3835
  * The request object that will be sent.
3835
3836
  * @param {string} request.parent
@@ -3921,7 +3922,7 @@ export declare class DlpServiceClient {
3921
3922
  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
3923
  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
3924
  /**
3924
- * Equivalent to `method.name.toCamelCase()`, but returns a NodeJS Stream object.
3925
+ * Equivalent to `searchConnections`, but returns a NodeJS Stream object.
3925
3926
  * @param {Object} request
3926
3927
  * The request object that will be sent.
3927
3928
  * @param {string} request.parent