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

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 +40 -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: 20240713
12
+ // Revision: 20240721
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -824,6 +824,8 @@ 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. */
828
+ refreshFrequency?: string;
827
829
  /** Governs when to update data profiles when a schema is modified. */
828
830
  schemaModifiedCadence?: GooglePrivacyDlpV2DiscoverySchemaModifiedCadence;
829
831
  /** Governs when to update data profiles when a table is modified. */
@@ -2937,6 +2939,39 @@ declare namespace gapi.client {
2937
2939
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
2938
2940
  uploadType?: string;
2939
2941
  }): Request<GooglePrivacyDlpV2Connection>;
2942
+ /** Lists Connections in a parent. Use SearchConnections to see all connections within an organization. */
2943
+ list(request?: {
2944
+ /** V1 error format. */
2945
+ '$.xgafv'?: string;
2946
+ /** OAuth access token. */
2947
+ access_token?: string;
2948
+ /** Data format for response. */
2949
+ alt?: string;
2950
+ /** JSONP */
2951
+ callback?: string;
2952
+ /** Selector specifying which fields to include in a partial response. */
2953
+ fields?: string;
2954
+ /** Optional. Supported field/value: `state` - MISSING|AVAILABLE|ERROR */
2955
+ filter?: string;
2956
+ /** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
2957
+ key?: string;
2958
+ /** OAuth 2.0 token for the current user. */
2959
+ oauth_token?: string;
2960
+ /** Optional. Number of results per page, max 1000. */
2961
+ pageSize?: number;
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
+ pageToken?: string;
2964
+ /** Required. Resource name of the organization or project, for example `organizations/433245324/locations/europe` or `projects/project-id/locations/asia`. */
2965
+ parent: string;
2966
+ /** Returns response with indentations and line breaks. */
2967
+ prettyPrint?: boolean;
2968
+ /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
2969
+ quotaUser?: string;
2970
+ /** Upload protocol for media (e.g. "raw", "multipart"). */
2971
+ upload_protocol?: string;
2972
+ /** Legacy upload protocol for media (e.g. "media", "multipart"). */
2973
+ uploadType?: string;
2974
+ }): Request<GooglePrivacyDlpV2ListConnectionsResponse>;
2940
2975
  /** Update a Connection. */
2941
2976
  patch(request: {
2942
2977
  /** V1 error format. */
@@ -3017,7 +3052,7 @@ declare namespace gapi.client {
3017
3052
  pageSize?: number;
3018
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. */
3019
3054
  pageToken?: string;
3020
- /** Required. Parent name, typically an organization, without location. For example: `organizations/12345678`. */
3055
+ /** Required. Resource name of the organization or project with a wildcard location, for example `organizations/433245324/locations/-` or `projects/project-id/locations/-`. */
3021
3056
  parent: string;
3022
3057
  /** Returns response with indentations and line breaks. */
3023
3058
  prettyPrint?: boolean;
@@ -5886,7 +5921,7 @@ declare namespace gapi.client {
5886
5921
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
5887
5922
  uploadType?: string;
5888
5923
  }): Request<GooglePrivacyDlpV2Connection>;
5889
- /** Lists Connections in a parent. */
5924
+ /** Lists Connections in a parent. Use SearchConnections to see all connections within an organization. */
5890
5925
  list(request?: {
5891
5926
  /** V1 error format. */
5892
5927
  '$.xgafv'?: string;
@@ -5908,7 +5943,7 @@ declare namespace gapi.client {
5908
5943
  pageSize?: number;
5909
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. */
5910
5945
  pageToken?: string;
5911
- /** Required. Parent name, for example: `projects/project-id/locations/global`. */
5946
+ /** Required. Resource name of the organization or project, for example `organizations/433245324/locations/europe` or `projects/project-id/locations/asia`. */
5912
5947
  parent: string;
5913
5948
  /** Returns response with indentations and line breaks. */
5914
5949
  prettyPrint?: boolean;
@@ -5999,7 +6034,7 @@ declare namespace gapi.client {
5999
6034
  pageSize?: number;
6000
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. */
6001
6036
  pageToken?: string;
6002
- /** Required. Parent name, typically an organization, without location. For example: `organizations/12345678`. */
6037
+ /** Required. Resource name of the organization or project with a wildcard location, for example `organizations/433245324/locations/-` or `projects/project-id/locations/-`. */
6003
6038
  parent: string;
6004
6039
  /** Returns response with indentations and line breaks. */
6005
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.20240713",
3
+ "version": "0.0.20240721",
4
4
  "description": "TypeScript typings for Sensitive Data Protection (DLP) v2",
5
5
  "repository": {
6
6
  "type": "git",