@maxim_mazurok/gapi.client.dlp-v2 0.0.20240721 → 0.0.20240729

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 +7 -7
  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: 20240721
12
+ // Revision: 20240729
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -824,7 +824,7 @@ declare namespace gapi.client {
824
824
  interface GooglePrivacyDlpV2DiscoveryGenerationCadence {
825
825
  /** Governs when to update data profiles when the inspection rules defined by the `InspectTemplate` change. If not set, changing the template will not cause a data profile to update. */
826
826
  inspectTemplateModifiedCadence?: GooglePrivacyDlpV2DiscoveryInspectTemplateModifiedCadence;
827
- /** Frequency to update profiles regardless of whether the underlying resource has changed. Defaults to never. */
827
+ /** Frequency at which profiles should be updated, regardless of whether the underlying resource has changed. Defaults to never. */
828
828
  refreshFrequency?: string;
829
829
  /** Governs when to update data profiles when a schema is modified. */
830
830
  schemaModifiedCadence?: GooglePrivacyDlpV2DiscoverySchemaModifiedCadence;
@@ -842,7 +842,7 @@ declare namespace gapi.client {
842
842
  types?: string[];
843
843
  }
844
844
  interface GooglePrivacyDlpV2DiscoveryStartingLocation {
845
- /** The ID of the folder within an organization to scan. */
845
+ /** The ID of the folder within an organization to be scanned. */
846
846
  folderId?: string;
847
847
  /** The ID of an organization to scan. */
848
848
  organizationId?: string;
@@ -2961,7 +2961,7 @@ declare namespace gapi.client {
2961
2961
  pageSize?: number;
2962
2962
  /** Optional. Page token from a previous page to return the next set of results. If set, all other request fields must match the original request. */
2963
2963
  pageToken?: string;
2964
- /** Required. Resource name of the organization or project, for example `organizations/433245324/locations/europe` or `projects/project-id/locations/asia`. */
2964
+ /** Required. Resource name of the organization or project, for example, `organizations/433245324/locations/europe` or `projects/project-id/locations/asia`. */
2965
2965
  parent: string;
2966
2966
  /** Returns response with indentations and line breaks. */
2967
2967
  prettyPrint?: boolean;
@@ -3052,7 +3052,7 @@ declare namespace gapi.client {
3052
3052
  pageSize?: number;
3053
3053
  /** Optional. Page token from a previous page to return the next set of results. If set, all other request fields must match the original request. */
3054
3054
  pageToken?: string;
3055
- /** Required. Resource name of the organization or project with a wildcard location, for example `organizations/433245324/locations/-` or `projects/project-id/locations/-`. */
3055
+ /** Required. Resource name of the organization or project with a wildcard location, for example, `organizations/433245324/locations/-` or `projects/project-id/locations/-`. */
3056
3056
  parent: string;
3057
3057
  /** Returns response with indentations and line breaks. */
3058
3058
  prettyPrint?: boolean;
@@ -5943,7 +5943,7 @@ declare namespace gapi.client {
5943
5943
  pageSize?: number;
5944
5944
  /** Optional. Page token from a previous page to return the next set of results. If set, all other request fields must match the original request. */
5945
5945
  pageToken?: string;
5946
- /** Required. Resource name of the organization or project, for example `organizations/433245324/locations/europe` or `projects/project-id/locations/asia`. */
5946
+ /** Required. Resource name of the organization or project, for example, `organizations/433245324/locations/europe` or `projects/project-id/locations/asia`. */
5947
5947
  parent: string;
5948
5948
  /** Returns response with indentations and line breaks. */
5949
5949
  prettyPrint?: boolean;
@@ -6034,7 +6034,7 @@ declare namespace gapi.client {
6034
6034
  pageSize?: number;
6035
6035
  /** Optional. Page token from a previous page to return the next set of results. If set, all other request fields must match the original request. */
6036
6036
  pageToken?: string;
6037
- /** Required. Resource name of the organization or project with a wildcard location, for example `organizations/433245324/locations/-` or `projects/project-id/locations/-`. */
6037
+ /** Required. Resource name of the organization or project with a wildcard location, for example, `organizations/433245324/locations/-` or `projects/project-id/locations/-`. */
6038
6038
  parent: string;
6039
6039
  /** Returns response with indentations and line breaks. */
6040
6040
  prettyPrint?: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.dlp-v2",
3
- "version": "0.0.20240721",
3
+ "version": "0.0.20240729",
4
4
  "description": "TypeScript typings for Sensitive Data Protection (DLP) v2",
5
5
  "repository": {
6
6
  "type": "git",