@maxim_mazurok/gapi.client.dlp-v2 0.0.20231015 → 0.0.20231022
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/index.d.ts +114 -114
- package/package.json +1 -1
- package/tests.ts +11 -11
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:
|
|
12
|
+
// Revision: 20231022
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -115,7 +115,7 @@ declare namespace gapi.client {
|
|
|
115
115
|
/** Tables that match this filter will not have profiles created. */
|
|
116
116
|
disabled?:
|
|
117
117
|
any;
|
|
118
|
-
/** Required. The tables the
|
|
118
|
+
/** Required. The tables the discovery cadence applies to. The first target with a matching filter will be the one to apply to a table. */
|
|
119
119
|
filter?:
|
|
120
120
|
GooglePrivacyDlpV2DiscoveryBigQueryFilter;
|
|
121
121
|
}
|
|
@@ -208,7 +208,7 @@ declare namespace gapi.client {
|
|
|
208
208
|
GooglePrivacyDlpV2BigQueryRegexes;
|
|
209
209
|
}
|
|
210
210
|
interface GooglePrivacyDlpV2BigQueryTableTypes {
|
|
211
|
-
/** A set of
|
|
211
|
+
/** A set of BigQuery table types. */
|
|
212
212
|
types?:
|
|
213
213
|
string[];
|
|
214
214
|
}
|
|
@@ -559,7 +559,7 @@ declare namespace gapi.client {
|
|
|
559
559
|
}
|
|
560
560
|
interface GooglePrivacyDlpV2CreateDiscoveryConfigRequest {
|
|
561
561
|
/**
|
|
562
|
-
* The config
|
|
562
|
+
* The config ID can contain uppercase and lowercase letters, numbers, and hyphens; that is, it must match the regular expression: `[a-zA-Z\d-_]+`. The maximum length is 100
|
|
563
563
|
* characters. Can be empty to allow the system to generate one.
|
|
564
564
|
*/
|
|
565
565
|
configId?:
|
|
@@ -781,7 +781,7 @@ declare namespace gapi.client {
|
|
|
781
781
|
* Multiple templates may be provided if there is data in multiple regions. At most one template must be specified per-region (including "global"). Each region is scanned using the
|
|
782
782
|
* applicable template. If no region-specific template is specified, but a "global" template is specified, it will be copied to that region and used instead. If no global or
|
|
783
783
|
* region-specific template is provided for a region with data, that region's data will not be scanned. For more information, see
|
|
784
|
-
* https://cloud.google.com/dlp/docs/data-profiles#
|
|
784
|
+
* https://cloud.google.com/dlp/docs/data-profiles#data-residency.
|
|
785
785
|
*/
|
|
786
786
|
inspectTemplates?:
|
|
787
787
|
string[];
|
|
@@ -1055,10 +1055,10 @@ declare namespace gapi.client {
|
|
|
1055
1055
|
/** At least one of the conditions must be true for a table to be scanned. */
|
|
1056
1056
|
orConditions?:
|
|
1057
1057
|
GooglePrivacyDlpV2OrConditions;
|
|
1058
|
-
/** Restrict
|
|
1058
|
+
/** Restrict discovery to categories of table types. */
|
|
1059
1059
|
typeCollection?:
|
|
1060
1060
|
string;
|
|
1061
|
-
/** Restrict
|
|
1061
|
+
/** Restrict discovery to specific table types. */
|
|
1062
1062
|
types?:
|
|
1063
1063
|
GooglePrivacyDlpV2BigQueryTableTypes;
|
|
1064
1064
|
}
|
|
@@ -1096,7 +1096,7 @@ declare namespace gapi.client {
|
|
|
1096
1096
|
* Detection logic for profile generation. Not all template features are used by Discovery. FindingLimits, include_quote and exclude_info_types have no impact on Discovery. Multiple
|
|
1097
1097
|
* templates may be provided if there is data in multiple regions. At most one template must be specified per-region (including "global"). Each region is scanned using the applicable
|
|
1098
1098
|
* template. If no region-specific template is specified, but a "global" template is specified, it will be copied to that region and used instead. If no global or region-specific
|
|
1099
|
-
* template is provided for a region with data, that region's data will not be scanned. For more information, see https://cloud.google.com/dlp/docs/data-profiles#
|
|
1099
|
+
* template is provided for a region with data, that region's data will not be scanned. For more information, see https://cloud.google.com/dlp/docs/data-profiles#data-residency.
|
|
1100
1100
|
*/
|
|
1101
1101
|
inspectTemplates?:
|
|
1102
1102
|
string[];
|
|
@@ -2017,7 +2017,7 @@ declare namespace gapi.client {
|
|
|
2017
2017
|
/** List of deidentify templates, up to page_size in ListDeidentifyTemplatesRequest. */
|
|
2018
2018
|
deidentifyTemplates?:
|
|
2019
2019
|
GooglePrivacyDlpV2DeidentifyTemplate[];
|
|
2020
|
-
/** If the next page is available then the next page token to be used in following ListDeidentifyTemplates request. */
|
|
2020
|
+
/** If the next page is available then the next page token to be used in the following ListDeidentifyTemplates request. */
|
|
2021
2021
|
nextPageToken?:
|
|
2022
2022
|
string;
|
|
2023
2023
|
}
|
|
@@ -2025,7 +2025,7 @@ declare namespace gapi.client {
|
|
|
2025
2025
|
/** List of configs, up to page_size in ListDiscoveryConfigsRequest. */
|
|
2026
2026
|
discoveryConfigs?:
|
|
2027
2027
|
GooglePrivacyDlpV2DiscoveryConfig[];
|
|
2028
|
-
/** If the next page is available then the next page token to be used in following ListDiscoveryConfigs request. */
|
|
2028
|
+
/** If the next page is available then the next page token to be used in the following ListDiscoveryConfigs request. */
|
|
2029
2029
|
nextPageToken?:
|
|
2030
2030
|
string;
|
|
2031
2031
|
}
|
|
@@ -2046,7 +2046,7 @@ declare namespace gapi.client {
|
|
|
2046
2046
|
/** List of inspectTemplates, up to page_size in ListInspectTemplatesRequest. */
|
|
2047
2047
|
inspectTemplates?:
|
|
2048
2048
|
GooglePrivacyDlpV2InspectTemplate[];
|
|
2049
|
-
/** If the next page is available then the next page token to be used in following ListInspectTemplates request. */
|
|
2049
|
+
/** If the next page is available then the next page token to be used in the following ListInspectTemplates request. */
|
|
2050
2050
|
nextPageToken?:
|
|
2051
2051
|
string;
|
|
2052
2052
|
}
|
|
@@ -2054,12 +2054,12 @@ declare namespace gapi.client {
|
|
|
2054
2054
|
/** List of triggeredJobs, up to page_size in ListJobTriggersRequest. */
|
|
2055
2055
|
jobTriggers?:
|
|
2056
2056
|
GooglePrivacyDlpV2JobTrigger[];
|
|
2057
|
-
/** If the next page is available then the next page token to be used in following ListJobTriggers request. */
|
|
2057
|
+
/** If the next page is available then the next page token to be used in the following ListJobTriggers request. */
|
|
2058
2058
|
nextPageToken?:
|
|
2059
2059
|
string;
|
|
2060
2060
|
}
|
|
2061
2061
|
interface GooglePrivacyDlpV2ListStoredInfoTypesResponse {
|
|
2062
|
-
/** If the next page is available then the next page token to be used in following ListStoredInfoTypes request. */
|
|
2062
|
+
/** If the next page is available then the next page token to be used in the following ListStoredInfoTypes request. */
|
|
2063
2063
|
nextPageToken?:
|
|
2064
2064
|
string;
|
|
2065
2065
|
/** List of storedInfoTypes, up to page_size in ListStoredInfoTypesRequest. */
|
|
@@ -3008,7 +3008,7 @@ declare namespace gapi.client {
|
|
|
3008
3008
|
string;
|
|
3009
3009
|
}
|
|
3010
3010
|
interface GooglePrivacyDlpV2UpdateDiscoveryConfigRequest {
|
|
3011
|
-
/** New DiscoveryConfig value. */
|
|
3011
|
+
/** Required. New DiscoveryConfig value. */
|
|
3012
3012
|
discoveryConfig?:
|
|
3013
3013
|
GooglePrivacyDlpV2DiscoveryConfig;
|
|
3014
3014
|
/** Mask to control which fields get updated. */
|
|
@@ -3440,16 +3440,16 @@ declare namespace gapi.client {
|
|
|
3440
3440
|
oauth_token?:
|
|
3441
3441
|
string;
|
|
3442
3442
|
/**
|
|
3443
|
-
* Comma separated list of fields to order by, followed by `asc` or `desc` postfix. This list is case
|
|
3444
|
-
* are insignificant. Example: `name asc,update_time, create_time desc` Supported fields are: - `create_time`: corresponds to the time the template was created. -
|
|
3445
|
-
* corresponds to the time the template was last updated. - `name`: corresponds to the template's name. - `display_name`: corresponds to the template's display name.
|
|
3443
|
+
* Comma separated list of fields to order by, followed by `asc` or `desc` postfix. This list is case insensitive. The default sorting order is ascending. Redundant space
|
|
3444
|
+
* characters are insignificant. Example: `name asc,update_time, create_time desc` Supported fields are: - `create_time`: corresponds to the time the template was created. -
|
|
3445
|
+
* `update_time`: corresponds to the time the template was last updated. - `name`: corresponds to the template's name. - `display_name`: corresponds to the template's display name.
|
|
3446
3446
|
*/
|
|
3447
3447
|
orderBy?:
|
|
3448
3448
|
string;
|
|
3449
|
-
/** Size of the page
|
|
3449
|
+
/** Size of the page. This value can be limited by the server. If zero server returns a page of max size 100. */
|
|
3450
3450
|
pageSize?:
|
|
3451
3451
|
number;
|
|
3452
|
-
/** Page token to continue retrieval. Comes from previous call to `ListDeidentifyTemplates`. */
|
|
3452
|
+
/** Page token to continue retrieval. Comes from the previous call to `ListDeidentifyTemplates`. */
|
|
3453
3453
|
pageToken?:
|
|
3454
3454
|
string;
|
|
3455
3455
|
/**
|
|
@@ -3770,16 +3770,16 @@ declare namespace gapi.client {
|
|
|
3770
3770
|
oauth_token?:
|
|
3771
3771
|
string;
|
|
3772
3772
|
/**
|
|
3773
|
-
* Comma separated list of fields to order by, followed by `asc` or `desc` postfix. This list is case
|
|
3774
|
-
* are insignificant. Example: `name asc,update_time, create_time desc` Supported fields are: - `create_time`: corresponds to the time the template was created. -
|
|
3775
|
-
* corresponds to the time the template was last updated. - `name`: corresponds to the template's name. - `display_name`: corresponds to the template's display name.
|
|
3773
|
+
* Comma separated list of fields to order by, followed by `asc` or `desc` postfix. This list is case insensitive. The default sorting order is ascending. Redundant space
|
|
3774
|
+
* characters are insignificant. Example: `name asc,update_time, create_time desc` Supported fields are: - `create_time`: corresponds to the time the template was created. -
|
|
3775
|
+
* `update_time`: corresponds to the time the template was last updated. - `name`: corresponds to the template's name. - `display_name`: corresponds to the template's display name.
|
|
3776
3776
|
*/
|
|
3777
3777
|
orderBy?:
|
|
3778
3778
|
string;
|
|
3779
|
-
/** Size of the page
|
|
3779
|
+
/** Size of the page. This value can be limited by the server. If zero server returns a page of max size 100. */
|
|
3780
3780
|
pageSize?:
|
|
3781
3781
|
number;
|
|
3782
|
-
/** Page token to continue retrieval. Comes from previous call to `ListInspectTemplates`. */
|
|
3782
|
+
/** Page token to continue retrieval. Comes from the previous call to `ListInspectTemplates`. */
|
|
3783
3783
|
pageToken?:
|
|
3784
3784
|
string;
|
|
3785
3785
|
/**
|
|
@@ -4100,16 +4100,16 @@ declare namespace gapi.client {
|
|
|
4100
4100
|
oauth_token?:
|
|
4101
4101
|
string;
|
|
4102
4102
|
/**
|
|
4103
|
-
* Comma separated list of fields to order by, followed by `asc` or `desc` postfix. This list is case
|
|
4104
|
-
* are insignificant. Example: `name asc,update_time, create_time desc` Supported fields are: - `create_time`: corresponds to the time the template was created. -
|
|
4105
|
-
* corresponds to the time the template was last updated. - `name`: corresponds to the template's name. - `display_name`: corresponds to the template's display name.
|
|
4103
|
+
* Comma separated list of fields to order by, followed by `asc` or `desc` postfix. This list is case insensitive. The default sorting order is ascending. Redundant space
|
|
4104
|
+
* characters are insignificant. Example: `name asc,update_time, create_time desc` Supported fields are: - `create_time`: corresponds to the time the template was created. -
|
|
4105
|
+
* `update_time`: corresponds to the time the template was last updated. - `name`: corresponds to the template's name. - `display_name`: corresponds to the template's display name.
|
|
4106
4106
|
*/
|
|
4107
4107
|
orderBy?:
|
|
4108
4108
|
string;
|
|
4109
|
-
/** Size of the page
|
|
4109
|
+
/** Size of the page. This value can be limited by the server. If zero server returns a page of max size 100. */
|
|
4110
4110
|
pageSize?:
|
|
4111
4111
|
number;
|
|
4112
|
-
/** Page token to continue retrieval. Comes from previous call to `ListDeidentifyTemplates`. */
|
|
4112
|
+
/** Page token to continue retrieval. Comes from the previous call to `ListDeidentifyTemplates`. */
|
|
4113
4113
|
pageToken?:
|
|
4114
4114
|
string;
|
|
4115
4115
|
/**
|
|
@@ -4223,7 +4223,7 @@ declare namespace gapi.client {
|
|
|
4223
4223
|
body: GooglePrivacyDlpV2UpdateDeidentifyTemplateRequest): Request<GooglePrivacyDlpV2DeidentifyTemplate>;
|
|
4224
4224
|
}
|
|
4225
4225
|
interface DiscoveryConfigsResource {
|
|
4226
|
-
/** Creates a config for
|
|
4226
|
+
/** Creates a config for discovery to scan and profile storage. */
|
|
4227
4227
|
create(request: {
|
|
4228
4228
|
/** V1 error format. */
|
|
4229
4229
|
"$.xgafv"?:
|
|
@@ -4310,7 +4310,7 @@ declare namespace gapi.client {
|
|
|
4310
4310
|
string;
|
|
4311
4311
|
},
|
|
4312
4312
|
body: GooglePrivacyDlpV2CreateDiscoveryConfigRequest): Request<GooglePrivacyDlpV2DiscoveryConfig>;
|
|
4313
|
-
/** Deletes a
|
|
4313
|
+
/** Deletes a discovery configuration. */
|
|
4314
4314
|
delete(request?: {
|
|
4315
4315
|
/** V1 error format. */
|
|
4316
4316
|
"$.xgafv"?:
|
|
@@ -4349,7 +4349,7 @@ declare namespace gapi.client {
|
|
|
4349
4349
|
uploadType?:
|
|
4350
4350
|
string;
|
|
4351
4351
|
}): Request<{}>;
|
|
4352
|
-
/** Gets a
|
|
4352
|
+
/** Gets a discovery configuration. */
|
|
4353
4353
|
get(request?: {
|
|
4354
4354
|
/** V1 error format. */
|
|
4355
4355
|
"$.xgafv"?:
|
|
@@ -4388,7 +4388,7 @@ declare namespace gapi.client {
|
|
|
4388
4388
|
uploadType?:
|
|
4389
4389
|
string;
|
|
4390
4390
|
}): Request<GooglePrivacyDlpV2DiscoveryConfig>;
|
|
4391
|
-
/** Lists
|
|
4391
|
+
/** Lists discovery configurations. */
|
|
4392
4392
|
list(request?: {
|
|
4393
4393
|
/** V1 error format. */
|
|
4394
4394
|
"$.xgafv"?:
|
|
@@ -4412,16 +4412,16 @@ declare namespace gapi.client {
|
|
|
4412
4412
|
oauth_token?:
|
|
4413
4413
|
string;
|
|
4414
4414
|
/**
|
|
4415
|
-
* Comma separated list of config fields to order by, followed by `asc` or `desc` postfix. This list is case
|
|
4415
|
+
* Comma separated list of config fields to order by, followed by `asc` or `desc` postfix. This list is case insensitive. The default sorting order is ascending. Redundant space
|
|
4416
4416
|
* characters are insignificant. Example: `name asc,update_time, create_time desc` Supported fields are: - `last_run_time`: corresponds to the last time the DiscoveryConfig ran. -
|
|
4417
4417
|
* `name`: corresponds to the DiscoveryConfig's name. - `status`: corresponds to DiscoveryConfig's status.
|
|
4418
4418
|
*/
|
|
4419
4419
|
orderBy?:
|
|
4420
4420
|
string;
|
|
4421
|
-
/** Size of the page
|
|
4421
|
+
/** Size of the page. This value can be limited by a server. */
|
|
4422
4422
|
pageSize?:
|
|
4423
4423
|
number;
|
|
4424
|
-
/** Page token to continue retrieval. Comes from previous call to ListDiscoveryConfigs. `order_by` field must not change for subsequent calls. */
|
|
4424
|
+
/** Page token to continue retrieval. Comes from the previous call to ListDiscoveryConfigs. `order_by` field must not change for subsequent calls. */
|
|
4425
4425
|
pageToken?:
|
|
4426
4426
|
string;
|
|
4427
4427
|
/**
|
|
@@ -4443,7 +4443,7 @@ declare namespace gapi.client {
|
|
|
4443
4443
|
uploadType?:
|
|
4444
4444
|
string;
|
|
4445
4445
|
}): Request<GooglePrivacyDlpV2ListDiscoveryConfigsResponse>;
|
|
4446
|
-
/** Updates a
|
|
4446
|
+
/** Updates a discovery configuration. */
|
|
4447
4447
|
patch(request: {
|
|
4448
4448
|
/** V1 error format. */
|
|
4449
4449
|
"$.xgafv"?:
|
|
@@ -4567,9 +4567,9 @@ declare namespace gapi.client {
|
|
|
4567
4567
|
oauth_token?:
|
|
4568
4568
|
string;
|
|
4569
4569
|
/**
|
|
4570
|
-
* Comma separated list of fields to order by, followed by `asc` or `desc` postfix. This list is case
|
|
4571
|
-
* are insignificant. Example: `name asc, end_time asc, create_time desc` Supported fields are: - `create_time`: corresponds to the time the job was created. -
|
|
4572
|
-
* corresponds to the time the job ended. - `name`: corresponds to the job's name. - `state`: corresponds to `state`
|
|
4570
|
+
* Comma separated list of fields to order by, followed by `asc` or `desc` postfix. This list is case insensitive. The default sorting order is ascending. Redundant space
|
|
4571
|
+
* characters are insignificant. Example: `name asc, end_time asc, create_time desc` Supported fields are: - `create_time`: corresponds to the time the job was created. -
|
|
4572
|
+
* `end_time`: corresponds to the time the job ended. - `name`: corresponds to the job's name. - `state`: corresponds to `state`
|
|
4573
4573
|
*/
|
|
4574
4574
|
orderBy?:
|
|
4575
4575
|
string;
|
|
@@ -4812,16 +4812,16 @@ declare namespace gapi.client {
|
|
|
4812
4812
|
oauth_token?:
|
|
4813
4813
|
string;
|
|
4814
4814
|
/**
|
|
4815
|
-
* Comma separated list of fields to order by, followed by `asc` or `desc` postfix. This list is case
|
|
4816
|
-
* are insignificant. Example: `name asc,update_time, create_time desc` Supported fields are: - `create_time`: corresponds to the time the template was created. -
|
|
4817
|
-
* corresponds to the time the template was last updated. - `name`: corresponds to the template's name. - `display_name`: corresponds to the template's display name.
|
|
4815
|
+
* Comma separated list of fields to order by, followed by `asc` or `desc` postfix. This list is case insensitive. The default sorting order is ascending. Redundant space
|
|
4816
|
+
* characters are insignificant. Example: `name asc,update_time, create_time desc` Supported fields are: - `create_time`: corresponds to the time the template was created. -
|
|
4817
|
+
* `update_time`: corresponds to the time the template was last updated. - `name`: corresponds to the template's name. - `display_name`: corresponds to the template's display name.
|
|
4818
4818
|
*/
|
|
4819
4819
|
orderBy?:
|
|
4820
4820
|
string;
|
|
4821
|
-
/** Size of the page
|
|
4821
|
+
/** Size of the page. This value can be limited by the server. If zero server returns a page of max size 100. */
|
|
4822
4822
|
pageSize?:
|
|
4823
4823
|
number;
|
|
4824
|
-
/** Page token to continue retrieval. Comes from previous call to `ListInspectTemplates`. */
|
|
4824
|
+
/** Page token to continue retrieval. Comes from the previous call to `ListInspectTemplates`. */
|
|
4825
4825
|
pageToken?:
|
|
4826
4826
|
string;
|
|
4827
4827
|
/**
|
|
@@ -5144,17 +5144,17 @@ declare namespace gapi.client {
|
|
|
5144
5144
|
oauth_token?:
|
|
5145
5145
|
string;
|
|
5146
5146
|
/**
|
|
5147
|
-
* Comma separated list of triggeredJob fields to order by, followed by `asc` or `desc` postfix. This list is case
|
|
5148
|
-
* characters are insignificant. Example: `name asc,update_time, create_time desc` Supported fields are: - `create_time`: corresponds to the time the JobTrigger was created.
|
|
5149
|
-
* `update_time`: corresponds to the time the JobTrigger was last updated. - `last_run_time`: corresponds to the last time the JobTrigger ran. - `name`: corresponds to the
|
|
5147
|
+
* Comma separated list of triggeredJob fields to order by, followed by `asc` or `desc` postfix. This list is case insensitive. The default sorting order is ascending. Redundant
|
|
5148
|
+
* space characters are insignificant. Example: `name asc,update_time, create_time desc` Supported fields are: - `create_time`: corresponds to the time the JobTrigger was created.
|
|
5149
|
+
* - `update_time`: corresponds to the time the JobTrigger was last updated. - `last_run_time`: corresponds to the last time the JobTrigger ran. - `name`: corresponds to the
|
|
5150
5150
|
* JobTrigger's name. - `display_name`: corresponds to the JobTrigger's display name. - `status`: corresponds to JobTrigger's status.
|
|
5151
5151
|
*/
|
|
5152
5152
|
orderBy?:
|
|
5153
5153
|
string;
|
|
5154
|
-
/** Size of the page
|
|
5154
|
+
/** Size of the page. This value can be limited by a server. */
|
|
5155
5155
|
pageSize?:
|
|
5156
5156
|
number;
|
|
5157
|
-
/** Page token to continue retrieval. Comes from previous call to ListJobTriggers. `order_by` field must not change for subsequent calls. */
|
|
5157
|
+
/** Page token to continue retrieval. Comes from the previous call to ListJobTriggers. `order_by` field must not change for subsequent calls. */
|
|
5158
5158
|
pageToken?:
|
|
5159
5159
|
string;
|
|
5160
5160
|
/**
|
|
@@ -5468,16 +5468,16 @@ declare namespace gapi.client {
|
|
|
5468
5468
|
oauth_token?:
|
|
5469
5469
|
string;
|
|
5470
5470
|
/**
|
|
5471
|
-
* Comma separated list of fields to order by, followed by `asc` or `desc` postfix. This list is case
|
|
5472
|
-
* are insignificant. Example: `name asc, display_name, create_time desc` Supported fields are: - `create_time`: corresponds to the time the most recent version of the
|
|
5473
|
-
* created. - `state`: corresponds to the state of the resource. - `name`: corresponds to resource name. - `display_name`: corresponds to info type's display name.
|
|
5471
|
+
* Comma separated list of fields to order by, followed by `asc` or `desc` postfix. This list is case insensitive. The default sorting order is ascending. Redundant space
|
|
5472
|
+
* characters are insignificant. Example: `name asc, display_name, create_time desc` Supported fields are: - `create_time`: corresponds to the time the most recent version of the
|
|
5473
|
+
* resource was created. - `state`: corresponds to the state of the resource. - `name`: corresponds to resource name. - `display_name`: corresponds to info type's display name.
|
|
5474
5474
|
*/
|
|
5475
5475
|
orderBy?:
|
|
5476
5476
|
string;
|
|
5477
|
-
/** Size of the page
|
|
5477
|
+
/** Size of the page. This value can be limited by the server. If zero server returns a page of max size 100. */
|
|
5478
5478
|
pageSize?:
|
|
5479
5479
|
number;
|
|
5480
|
-
/** Page token to continue retrieval. Comes from previous call to `ListStoredInfoTypes`. */
|
|
5480
|
+
/** Page token to continue retrieval. Comes from the previous call to `ListStoredInfoTypes`. */
|
|
5481
5481
|
pageToken?:
|
|
5482
5482
|
string;
|
|
5483
5483
|
/**
|
|
@@ -5811,16 +5811,16 @@ declare namespace gapi.client {
|
|
|
5811
5811
|
oauth_token?:
|
|
5812
5812
|
string;
|
|
5813
5813
|
/**
|
|
5814
|
-
* Comma separated list of fields to order by, followed by `asc` or `desc` postfix. This list is case
|
|
5815
|
-
* are insignificant. Example: `name asc, display_name, create_time desc` Supported fields are: - `create_time`: corresponds to the time the most recent version of the
|
|
5816
|
-
* created. - `state`: corresponds to the state of the resource. - `name`: corresponds to resource name. - `display_name`: corresponds to info type's display name.
|
|
5814
|
+
* Comma separated list of fields to order by, followed by `asc` or `desc` postfix. This list is case insensitive. The default sorting order is ascending. Redundant space
|
|
5815
|
+
* characters are insignificant. Example: `name asc, display_name, create_time desc` Supported fields are: - `create_time`: corresponds to the time the most recent version of the
|
|
5816
|
+
* resource was created. - `state`: corresponds to the state of the resource. - `name`: corresponds to resource name. - `display_name`: corresponds to info type's display name.
|
|
5817
5817
|
*/
|
|
5818
5818
|
orderBy?:
|
|
5819
5819
|
string;
|
|
5820
|
-
/** Size of the page
|
|
5820
|
+
/** Size of the page. This value can be limited by the server. If zero server returns a page of max size 100. */
|
|
5821
5821
|
pageSize?:
|
|
5822
5822
|
number;
|
|
5823
|
-
/** Page token to continue retrieval. Comes from previous call to `ListStoredInfoTypes`. */
|
|
5823
|
+
/** Page token to continue retrieval. Comes from the previous call to `ListStoredInfoTypes`. */
|
|
5824
5824
|
pageToken?:
|
|
5825
5825
|
string;
|
|
5826
5826
|
/**
|
|
@@ -6436,16 +6436,16 @@ declare namespace gapi.client {
|
|
|
6436
6436
|
oauth_token?:
|
|
6437
6437
|
string;
|
|
6438
6438
|
/**
|
|
6439
|
-
* Comma separated list of fields to order by, followed by `asc` or `desc` postfix. This list is case
|
|
6440
|
-
* are insignificant. Example: `name asc,update_time, create_time desc` Supported fields are: - `create_time`: corresponds to the time the template was created. -
|
|
6441
|
-
* corresponds to the time the template was last updated. - `name`: corresponds to the template's name. - `display_name`: corresponds to the template's display name.
|
|
6439
|
+
* Comma separated list of fields to order by, followed by `asc` or `desc` postfix. This list is case insensitive. The default sorting order is ascending. Redundant space
|
|
6440
|
+
* characters are insignificant. Example: `name asc,update_time, create_time desc` Supported fields are: - `create_time`: corresponds to the time the template was created. -
|
|
6441
|
+
* `update_time`: corresponds to the time the template was last updated. - `name`: corresponds to the template's name. - `display_name`: corresponds to the template's display name.
|
|
6442
6442
|
*/
|
|
6443
6443
|
orderBy?:
|
|
6444
6444
|
string;
|
|
6445
|
-
/** Size of the page
|
|
6445
|
+
/** Size of the page. This value can be limited by the server. If zero server returns a page of max size 100. */
|
|
6446
6446
|
pageSize?:
|
|
6447
6447
|
number;
|
|
6448
|
-
/** Page token to continue retrieval. Comes from previous call to `ListDeidentifyTemplates`. */
|
|
6448
|
+
/** Page token to continue retrieval. Comes from the previous call to `ListDeidentifyTemplates`. */
|
|
6449
6449
|
pageToken?:
|
|
6450
6450
|
string;
|
|
6451
6451
|
/**
|
|
@@ -6860,9 +6860,9 @@ declare namespace gapi.client {
|
|
|
6860
6860
|
oauth_token?:
|
|
6861
6861
|
string;
|
|
6862
6862
|
/**
|
|
6863
|
-
* Comma separated list of fields to order by, followed by `asc` or `desc` postfix. This list is case
|
|
6864
|
-
* are insignificant. Example: `name asc, end_time asc, create_time desc` Supported fields are: - `create_time`: corresponds to the time the job was created. -
|
|
6865
|
-
* corresponds to the time the job ended. - `name`: corresponds to the job's name. - `state`: corresponds to `state`
|
|
6863
|
+
* Comma separated list of fields to order by, followed by `asc` or `desc` postfix. This list is case insensitive. The default sorting order is ascending. Redundant space
|
|
6864
|
+
* characters are insignificant. Example: `name asc, end_time asc, create_time desc` Supported fields are: - `create_time`: corresponds to the time the job was created. -
|
|
6865
|
+
* `end_time`: corresponds to the time the job ended. - `name`: corresponds to the job's name. - `state`: corresponds to `state`
|
|
6866
6866
|
*/
|
|
6867
6867
|
orderBy?:
|
|
6868
6868
|
string;
|
|
@@ -7202,16 +7202,16 @@ declare namespace gapi.client {
|
|
|
7202
7202
|
oauth_token?:
|
|
7203
7203
|
string;
|
|
7204
7204
|
/**
|
|
7205
|
-
* Comma separated list of fields to order by, followed by `asc` or `desc` postfix. This list is case
|
|
7206
|
-
* are insignificant. Example: `name asc,update_time, create_time desc` Supported fields are: - `create_time`: corresponds to the time the template was created. -
|
|
7207
|
-
* corresponds to the time the template was last updated. - `name`: corresponds to the template's name. - `display_name`: corresponds to the template's display name.
|
|
7205
|
+
* Comma separated list of fields to order by, followed by `asc` or `desc` postfix. This list is case insensitive. The default sorting order is ascending. Redundant space
|
|
7206
|
+
* characters are insignificant. Example: `name asc,update_time, create_time desc` Supported fields are: - `create_time`: corresponds to the time the template was created. -
|
|
7207
|
+
* `update_time`: corresponds to the time the template was last updated. - `name`: corresponds to the template's name. - `display_name`: corresponds to the template's display name.
|
|
7208
7208
|
*/
|
|
7209
7209
|
orderBy?:
|
|
7210
7210
|
string;
|
|
7211
|
-
/** Size of the page
|
|
7211
|
+
/** Size of the page. This value can be limited by the server. If zero server returns a page of max size 100. */
|
|
7212
7212
|
pageSize?:
|
|
7213
7213
|
number;
|
|
7214
|
-
/** Page token to continue retrieval. Comes from previous call to `ListInspectTemplates`. */
|
|
7214
|
+
/** Page token to continue retrieval. Comes from the previous call to `ListInspectTemplates`. */
|
|
7215
7215
|
pageToken?:
|
|
7216
7216
|
string;
|
|
7217
7217
|
/**
|
|
@@ -7615,17 +7615,17 @@ declare namespace gapi.client {
|
|
|
7615
7615
|
oauth_token?:
|
|
7616
7616
|
string;
|
|
7617
7617
|
/**
|
|
7618
|
-
* Comma separated list of triggeredJob fields to order by, followed by `asc` or `desc` postfix. This list is case
|
|
7619
|
-
* characters are insignificant. Example: `name asc,update_time, create_time desc` Supported fields are: - `create_time`: corresponds to the time the JobTrigger was created.
|
|
7620
|
-
* `update_time`: corresponds to the time the JobTrigger was last updated. - `last_run_time`: corresponds to the last time the JobTrigger ran. - `name`: corresponds to the
|
|
7618
|
+
* Comma separated list of triggeredJob fields to order by, followed by `asc` or `desc` postfix. This list is case insensitive. The default sorting order is ascending. Redundant
|
|
7619
|
+
* space characters are insignificant. Example: `name asc,update_time, create_time desc` Supported fields are: - `create_time`: corresponds to the time the JobTrigger was created.
|
|
7620
|
+
* - `update_time`: corresponds to the time the JobTrigger was last updated. - `last_run_time`: corresponds to the last time the JobTrigger ran. - `name`: corresponds to the
|
|
7621
7621
|
* JobTrigger's name. - `display_name`: corresponds to the JobTrigger's display name. - `status`: corresponds to JobTrigger's status.
|
|
7622
7622
|
*/
|
|
7623
7623
|
orderBy?:
|
|
7624
7624
|
string;
|
|
7625
|
-
/** Size of the page
|
|
7625
|
+
/** Size of the page. This value can be limited by a server. */
|
|
7626
7626
|
pageSize?:
|
|
7627
7627
|
number;
|
|
7628
|
-
/** Page token to continue retrieval. Comes from previous call to ListJobTriggers. `order_by` field must not change for subsequent calls. */
|
|
7628
|
+
/** Page token to continue retrieval. Comes from the previous call to ListJobTriggers. `order_by` field must not change for subsequent calls. */
|
|
7629
7629
|
pageToken?:
|
|
7630
7630
|
string;
|
|
7631
7631
|
/**
|
|
@@ -8225,16 +8225,16 @@ declare namespace gapi.client {
|
|
|
8225
8225
|
oauth_token?:
|
|
8226
8226
|
string;
|
|
8227
8227
|
/**
|
|
8228
|
-
* Comma separated list of fields to order by, followed by `asc` or `desc` postfix. This list is case
|
|
8229
|
-
* are insignificant. Example: `name asc,update_time, create_time desc` Supported fields are: - `create_time`: corresponds to the time the template was created. -
|
|
8230
|
-
* corresponds to the time the template was last updated. - `name`: corresponds to the template's name. - `display_name`: corresponds to the template's display name.
|
|
8228
|
+
* Comma separated list of fields to order by, followed by `asc` or `desc` postfix. This list is case insensitive. The default sorting order is ascending. Redundant space
|
|
8229
|
+
* characters are insignificant. Example: `name asc,update_time, create_time desc` Supported fields are: - `create_time`: corresponds to the time the template was created. -
|
|
8230
|
+
* `update_time`: corresponds to the time the template was last updated. - `name`: corresponds to the template's name. - `display_name`: corresponds to the template's display name.
|
|
8231
8231
|
*/
|
|
8232
8232
|
orderBy?:
|
|
8233
8233
|
string;
|
|
8234
|
-
/** Size of the page
|
|
8234
|
+
/** Size of the page. This value can be limited by the server. If zero server returns a page of max size 100. */
|
|
8235
8235
|
pageSize?:
|
|
8236
8236
|
number;
|
|
8237
|
-
/** Page token to continue retrieval. Comes from previous call to `ListDeidentifyTemplates`. */
|
|
8237
|
+
/** Page token to continue retrieval. Comes from the previous call to `ListDeidentifyTemplates`. */
|
|
8238
8238
|
pageToken?:
|
|
8239
8239
|
string;
|
|
8240
8240
|
/**
|
|
@@ -8348,7 +8348,7 @@ declare namespace gapi.client {
|
|
|
8348
8348
|
body: GooglePrivacyDlpV2UpdateDeidentifyTemplateRequest): Request<GooglePrivacyDlpV2DeidentifyTemplate>;
|
|
8349
8349
|
}
|
|
8350
8350
|
interface DiscoveryConfigsResource {
|
|
8351
|
-
/** Creates a config for
|
|
8351
|
+
/** Creates a config for discovery to scan and profile storage. */
|
|
8352
8352
|
create(request: {
|
|
8353
8353
|
/** V1 error format. */
|
|
8354
8354
|
"$.xgafv"?:
|
|
@@ -8435,7 +8435,7 @@ declare namespace gapi.client {
|
|
|
8435
8435
|
string;
|
|
8436
8436
|
},
|
|
8437
8437
|
body: GooglePrivacyDlpV2CreateDiscoveryConfigRequest): Request<GooglePrivacyDlpV2DiscoveryConfig>;
|
|
8438
|
-
/** Deletes a
|
|
8438
|
+
/** Deletes a discovery configuration. */
|
|
8439
8439
|
delete(request?: {
|
|
8440
8440
|
/** V1 error format. */
|
|
8441
8441
|
"$.xgafv"?:
|
|
@@ -8474,7 +8474,7 @@ declare namespace gapi.client {
|
|
|
8474
8474
|
uploadType?:
|
|
8475
8475
|
string;
|
|
8476
8476
|
}): Request<{}>;
|
|
8477
|
-
/** Gets a
|
|
8477
|
+
/** Gets a discovery configuration. */
|
|
8478
8478
|
get(request?: {
|
|
8479
8479
|
/** V1 error format. */
|
|
8480
8480
|
"$.xgafv"?:
|
|
@@ -8513,7 +8513,7 @@ declare namespace gapi.client {
|
|
|
8513
8513
|
uploadType?:
|
|
8514
8514
|
string;
|
|
8515
8515
|
}): Request<GooglePrivacyDlpV2DiscoveryConfig>;
|
|
8516
|
-
/** Lists
|
|
8516
|
+
/** Lists discovery configurations. */
|
|
8517
8517
|
list(request?: {
|
|
8518
8518
|
/** V1 error format. */
|
|
8519
8519
|
"$.xgafv"?:
|
|
@@ -8537,16 +8537,16 @@ declare namespace gapi.client {
|
|
|
8537
8537
|
oauth_token?:
|
|
8538
8538
|
string;
|
|
8539
8539
|
/**
|
|
8540
|
-
* Comma separated list of config fields to order by, followed by `asc` or `desc` postfix. This list is case
|
|
8540
|
+
* Comma separated list of config fields to order by, followed by `asc` or `desc` postfix. This list is case insensitive. The default sorting order is ascending. Redundant space
|
|
8541
8541
|
* characters are insignificant. Example: `name asc,update_time, create_time desc` Supported fields are: - `last_run_time`: corresponds to the last time the DiscoveryConfig ran. -
|
|
8542
8542
|
* `name`: corresponds to the DiscoveryConfig's name. - `status`: corresponds to DiscoveryConfig's status.
|
|
8543
8543
|
*/
|
|
8544
8544
|
orderBy?:
|
|
8545
8545
|
string;
|
|
8546
|
-
/** Size of the page
|
|
8546
|
+
/** Size of the page. This value can be limited by a server. */
|
|
8547
8547
|
pageSize?:
|
|
8548
8548
|
number;
|
|
8549
|
-
/** Page token to continue retrieval. Comes from previous call to ListDiscoveryConfigs. `order_by` field must not change for subsequent calls. */
|
|
8549
|
+
/** Page token to continue retrieval. Comes from the previous call to ListDiscoveryConfigs. `order_by` field must not change for subsequent calls. */
|
|
8550
8550
|
pageToken?:
|
|
8551
8551
|
string;
|
|
8552
8552
|
/**
|
|
@@ -8568,7 +8568,7 @@ declare namespace gapi.client {
|
|
|
8568
8568
|
uploadType?:
|
|
8569
8569
|
string;
|
|
8570
8570
|
}): Request<GooglePrivacyDlpV2ListDiscoveryConfigsResponse>;
|
|
8571
|
-
/** Updates a
|
|
8571
|
+
/** Updates a discovery configuration. */
|
|
8572
8572
|
patch(request: {
|
|
8573
8573
|
/** V1 error format. */
|
|
8574
8574
|
"$.xgafv"?:
|
|
@@ -9114,9 +9114,9 @@ declare namespace gapi.client {
|
|
|
9114
9114
|
oauth_token?:
|
|
9115
9115
|
string;
|
|
9116
9116
|
/**
|
|
9117
|
-
* Comma separated list of fields to order by, followed by `asc` or `desc` postfix. This list is case
|
|
9118
|
-
* are insignificant. Example: `name asc, end_time asc, create_time desc` Supported fields are: - `create_time`: corresponds to the time the job was created. -
|
|
9119
|
-
* corresponds to the time the job ended. - `name`: corresponds to the job's name. - `state`: corresponds to `state`
|
|
9117
|
+
* Comma separated list of fields to order by, followed by `asc` or `desc` postfix. This list is case insensitive. The default sorting order is ascending. Redundant space
|
|
9118
|
+
* characters are insignificant. Example: `name asc, end_time asc, create_time desc` Supported fields are: - `create_time`: corresponds to the time the job was created. -
|
|
9119
|
+
* `end_time`: corresponds to the time the job ended. - `name`: corresponds to the job's name. - `state`: corresponds to `state`
|
|
9120
9120
|
*/
|
|
9121
9121
|
orderBy?:
|
|
9122
9122
|
string;
|
|
@@ -9456,16 +9456,16 @@ declare namespace gapi.client {
|
|
|
9456
9456
|
oauth_token?:
|
|
9457
9457
|
string;
|
|
9458
9458
|
/**
|
|
9459
|
-
* Comma separated list of fields to order by, followed by `asc` or `desc` postfix. This list is case
|
|
9460
|
-
* are insignificant. Example: `name asc,update_time, create_time desc` Supported fields are: - `create_time`: corresponds to the time the template was created. -
|
|
9461
|
-
* corresponds to the time the template was last updated. - `name`: corresponds to the template's name. - `display_name`: corresponds to the template's display name.
|
|
9459
|
+
* Comma separated list of fields to order by, followed by `asc` or `desc` postfix. This list is case insensitive. The default sorting order is ascending. Redundant space
|
|
9460
|
+
* characters are insignificant. Example: `name asc,update_time, create_time desc` Supported fields are: - `create_time`: corresponds to the time the template was created. -
|
|
9461
|
+
* `update_time`: corresponds to the time the template was last updated. - `name`: corresponds to the template's name. - `display_name`: corresponds to the template's display name.
|
|
9462
9462
|
*/
|
|
9463
9463
|
orderBy?:
|
|
9464
9464
|
string;
|
|
9465
|
-
/** Size of the page
|
|
9465
|
+
/** Size of the page. This value can be limited by the server. If zero server returns a page of max size 100. */
|
|
9466
9466
|
pageSize?:
|
|
9467
9467
|
number;
|
|
9468
|
-
/** Page token to continue retrieval. Comes from previous call to `ListInspectTemplates`. */
|
|
9468
|
+
/** Page token to continue retrieval. Comes from the previous call to `ListInspectTemplates`. */
|
|
9469
9469
|
pageToken?:
|
|
9470
9470
|
string;
|
|
9471
9471
|
/**
|
|
@@ -9950,17 +9950,17 @@ declare namespace gapi.client {
|
|
|
9950
9950
|
oauth_token?:
|
|
9951
9951
|
string;
|
|
9952
9952
|
/**
|
|
9953
|
-
* Comma separated list of triggeredJob fields to order by, followed by `asc` or `desc` postfix. This list is case
|
|
9954
|
-
* characters are insignificant. Example: `name asc,update_time, create_time desc` Supported fields are: - `create_time`: corresponds to the time the JobTrigger was created.
|
|
9955
|
-
* `update_time`: corresponds to the time the JobTrigger was last updated. - `last_run_time`: corresponds to the last time the JobTrigger ran. - `name`: corresponds to the
|
|
9953
|
+
* Comma separated list of triggeredJob fields to order by, followed by `asc` or `desc` postfix. This list is case insensitive. The default sorting order is ascending. Redundant
|
|
9954
|
+
* space characters are insignificant. Example: `name asc,update_time, create_time desc` Supported fields are: - `create_time`: corresponds to the time the JobTrigger was created.
|
|
9955
|
+
* - `update_time`: corresponds to the time the JobTrigger was last updated. - `last_run_time`: corresponds to the last time the JobTrigger ran. - `name`: corresponds to the
|
|
9956
9956
|
* JobTrigger's name. - `display_name`: corresponds to the JobTrigger's display name. - `status`: corresponds to JobTrigger's status.
|
|
9957
9957
|
*/
|
|
9958
9958
|
orderBy?:
|
|
9959
9959
|
string;
|
|
9960
|
-
/** Size of the page
|
|
9960
|
+
/** Size of the page. This value can be limited by a server. */
|
|
9961
9961
|
pageSize?:
|
|
9962
9962
|
number;
|
|
9963
|
-
/** Page token to continue retrieval. Comes from previous call to ListJobTriggers. `order_by` field must not change for subsequent calls. */
|
|
9963
|
+
/** Page token to continue retrieval. Comes from the previous call to ListJobTriggers. `order_by` field must not change for subsequent calls. */
|
|
9964
9964
|
pageToken?:
|
|
9965
9965
|
string;
|
|
9966
9966
|
/**
|
|
@@ -10274,16 +10274,16 @@ declare namespace gapi.client {
|
|
|
10274
10274
|
oauth_token?:
|
|
10275
10275
|
string;
|
|
10276
10276
|
/**
|
|
10277
|
-
* Comma separated list of fields to order by, followed by `asc` or `desc` postfix. This list is case
|
|
10278
|
-
* are insignificant. Example: `name asc, display_name, create_time desc` Supported fields are: - `create_time`: corresponds to the time the most recent version of the
|
|
10279
|
-
* created. - `state`: corresponds to the state of the resource. - `name`: corresponds to resource name. - `display_name`: corresponds to info type's display name.
|
|
10277
|
+
* Comma separated list of fields to order by, followed by `asc` or `desc` postfix. This list is case insensitive. The default sorting order is ascending. Redundant space
|
|
10278
|
+
* characters are insignificant. Example: `name asc, display_name, create_time desc` Supported fields are: - `create_time`: corresponds to the time the most recent version of the
|
|
10279
|
+
* resource was created. - `state`: corresponds to the state of the resource. - `name`: corresponds to resource name. - `display_name`: corresponds to info type's display name.
|
|
10280
10280
|
*/
|
|
10281
10281
|
orderBy?:
|
|
10282
10282
|
string;
|
|
10283
|
-
/** Size of the page
|
|
10283
|
+
/** Size of the page. This value can be limited by the server. If zero server returns a page of max size 100. */
|
|
10284
10284
|
pageSize?:
|
|
10285
10285
|
number;
|
|
10286
|
-
/** Page token to continue retrieval. Comes from previous call to `ListStoredInfoTypes`. */
|
|
10286
|
+
/** Page token to continue retrieval. Comes from the previous call to `ListStoredInfoTypes`. */
|
|
10287
10287
|
pageToken?:
|
|
10288
10288
|
string;
|
|
10289
10289
|
/**
|
|
@@ -10621,16 +10621,16 @@ declare namespace gapi.client {
|
|
|
10621
10621
|
oauth_token?:
|
|
10622
10622
|
string;
|
|
10623
10623
|
/**
|
|
10624
|
-
* Comma separated list of fields to order by, followed by `asc` or `desc` postfix. This list is case
|
|
10625
|
-
* are insignificant. Example: `name asc, display_name, create_time desc` Supported fields are: - `create_time`: corresponds to the time the most recent version of the
|
|
10626
|
-
* created. - `state`: corresponds to the state of the resource. - `name`: corresponds to resource name. - `display_name`: corresponds to info type's display name.
|
|
10624
|
+
* Comma separated list of fields to order by, followed by `asc` or `desc` postfix. This list is case insensitive. The default sorting order is ascending. Redundant space
|
|
10625
|
+
* characters are insignificant. Example: `name asc, display_name, create_time desc` Supported fields are: - `create_time`: corresponds to the time the most recent version of the
|
|
10626
|
+
* resource was created. - `state`: corresponds to the state of the resource. - `name`: corresponds to resource name. - `display_name`: corresponds to info type's display name.
|
|
10627
10627
|
*/
|
|
10628
10628
|
orderBy?:
|
|
10629
10629
|
string;
|
|
10630
|
-
/** Size of the page
|
|
10630
|
+
/** Size of the page. This value can be limited by the server. If zero server returns a page of max size 100. */
|
|
10631
10631
|
pageSize?:
|
|
10632
10632
|
number;
|
|
10633
|
-
/** Page token to continue retrieval. Comes from previous call to `ListStoredInfoTypes`. */
|
|
10633
|
+
/** Page token to continue retrieval. Comes from the previous call to `ListStoredInfoTypes`. */
|
|
10634
10634
|
pageToken?:
|
|
10635
10635
|
string;
|
|
10636
10636
|
/**
|
package/package.json
CHANGED
package/tests.ts
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
// This file was generated by https://github.com/Maxim-Mazurok/google-api-typings-generator. Please do not edit it manually.
|
|
4
4
|
// In case of any problems please post issue to https://github.com/Maxim-Mazurok/google-api-typings-generator
|
|
5
5
|
|
|
6
|
-
// Revision:
|
|
6
|
+
// Revision: 20231022
|
|
7
7
|
|
|
8
8
|
gapi.load('client', async () => {
|
|
9
9
|
/** now we can use gapi.client */
|
|
@@ -3954,7 +3954,7 @@ gapi.load('client', async () => {
|
|
|
3954
3954
|
},
|
|
3955
3955
|
updateMask: "Test string",
|
|
3956
3956
|
});
|
|
3957
|
-
/** Creates a config for
|
|
3957
|
+
/** Creates a config for discovery to scan and profile storage. */
|
|
3958
3958
|
await gapi.client.dlp.organizations.locations.discoveryConfigs.create({
|
|
3959
3959
|
parent: "Test string",
|
|
3960
3960
|
}, {
|
|
@@ -4071,22 +4071,22 @@ gapi.load('client', async () => {
|
|
|
4071
4071
|
updateTime: "Test string",
|
|
4072
4072
|
},
|
|
4073
4073
|
});
|
|
4074
|
-
/** Deletes a
|
|
4074
|
+
/** Deletes a discovery configuration. */
|
|
4075
4075
|
await gapi.client.dlp.organizations.locations.discoveryConfigs.delete({
|
|
4076
4076
|
name: "Test string",
|
|
4077
4077
|
});
|
|
4078
|
-
/** Gets a
|
|
4078
|
+
/** Gets a discovery configuration. */
|
|
4079
4079
|
await gapi.client.dlp.organizations.locations.discoveryConfigs.get({
|
|
4080
4080
|
name: "Test string",
|
|
4081
4081
|
});
|
|
4082
|
-
/** Lists
|
|
4082
|
+
/** Lists discovery configurations. */
|
|
4083
4083
|
await gapi.client.dlp.organizations.locations.discoveryConfigs.list({
|
|
4084
4084
|
orderBy: "Test string",
|
|
4085
4085
|
pageSize: 42,
|
|
4086
4086
|
pageToken: "Test string",
|
|
4087
4087
|
parent: "Test string",
|
|
4088
4088
|
});
|
|
4089
|
-
/** Updates a
|
|
4089
|
+
/** Updates a discovery configuration. */
|
|
4090
4090
|
await gapi.client.dlp.organizations.locations.discoveryConfigs.patch({
|
|
4091
4091
|
name: "Test string",
|
|
4092
4092
|
}, {
|
|
@@ -15671,7 +15671,7 @@ gapi.load('client', async () => {
|
|
|
15671
15671
|
},
|
|
15672
15672
|
updateMask: "Test string",
|
|
15673
15673
|
});
|
|
15674
|
-
/** Creates a config for
|
|
15674
|
+
/** Creates a config for discovery to scan and profile storage. */
|
|
15675
15675
|
await gapi.client.dlp.projects.locations.discoveryConfigs.create({
|
|
15676
15676
|
parent: "Test string",
|
|
15677
15677
|
}, {
|
|
@@ -15788,22 +15788,22 @@ gapi.load('client', async () => {
|
|
|
15788
15788
|
updateTime: "Test string",
|
|
15789
15789
|
},
|
|
15790
15790
|
});
|
|
15791
|
-
/** Deletes a
|
|
15791
|
+
/** Deletes a discovery configuration. */
|
|
15792
15792
|
await gapi.client.dlp.projects.locations.discoveryConfigs.delete({
|
|
15793
15793
|
name: "Test string",
|
|
15794
15794
|
});
|
|
15795
|
-
/** Gets a
|
|
15795
|
+
/** Gets a discovery configuration. */
|
|
15796
15796
|
await gapi.client.dlp.projects.locations.discoveryConfigs.get({
|
|
15797
15797
|
name: "Test string",
|
|
15798
15798
|
});
|
|
15799
|
-
/** Lists
|
|
15799
|
+
/** Lists discovery configurations. */
|
|
15800
15800
|
await gapi.client.dlp.projects.locations.discoveryConfigs.list({
|
|
15801
15801
|
orderBy: "Test string",
|
|
15802
15802
|
pageSize: 42,
|
|
15803
15803
|
pageToken: "Test string",
|
|
15804
15804
|
parent: "Test string",
|
|
15805
15805
|
});
|
|
15806
|
-
/** Updates a
|
|
15806
|
+
/** Updates a discovery configuration. */
|
|
15807
15807
|
await gapi.client.dlp.projects.locations.discoveryConfigs.patch({
|
|
15808
15808
|
name: "Test string",
|
|
15809
15809
|
}, {
|