@maxim_mazurok/gapi.client.dlp-v2 0.0.20240922 → 0.0.20241006
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 +10 -10
- 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: 20241006
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -333,9 +333,9 @@ declare namespace gapi.client {
|
|
|
333
333
|
columnType?: string;
|
|
334
334
|
/** The data risk level for this column. */
|
|
335
335
|
dataRiskLevel?: GooglePrivacyDlpV2DataRiskLevel;
|
|
336
|
-
/** The BigQuery dataset ID. */
|
|
336
|
+
/** The BigQuery dataset ID, if the resource profiled is a BigQuery table. */
|
|
337
337
|
datasetId?: string;
|
|
338
|
-
/**
|
|
338
|
+
/** If supported, the location where the dataset's data is stored. See https://cloud.google.com/bigquery/docs/locations for supported BigQuery locations. */
|
|
339
339
|
datasetLocation?: string;
|
|
340
340
|
/** The Google Cloud project ID that owns the profiled resource. */
|
|
341
341
|
datasetProjectId?: string;
|
|
@@ -363,7 +363,7 @@ declare namespace gapi.client {
|
|
|
363
363
|
tableDataProfile?: string;
|
|
364
364
|
/** The resource name of the resource this column is within. */
|
|
365
365
|
tableFullResource?: string;
|
|
366
|
-
/** The
|
|
366
|
+
/** The table ID. */
|
|
367
367
|
tableId?: string;
|
|
368
368
|
}
|
|
369
369
|
interface GooglePrivacyDlpV2Condition {
|
|
@@ -2110,7 +2110,7 @@ declare namespace gapi.client {
|
|
|
2110
2110
|
expirationTime?: string;
|
|
2111
2111
|
/** The number of columns skipped in the table because of an error. */
|
|
2112
2112
|
failedColumnCount?: string;
|
|
2113
|
-
/** The resource
|
|
2113
|
+
/** The Cloud Asset Inventory resource that was profiled in order to generate this TableDataProfile. https://cloud.google.com/apis/design/resource_names#full_resource_name */
|
|
2114
2114
|
fullResource?: string;
|
|
2115
2115
|
/** The time when this table was last modified */
|
|
2116
2116
|
lastModifiedTime?: string;
|
|
@@ -2138,7 +2138,7 @@ declare namespace gapi.client {
|
|
|
2138
2138
|
sensitivityScore?: GooglePrivacyDlpV2SensitivityScore;
|
|
2139
2139
|
/** State of a profile. */
|
|
2140
2140
|
state?: string;
|
|
2141
|
-
/**
|
|
2141
|
+
/** The table ID. */
|
|
2142
2142
|
tableId?: string;
|
|
2143
2143
|
/** The size of the table when the profile was generated. */
|
|
2144
2144
|
tableSizeBytes?: string;
|
|
@@ -2384,13 +2384,13 @@ declare namespace gapi.client {
|
|
|
2384
2384
|
year?: number;
|
|
2385
2385
|
}
|
|
2386
2386
|
interface GoogleTypeTimeOfDay {
|
|
2387
|
-
/** Hours of day in 24 hour format.
|
|
2387
|
+
/** Hours of a day in 24 hour format. Must be greater than or equal to 0 and typically must be less than or equal to 23. An API may choose to allow the value "24:00:00" for scenarios like business closing time. */
|
|
2388
2388
|
hours?: number;
|
|
2389
|
-
/** Minutes of hour
|
|
2389
|
+
/** Minutes of an hour. Must be greater than or equal to 0 and less than or equal to 59. */
|
|
2390
2390
|
minutes?: number;
|
|
2391
|
-
/** Fractions of seconds in nanoseconds. Must be
|
|
2391
|
+
/** Fractions of seconds, in nanoseconds. Must be greater than or equal to 0 and less than or equal to 999,999,999. */
|
|
2392
2392
|
nanos?: number;
|
|
2393
|
-
/** Seconds of
|
|
2393
|
+
/** Seconds of a minute. Must be greater than or equal to 0 and typically must be less than or equal to 59. An API may allow the value 60 if it allows leap-seconds. */
|
|
2394
2394
|
seconds?: number;
|
|
2395
2395
|
}
|
|
2396
2396
|
interface InfoTypesResource {
|