@maxim_mazurok/gapi.client.dlp-v2 0.0.20240428 → 0.0.20240505
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 +14 -14
- 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: 20240505
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -222,7 +222,7 @@ declare namespace gapi.client {
|
|
|
222
222
|
interface GooglePrivacyDlpV2CloudSqlProperties {
|
|
223
223
|
/** Built-in IAM authentication (must be configured in Cloud SQL). */
|
|
224
224
|
cloudSqlIam?: any;
|
|
225
|
-
/** Optional. Immutable. The Cloud SQL instance for which the connection is defined. Only one connection per instance is allowed. This can only be set at creation time, and cannot be updated. It is an error to use a connection_name from different project or region than the one that holds the connection. For example, a Connection resource for Cloud SQL connection_name
|
|
225
|
+
/** Optional. Immutable. The Cloud SQL instance for which the connection is defined. Only one connection per instance is allowed. This can only be set at creation time, and cannot be updated. It is an error to use a connection_name from different project or region than the one that holds the connection. For example, a Connection resource for Cloud SQL connection_name `project-id:us-central1:sql-instance` must be created under the parent `projects/project-id/locations/us-central1` */
|
|
226
226
|
connectionName?: string;
|
|
227
227
|
/** Required. The database engine used by the Cloud SQL instance that this connection configures. */
|
|
228
228
|
databaseEngine?: string;
|
|
@@ -328,7 +328,7 @@ declare namespace gapi.client {
|
|
|
328
328
|
cloudSql?: GooglePrivacyDlpV2CloudSqlProperties;
|
|
329
329
|
/** Output only. Set if status == ERROR, to provide additional details. Will store the last 10 errors sorted with the most recent first. */
|
|
330
330
|
errors?: GooglePrivacyDlpV2Error[];
|
|
331
|
-
/** Output only. Name of the connection: projects/{project}/locations/{location}/connections/{name}
|
|
331
|
+
/** Output only. Name of the connection: `projects/{project}/locations/{location}/connections/{name}`. */
|
|
332
332
|
name?: string;
|
|
333
333
|
/** Required. The connection's state in its lifecycle. */
|
|
334
334
|
state?: string;
|
|
@@ -1719,7 +1719,7 @@ declare namespace gapi.client {
|
|
|
1719
1719
|
nextPageToken?: string;
|
|
1720
1720
|
}
|
|
1721
1721
|
interface GooglePrivacyDlpV2SecretManagerCredential {
|
|
1722
|
-
/** Required. The name of the Secret Manager resource that stores the password, in the form
|
|
1722
|
+
/** Required. The name of the Secret Manager resource that stores the password, in the form `projects/project-id/secrets/secret-name/versions/version`. */
|
|
1723
1723
|
passwordSecretVersionName?: string;
|
|
1724
1724
|
/** Required. The username. */
|
|
1725
1725
|
username?: string;
|
|
@@ -1891,7 +1891,7 @@ declare namespace gapi.client {
|
|
|
1891
1891
|
partToExtract?: string;
|
|
1892
1892
|
}
|
|
1893
1893
|
interface GooglePrivacyDlpV2TimespanConfig {
|
|
1894
|
-
/** When the job is started by a JobTrigger we will automatically figure out a valid start_time to avoid scanning files that have not been modified since the last time the JobTrigger executed. This will be based on the time of the execution of the last run of the JobTrigger or the timespan end_time used in the last run of the JobTrigger.
|
|
1894
|
+
/** When the job is started by a JobTrigger we will automatically figure out a valid start_time to avoid scanning files that have not been modified since the last time the JobTrigger executed. This will be based on the time of the execution of the last run of the JobTrigger or the timespan end_time used in the last run of the JobTrigger. **For BigQuery** Inspect jobs triggered by automatic population will scan data that is at least three hours old when the job starts. This is because streaming buffer rows are not read during inspection and reading up to the current timestamp will result in skipped rows. See the [known issue](https://cloud.google.com/sensitive-data-protection/docs/known-issues#recently-streamed-data) related to this operation. */
|
|
1895
1895
|
enableAutoPopulationOfTimespanConfig?: boolean;
|
|
1896
1896
|
/** Exclude files, tables, or rows newer than this value. If not set, no upper time limit is applied. */
|
|
1897
1897
|
endTime?: string;
|
|
@@ -2667,7 +2667,7 @@ declare namespace gapi.client {
|
|
|
2667
2667
|
pageSize?: number;
|
|
2668
2668
|
/** 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. */
|
|
2669
2669
|
pageToken?: string;
|
|
2670
|
-
/** Required. Parent name, typically an organization, without location. For example:
|
|
2670
|
+
/** Required. Parent name, typically an organization, without location. For example: `organizations/12345678`. */
|
|
2671
2671
|
parent: string;
|
|
2672
2672
|
/** Returns response with indentations and line breaks. */
|
|
2673
2673
|
prettyPrint?: boolean;
|
|
@@ -5348,7 +5348,7 @@ declare namespace gapi.client {
|
|
|
5348
5348
|
key?: string;
|
|
5349
5349
|
/** OAuth 2.0 token for the current user. */
|
|
5350
5350
|
oauth_token?: string;
|
|
5351
|
-
/** Required. Parent resource name in the format:
|
|
5351
|
+
/** Required. Parent resource name in the format: `projects/{project}/locations/{location}`. */
|
|
5352
5352
|
parent: string;
|
|
5353
5353
|
/** Returns response with indentations and line breaks. */
|
|
5354
5354
|
prettyPrint?: boolean;
|
|
@@ -5377,7 +5377,7 @@ declare namespace gapi.client {
|
|
|
5377
5377
|
key?: string;
|
|
5378
5378
|
/** OAuth 2.0 token for the current user. */
|
|
5379
5379
|
oauth_token?: string;
|
|
5380
|
-
/** Required. Parent resource name in the format:
|
|
5380
|
+
/** Required. Parent resource name in the format: `projects/{project}/locations/{location}`. */
|
|
5381
5381
|
parent: string;
|
|
5382
5382
|
/** Returns response with indentations and line breaks. */
|
|
5383
5383
|
prettyPrint?: boolean;
|
|
@@ -5404,7 +5404,7 @@ declare namespace gapi.client {
|
|
|
5404
5404
|
fields?: string;
|
|
5405
5405
|
/** 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. */
|
|
5406
5406
|
key?: string;
|
|
5407
|
-
/** Required. Resource name of the Connection to be deleted, in the format:
|
|
5407
|
+
/** Required. Resource name of the Connection to be deleted, in the format: `projects/{project}/locations/{location}/connections/{connection}`. */
|
|
5408
5408
|
name: string;
|
|
5409
5409
|
/** OAuth 2.0 token for the current user. */
|
|
5410
5410
|
oauth_token?: string;
|
|
@@ -5431,7 +5431,7 @@ declare namespace gapi.client {
|
|
|
5431
5431
|
fields?: string;
|
|
5432
5432
|
/** 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. */
|
|
5433
5433
|
key?: string;
|
|
5434
|
-
/** Required. Resource name in the format:
|
|
5434
|
+
/** Required. Resource name in the format: `projects/{project}/locations/{location}/connections/{connection}`. */
|
|
5435
5435
|
name: string;
|
|
5436
5436
|
/** OAuth 2.0 token for the current user. */
|
|
5437
5437
|
oauth_token?: string;
|
|
@@ -5466,7 +5466,7 @@ declare namespace gapi.client {
|
|
|
5466
5466
|
pageSize?: number;
|
|
5467
5467
|
/** 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. */
|
|
5468
5468
|
pageToken?: string;
|
|
5469
|
-
/** Required. Parent name, for example:
|
|
5469
|
+
/** Required. Parent name, for example: `projects/project-id/locations/global`. */
|
|
5470
5470
|
parent: string;
|
|
5471
5471
|
/** Returns response with indentations and line breaks. */
|
|
5472
5472
|
prettyPrint?: boolean;
|
|
@@ -5491,7 +5491,7 @@ declare namespace gapi.client {
|
|
|
5491
5491
|
fields?: string;
|
|
5492
5492
|
/** 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. */
|
|
5493
5493
|
key?: string;
|
|
5494
|
-
/** Required. Resource name in the format:
|
|
5494
|
+
/** Required. Resource name in the format: `projects/{project}/locations/{location}/connections/{connection}`. */
|
|
5495
5495
|
name: string;
|
|
5496
5496
|
/** OAuth 2.0 token for the current user. */
|
|
5497
5497
|
oauth_token?: string;
|
|
@@ -5520,7 +5520,7 @@ declare namespace gapi.client {
|
|
|
5520
5520
|
fields?: string;
|
|
5521
5521
|
/** 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. */
|
|
5522
5522
|
key?: string;
|
|
5523
|
-
/** Required. Resource name in the format:
|
|
5523
|
+
/** Required. Resource name in the format: `projects/{project}/locations/{location}/connections/{connection}`. */
|
|
5524
5524
|
name: string;
|
|
5525
5525
|
/** OAuth 2.0 token for the current user. */
|
|
5526
5526
|
oauth_token?: string;
|
|
@@ -5557,7 +5557,7 @@ declare namespace gapi.client {
|
|
|
5557
5557
|
pageSize?: number;
|
|
5558
5558
|
/** 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. */
|
|
5559
5559
|
pageToken?: string;
|
|
5560
|
-
/** Required. Parent name, typically an organization, without location. For example:
|
|
5560
|
+
/** Required. Parent name, typically an organization, without location. For example: `organizations/12345678`. */
|
|
5561
5561
|
parent: string;
|
|
5562
5562
|
/** Returns response with indentations and line breaks. */
|
|
5563
5563
|
prettyPrint?: boolean;
|