@google-cloud/dlp 5.13.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.
- package/CHANGELOG.md +16 -0
- package/README.md +2 -2
- package/build/protos/google/privacy/dlp/v2/dlp.proto +1 -1
- package/build/protos/google/privacy/dlp/v2/storage.proto +1 -1
- package/build/protos/protos.json +0 -3
- package/build/src/service_proto_list.json +1 -0
- package/build/src/v2/dlp_service_client.d.ts +2 -1
- package/build/src/v2/dlp_service_client.js +856 -231
- package/build/src/v2/dlp_service_proto_list.json +4 -0
- package/build/src/v2/gapic_metadata.json +621 -0
- package/package.json +16 -16
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,22 @@
|
|
|
4
4
|
|
|
5
5
|
[1]: https://www.npmjs.com/package/PACKAGE NAME?activeTab=versions
|
|
6
6
|
|
|
7
|
+
## [6.0.0](https://github.com/googleapis/google-cloud-node/compare/dlp-v5.13.0...dlp-v6.0.0) (2025-03-18)
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
### ⚠ BREAKING CHANGES
|
|
11
|
+
|
|
12
|
+
* upgrade to Node 18 ([#6096](https://github.com/googleapis/google-cloud-node/issues/6096))
|
|
13
|
+
|
|
14
|
+
### Features
|
|
15
|
+
|
|
16
|
+
* [Many APIs] add request/response debug logging to gapics ([388b4e2](https://github.com/googleapis/google-cloud-node/commit/388b4e20329b7f6fc0dd061dddff573c45104213))
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
### Miscellaneous Chores
|
|
20
|
+
|
|
21
|
+
* Upgrade to Node 18 ([#6096](https://github.com/googleapis/google-cloud-node/issues/6096)) ([eadae64](https://github.com/googleapis/google-cloud-node/commit/eadae64d54e07aa2c65097ea52e65008d4e87436))
|
|
22
|
+
|
|
7
23
|
## [5.13.0](https://github.com/googleapis/google-cloud-node/compare/dlp-v5.12.0...dlp-v5.13.0) (2025-02-28)
|
|
8
24
|
|
|
9
25
|
|
package/README.md
CHANGED
|
@@ -44,7 +44,7 @@ Google APIs Client Libraries, in [Client Libraries Explained][explained].
|
|
|
44
44
|
1. [Select or create a Cloud Platform project][projects].
|
|
45
45
|
1. [Enable billing for your project][billing].
|
|
46
46
|
1. [Enable the Cloud Data Loss Prevention API][enable_api].
|
|
47
|
-
1. [Set up authentication][auth] so you can access the
|
|
47
|
+
1. [Set up authentication with a service account][auth] so you can access the
|
|
48
48
|
API from your local workstation.
|
|
49
49
|
|
|
50
50
|
### Installing the client library
|
|
@@ -250,4 +250,4 @@ See [LICENSE](https://github.com/googleapis/google-cloud-node/blob/main/LICENSE)
|
|
|
250
250
|
[projects]: https://console.cloud.google.com/project
|
|
251
251
|
[billing]: https://support.google.com/cloud/answer/6293499#enable-billing
|
|
252
252
|
[enable_api]: https://console.cloud.google.com/flows/enableapi?apiid=dlp.googleapis.com
|
|
253
|
-
[auth]: https://cloud.google.com/docs/authentication/
|
|
253
|
+
[auth]: https://cloud.google.com/docs/authentication/getting-started
|
package/build/protos/protos.json
CHANGED
|
@@ -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://
|
|
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.
|