@maxim_mazurok/gapi.client.dlp-v2 0.1.20250817 → 0.1.20250824

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.
Files changed (2) hide show
  1. package/index.d.ts +5 -5
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -9,7 +9,7 @@
9
9
  // This file was generated by https://github.com/Maxim-Mazurok/google-api-typings-generator. Please do not edit it manually.
10
10
  // In case of any problems please post issue to https://github.com/Maxim-Mazurok/google-api-typings-generator
11
11
  // Generated from: https://dlp.googleapis.com/$discovery/rest?version=v2
12
- // Revision: 20250817
12
+ // Revision: 20250824
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -567,7 +567,7 @@ declare namespace gapi.client {
567
567
  exportData?: GooglePrivacyDlpV2Export;
568
568
  /** Publishes generated data profiles to Google Security Operations. For more information, see [Use Sensitive Data Protection data in context-aware analytics](https://cloud.google.com/chronicle/docs/detection/usecase-dlp-high-risk-user-download). */
569
569
  publishToChronicle?: any;
570
- /** Publishes a portion of each profile to Dataplex Catalog with the aspect type Sensitive Data Protection Profile. */
570
+ /** Publishes a portion of each profile to Dataplex Universal Catalog with the aspect type Sensitive Data Protection Profile. */
571
571
  publishToDataplexCatalog?: GooglePrivacyDlpV2PublishToDataplexCatalog;
572
572
  /** Publishes findings to Security Command Center for each data profile. */
573
573
  publishToScc?: any;
@@ -1884,7 +1884,7 @@ declare namespace gapi.client {
1884
1884
  interface GooglePrivacyDlpV2PublishSummaryToCscc {}
1885
1885
  interface GooglePrivacyDlpV2PublishToChronicle {}
1886
1886
  interface GooglePrivacyDlpV2PublishToDataplexCatalog {
1887
- /** Whether creating a Dataplex Catalog aspect for a profiled resource should lower the risk of the profile for that resource. This also lowers the data risk of resources at the lower levels of the resource hierarchy. For example, reducing the data risk of a table data profile also reduces the data risk of the constituent column data profiles. */
1887
+ /** Whether creating a Dataplex Universal Catalog aspect for a profiled resource should lower the risk of the profile for that resource. This also lowers the data risk of resources at the lower levels of the resource hierarchy. For example, reducing the data risk of a table data profile also reduces the data risk of the constituent column data profiles. */
1888
1888
  lowerDataRiskToLow?: boolean;
1889
1889
  }
1890
1890
  interface GooglePrivacyDlpV2PublishToPubSub {
@@ -2288,7 +2288,7 @@ declare namespace gapi.client {
2288
2288
  interface GooglePrivacyDlpV2Tag {
2289
2289
  /** The key of a tag key-value pair. For Google Cloud resources, this is the resource name of the key, for example, "tagKeys/123456". */
2290
2290
  key?: string;
2291
- /** The namespaced name for the tag value to attach to Google Cloud resources. Must be in the format `{parent_id}/{tag_key_short_name}/{short_name}`, for example, "123456/environment/prod". This is only set for Google Cloud resources. */
2291
+ /** The namespaced name for the tag value to attach to Google Cloud resources. Must be in the format `{parent_id}/{tag_key_short_name}/{short_name}`, for example, "123456/environment/prod" for an organization parent, or "my-project/environment/prod" for a project parent. This is only set for Google Cloud resources. */
2292
2292
  namespacedTagValue?: string;
2293
2293
  /** The value of a tag key-value pair. For Google Cloud resources, this is the resource name of the value, for example, "tagValues/123456". */
2294
2294
  value?: string;
@@ -2318,7 +2318,7 @@ declare namespace gapi.client {
2318
2318
  tagConditions?: GooglePrivacyDlpV2TagCondition[];
2319
2319
  }
2320
2320
  interface GooglePrivacyDlpV2TagValue {
2321
- /** The namespaced name for the tag value to attach to resources. Must be in the format `{parent_id}/{tag_key_short_name}/{short_name}`, for example, "123456/environment/prod". */
2321
+ /** The namespaced name for the tag value to attach to resources. Must be in the format `{parent_id}/{tag_key_short_name}/{short_name}`, for example, "123456/environment/prod" for an organization parent, or "my-project/environment/prod" for a project parent. */
2322
2322
  namespacedValue?: string;
2323
2323
  }
2324
2324
  interface GooglePrivacyDlpV2ThrowError {}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.dlp-v2",
3
- "version": "0.1.20250817",
3
+ "version": "0.1.20250824",
4
4
  "description": "TypeScript typings for Sensitive Data Protection (DLP) v2",
5
5
  "repository": {
6
6
  "type": "git",