@maxim_mazurok/gapi.client.dlp-v2 0.0.20240225 → 0.0.20240310
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 +17 -17
- 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:
|
|
12
|
+
// Revision: 20240310
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -2492,7 +2492,7 @@ declare namespace gapi.client {
|
|
|
2492
2492
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
2493
2493
|
uploadType?: string;
|
|
2494
2494
|
}): Request<GooglePrivacyDlpV2ColumnDataProfile>;
|
|
2495
|
-
/** Lists data profiles for an organization. */
|
|
2495
|
+
/** Lists column data profiles for an organization. */
|
|
2496
2496
|
list(request?: {
|
|
2497
2497
|
/** V1 error format. */
|
|
2498
2498
|
'$.xgafv'?: string;
|
|
@@ -2516,7 +2516,7 @@ declare namespace gapi.client {
|
|
|
2516
2516
|
pageSize?: number;
|
|
2517
2517
|
/** Page token to continue retrieval. */
|
|
2518
2518
|
pageToken?: string;
|
|
2519
|
-
/** Required. Resource name of the organization or project, for example `organizations/433245324/locations/europe` or projects/project-id/locations/asia
|
|
2519
|
+
/** Required. Resource name of the organization or project, for example `organizations/433245324/locations/europe` or `projects/project-id/locations/asia`. */
|
|
2520
2520
|
parent: string;
|
|
2521
2521
|
/** Returns response with indentations and line breaks. */
|
|
2522
2522
|
prettyPrint?: boolean;
|
|
@@ -3427,7 +3427,7 @@ declare namespace gapi.client {
|
|
|
3427
3427
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
3428
3428
|
uploadType?: string;
|
|
3429
3429
|
}): Request<GooglePrivacyDlpV2ProjectDataProfile>;
|
|
3430
|
-
/** Lists data profiles for an organization. */
|
|
3430
|
+
/** Lists project data profiles for an organization. */
|
|
3431
3431
|
list(request?: {
|
|
3432
3432
|
/** V1 error format. */
|
|
3433
3433
|
'$.xgafv'?: string;
|
|
@@ -3439,13 +3439,13 @@ declare namespace gapi.client {
|
|
|
3439
3439
|
callback?: string;
|
|
3440
3440
|
/** Selector specifying which fields to include in a partial response. */
|
|
3441
3441
|
fields?: string;
|
|
3442
|
-
/** Allows filtering. Supported syntax: * Filter expressions are made up of one or more restrictions. * Restrictions can be combined by `AND` or `OR` logical operators. A sequence of restrictions implicitly uses `AND`. * A restriction has the form of `{field} {operator} {value}`. * Supported fields/values: - `sensitivity_level` - HIGH|MODERATE|LOW - `data_risk_level` - HIGH|MODERATE|LOW - `status_code` - an RPC status code as defined in https://github.com/googleapis/googleapis/blob/master/google/rpc/code.proto * The operator must be `=` or `!=`. Examples: * project_id = 12345 AND status_code = 1 * project_id = 12345 AND sensitivity_level = HIGH The length of this field should be no more than 500 characters. */
|
|
3442
|
+
/** Allows filtering. Supported syntax: * Filter expressions are made up of one or more restrictions. * Restrictions can be combined by `AND` or `OR` logical operators. A sequence of restrictions implicitly uses `AND`. * A restriction has the form of `{field} {operator} {value}`. * Supported fields/values: - `sensitivity_level` - HIGH|MODERATE|LOW - `data_risk_level` - HIGH|MODERATE|LOW - `status_code` - an RPC status code as defined in https://github.com/googleapis/googleapis/blob/master/google/rpc/code.proto * The operator must be `=` or `!=`. Examples: * `project_id = 12345 AND status_code = 1` * `project_id = 12345 AND sensitivity_level = HIGH` The length of this field should be no more than 500 characters. */
|
|
3443
3443
|
filter?: string;
|
|
3444
3444
|
/** 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. */
|
|
3445
3445
|
key?: string;
|
|
3446
3446
|
/** OAuth 2.0 token for the current user. */
|
|
3447
3447
|
oauth_token?: string;
|
|
3448
|
-
/** 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 characters are insignificant. Only one order field at a time is allowed. Examples: * `project_id` * `sensitivity_level desc` Supported fields are: - `project_id`:
|
|
3448
|
+
/** 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 characters are insignificant. Only one order field at a time is allowed. Examples: * `project_id` * `sensitivity_level desc` Supported fields are: - `project_id`: Google Cloud project ID - `sensitivity_level`: How sensitive the data in a project is, at most. - `data_risk_level`: How much risk is associated with this data. - `profile_last_generated`: When the profile was last updated in epoch seconds. */
|
|
3449
3449
|
orderBy?: string;
|
|
3450
3450
|
/** Size of the page. This value can be limited by the server. If zero, server returns a page of max size 100. */
|
|
3451
3451
|
pageSize?: number;
|
|
@@ -3698,7 +3698,7 @@ declare namespace gapi.client {
|
|
|
3698
3698
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
3699
3699
|
uploadType?: string;
|
|
3700
3700
|
}): Request<GooglePrivacyDlpV2TableDataProfile>;
|
|
3701
|
-
/** Lists data profiles for an organization. */
|
|
3701
|
+
/** Lists table data profiles for an organization. */
|
|
3702
3702
|
list(request?: {
|
|
3703
3703
|
/** V1 error format. */
|
|
3704
3704
|
'$.xgafv'?: string;
|
|
@@ -3710,13 +3710,13 @@ declare namespace gapi.client {
|
|
|
3710
3710
|
callback?: string;
|
|
3711
3711
|
/** Selector specifying which fields to include in a partial response. */
|
|
3712
3712
|
fields?: string;
|
|
3713
|
-
/** Allows filtering. Supported syntax: * Filter expressions are made up of one or more restrictions. * Restrictions can be combined by `AND` or `OR` logical operators. A sequence of restrictions implicitly uses `AND`. * A restriction has the form of `{field} {operator} {value}`. * Supported fields/values: - `project_id` - The
|
|
3713
|
+
/** Allows filtering. Supported syntax: * Filter expressions are made up of one or more restrictions. * Restrictions can be combined by `AND` or `OR` logical operators. A sequence of restrictions implicitly uses `AND`. * A restriction has the form of `{field} {operator} {value}`. * Supported fields/values: - `project_id` - The Google Cloud project ID. - `dataset_id` - The BigQuery dataset ID. - `table_id` - The ID of the BigQuery table. - `sensitivity_level` - HIGH|MODERATE|LOW - `data_risk_level` - HIGH|MODERATE|LOW - `resource_visibility`: PUBLIC|RESTRICTED - `status_code` - an RPC status code as defined in https://github.com/googleapis/googleapis/blob/master/google/rpc/code.proto * The operator must be `=` or `!=`. Examples: * `project_id = 12345 AND status_code = 1` * `project_id = 12345 AND sensitivity_level = HIGH` * `project_id = 12345 AND resource_visibility = PUBLIC` The length of this field should be no more than 500 characters. */
|
|
3714
3714
|
filter?: string;
|
|
3715
3715
|
/** 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. */
|
|
3716
3716
|
key?: string;
|
|
3717
3717
|
/** OAuth 2.0 token for the current user. */
|
|
3718
3718
|
oauth_token?: string;
|
|
3719
|
-
/** 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 characters are insignificant. Only one order field at a time is allowed. Examples: * `project_id asc` * `table_id` * `sensitivity_level desc` Supported fields are: - `project_id`: The
|
|
3719
|
+
/** 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 characters are insignificant. Only one order field at a time is allowed. Examples: * `project_id asc` * `table_id` * `sensitivity_level desc` Supported fields are: - `project_id`: The Google Cloud project ID. - `dataset_id`: The ID of a BigQuery dataset. - `table_id`: The ID of a BigQuery table. - `sensitivity_level`: How sensitive the data in a table is, at most. - `data_risk_level`: How much risk is associated with this data. - `profile_last_generated`: When the profile was last updated in epoch seconds. - `last_modified`: The last time the resource was modified. - `resource_visibility`: Visibility restriction for this resource. - `row_count`: Number of rows in this resource. */
|
|
3720
3720
|
orderBy?: string;
|
|
3721
3721
|
/** Size of the page. This value can be limited by the server. If zero, server returns a page of max size 100. */
|
|
3722
3722
|
pageSize?: number;
|
|
@@ -5116,7 +5116,7 @@ declare namespace gapi.client {
|
|
|
5116
5116
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
5117
5117
|
uploadType?: string;
|
|
5118
5118
|
}): Request<GooglePrivacyDlpV2ColumnDataProfile>;
|
|
5119
|
-
/** Lists data profiles for an organization. */
|
|
5119
|
+
/** Lists column data profiles for an organization. */
|
|
5120
5120
|
list(request?: {
|
|
5121
5121
|
/** V1 error format. */
|
|
5122
5122
|
'$.xgafv'?: string;
|
|
@@ -5140,7 +5140,7 @@ declare namespace gapi.client {
|
|
|
5140
5140
|
pageSize?: number;
|
|
5141
5141
|
/** Page token to continue retrieval. */
|
|
5142
5142
|
pageToken?: string;
|
|
5143
|
-
/** Required. Resource name of the organization or project, for example `organizations/433245324/locations/europe` or projects/project-id/locations/asia
|
|
5143
|
+
/** Required. Resource name of the organization or project, for example `organizations/433245324/locations/europe` or `projects/project-id/locations/asia`. */
|
|
5144
5144
|
parent: string;
|
|
5145
5145
|
/** Returns response with indentations and line breaks. */
|
|
5146
5146
|
prettyPrint?: boolean;
|
|
@@ -6689,7 +6689,7 @@ declare namespace gapi.client {
|
|
|
6689
6689
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
6690
6690
|
uploadType?: string;
|
|
6691
6691
|
}): Request<GooglePrivacyDlpV2ProjectDataProfile>;
|
|
6692
|
-
/** Lists data profiles for an organization. */
|
|
6692
|
+
/** Lists project data profiles for an organization. */
|
|
6693
6693
|
list(request?: {
|
|
6694
6694
|
/** V1 error format. */
|
|
6695
6695
|
'$.xgafv'?: string;
|
|
@@ -6701,13 +6701,13 @@ declare namespace gapi.client {
|
|
|
6701
6701
|
callback?: string;
|
|
6702
6702
|
/** Selector specifying which fields to include in a partial response. */
|
|
6703
6703
|
fields?: string;
|
|
6704
|
-
/** Allows filtering. Supported syntax: * Filter expressions are made up of one or more restrictions. * Restrictions can be combined by `AND` or `OR` logical operators. A sequence of restrictions implicitly uses `AND`. * A restriction has the form of `{field} {operator} {value}`. * Supported fields/values: - `sensitivity_level` - HIGH|MODERATE|LOW - `data_risk_level` - HIGH|MODERATE|LOW - `status_code` - an RPC status code as defined in https://github.com/googleapis/googleapis/blob/master/google/rpc/code.proto * The operator must be `=` or `!=`. Examples: * project_id = 12345 AND status_code = 1 * project_id = 12345 AND sensitivity_level = HIGH The length of this field should be no more than 500 characters. */
|
|
6704
|
+
/** Allows filtering. Supported syntax: * Filter expressions are made up of one or more restrictions. * Restrictions can be combined by `AND` or `OR` logical operators. A sequence of restrictions implicitly uses `AND`. * A restriction has the form of `{field} {operator} {value}`. * Supported fields/values: - `sensitivity_level` - HIGH|MODERATE|LOW - `data_risk_level` - HIGH|MODERATE|LOW - `status_code` - an RPC status code as defined in https://github.com/googleapis/googleapis/blob/master/google/rpc/code.proto * The operator must be `=` or `!=`. Examples: * `project_id = 12345 AND status_code = 1` * `project_id = 12345 AND sensitivity_level = HIGH` The length of this field should be no more than 500 characters. */
|
|
6705
6705
|
filter?: string;
|
|
6706
6706
|
/** 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. */
|
|
6707
6707
|
key?: string;
|
|
6708
6708
|
/** OAuth 2.0 token for the current user. */
|
|
6709
6709
|
oauth_token?: string;
|
|
6710
|
-
/** 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 characters are insignificant. Only one order field at a time is allowed. Examples: * `project_id` * `sensitivity_level desc` Supported fields are: - `project_id`:
|
|
6710
|
+
/** 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 characters are insignificant. Only one order field at a time is allowed. Examples: * `project_id` * `sensitivity_level desc` Supported fields are: - `project_id`: Google Cloud project ID - `sensitivity_level`: How sensitive the data in a project is, at most. - `data_risk_level`: How much risk is associated with this data. - `profile_last_generated`: When the profile was last updated in epoch seconds. */
|
|
6711
6711
|
orderBy?: string;
|
|
6712
6712
|
/** Size of the page. This value can be limited by the server. If zero, server returns a page of max size 100. */
|
|
6713
6713
|
pageSize?: number;
|
|
@@ -6960,7 +6960,7 @@ declare namespace gapi.client {
|
|
|
6960
6960
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
6961
6961
|
uploadType?: string;
|
|
6962
6962
|
}): Request<GooglePrivacyDlpV2TableDataProfile>;
|
|
6963
|
-
/** Lists data profiles for an organization. */
|
|
6963
|
+
/** Lists table data profiles for an organization. */
|
|
6964
6964
|
list(request?: {
|
|
6965
6965
|
/** V1 error format. */
|
|
6966
6966
|
'$.xgafv'?: string;
|
|
@@ -6972,13 +6972,13 @@ declare namespace gapi.client {
|
|
|
6972
6972
|
callback?: string;
|
|
6973
6973
|
/** Selector specifying which fields to include in a partial response. */
|
|
6974
6974
|
fields?: string;
|
|
6975
|
-
/** Allows filtering. Supported syntax: * Filter expressions are made up of one or more restrictions. * Restrictions can be combined by `AND` or `OR` logical operators. A sequence of restrictions implicitly uses `AND`. * A restriction has the form of `{field} {operator} {value}`. * Supported fields/values: - `project_id` - The
|
|
6975
|
+
/** Allows filtering. Supported syntax: * Filter expressions are made up of one or more restrictions. * Restrictions can be combined by `AND` or `OR` logical operators. A sequence of restrictions implicitly uses `AND`. * A restriction has the form of `{field} {operator} {value}`. * Supported fields/values: - `project_id` - The Google Cloud project ID. - `dataset_id` - The BigQuery dataset ID. - `table_id` - The ID of the BigQuery table. - `sensitivity_level` - HIGH|MODERATE|LOW - `data_risk_level` - HIGH|MODERATE|LOW - `resource_visibility`: PUBLIC|RESTRICTED - `status_code` - an RPC status code as defined in https://github.com/googleapis/googleapis/blob/master/google/rpc/code.proto * The operator must be `=` or `!=`. Examples: * `project_id = 12345 AND status_code = 1` * `project_id = 12345 AND sensitivity_level = HIGH` * `project_id = 12345 AND resource_visibility = PUBLIC` The length of this field should be no more than 500 characters. */
|
|
6976
6976
|
filter?: string;
|
|
6977
6977
|
/** 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. */
|
|
6978
6978
|
key?: string;
|
|
6979
6979
|
/** OAuth 2.0 token for the current user. */
|
|
6980
6980
|
oauth_token?: string;
|
|
6981
|
-
/** 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 characters are insignificant. Only one order field at a time is allowed. Examples: * `project_id asc` * `table_id` * `sensitivity_level desc` Supported fields are: - `project_id`: The
|
|
6981
|
+
/** 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 characters are insignificant. Only one order field at a time is allowed. Examples: * `project_id asc` * `table_id` * `sensitivity_level desc` Supported fields are: - `project_id`: The Google Cloud project ID. - `dataset_id`: The ID of a BigQuery dataset. - `table_id`: The ID of a BigQuery table. - `sensitivity_level`: How sensitive the data in a table is, at most. - `data_risk_level`: How much risk is associated with this data. - `profile_last_generated`: When the profile was last updated in epoch seconds. - `last_modified`: The last time the resource was modified. - `resource_visibility`: Visibility restriction for this resource. - `row_count`: Number of rows in this resource. */
|
|
6982
6982
|
orderBy?: string;
|
|
6983
6983
|
/** Size of the page. This value can be limited by the server. If zero, server returns a page of max size 100. */
|
|
6984
6984
|
pageSize?: number;
|