@google-cloud/dlp 4.0.1 → 4.1.1
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/CHANGELOG.md +28 -0
- package/build/protos/google/privacy/dlp/v2/dlp.proto +196 -1
- package/build/protos/google/privacy/dlp/v2/storage.proto +18 -10
- package/build/protos/protos.d.ts +2046 -4
- package/build/protos/protos.js +8688 -2838
- package/build/protos/protos.json +114 -0
- package/build/src/v2/dlp_service_client.d.ts +5 -6
- package/build/src/v2/dlp_service_client.js +6 -7
- package/build/src/v2/dlp_service_client.js.map +1 -1
- package/package.json +5 -6
package/build/protos/protos.d.ts
CHANGED
|
@@ -12,8 +12,8 @@
|
|
|
12
12
|
// See the License for the specific language governing permissions and
|
|
13
13
|
// limitations under the License.
|
|
14
14
|
|
|
15
|
-
import
|
|
16
|
-
import {protobuf as $protobuf} from "google-gax";
|
|
15
|
+
import Long = require("long");
|
|
16
|
+
import type {protobuf as $protobuf} from "google-gax";
|
|
17
17
|
/** Namespace google. */
|
|
18
18
|
export namespace google {
|
|
19
19
|
|
|
@@ -852,6 +852,13 @@ export namespace google {
|
|
|
852
852
|
* @returns JSON object
|
|
853
853
|
*/
|
|
854
854
|
public toJSON(): { [k: string]: any };
|
|
855
|
+
|
|
856
|
+
/**
|
|
857
|
+
* Gets the default type url for ExcludeInfoTypes
|
|
858
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
859
|
+
* @returns The default type url
|
|
860
|
+
*/
|
|
861
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
855
862
|
}
|
|
856
863
|
|
|
857
864
|
/** Properties of an ExclusionRule. */
|
|
@@ -963,6 +970,13 @@ export namespace google {
|
|
|
963
970
|
* @returns JSON object
|
|
964
971
|
*/
|
|
965
972
|
public toJSON(): { [k: string]: any };
|
|
973
|
+
|
|
974
|
+
/**
|
|
975
|
+
* Gets the default type url for ExclusionRule
|
|
976
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
977
|
+
* @returns The default type url
|
|
978
|
+
*/
|
|
979
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
966
980
|
}
|
|
967
981
|
|
|
968
982
|
/** Properties of an InspectionRule. */
|
|
@@ -1062,6 +1076,13 @@ export namespace google {
|
|
|
1062
1076
|
* @returns JSON object
|
|
1063
1077
|
*/
|
|
1064
1078
|
public toJSON(): { [k: string]: any };
|
|
1079
|
+
|
|
1080
|
+
/**
|
|
1081
|
+
* Gets the default type url for InspectionRule
|
|
1082
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
1083
|
+
* @returns The default type url
|
|
1084
|
+
*/
|
|
1085
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
1065
1086
|
}
|
|
1066
1087
|
|
|
1067
1088
|
/** Properties of an InspectionRuleSet. */
|
|
@@ -1158,6 +1179,13 @@ export namespace google {
|
|
|
1158
1179
|
* @returns JSON object
|
|
1159
1180
|
*/
|
|
1160
1181
|
public toJSON(): { [k: string]: any };
|
|
1182
|
+
|
|
1183
|
+
/**
|
|
1184
|
+
* Gets the default type url for InspectionRuleSet
|
|
1185
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
1186
|
+
* @returns The default type url
|
|
1187
|
+
*/
|
|
1188
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
1161
1189
|
}
|
|
1162
1190
|
|
|
1163
1191
|
/** Properties of an InspectConfig. */
|
|
@@ -1290,6 +1318,13 @@ export namespace google {
|
|
|
1290
1318
|
* @returns JSON object
|
|
1291
1319
|
*/
|
|
1292
1320
|
public toJSON(): { [k: string]: any };
|
|
1321
|
+
|
|
1322
|
+
/**
|
|
1323
|
+
* Gets the default type url for InspectConfig
|
|
1324
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
1325
|
+
* @returns The default type url
|
|
1326
|
+
*/
|
|
1327
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
1293
1328
|
}
|
|
1294
1329
|
|
|
1295
1330
|
namespace InspectConfig {
|
|
@@ -1394,6 +1429,13 @@ export namespace google {
|
|
|
1394
1429
|
* @returns JSON object
|
|
1395
1430
|
*/
|
|
1396
1431
|
public toJSON(): { [k: string]: any };
|
|
1432
|
+
|
|
1433
|
+
/**
|
|
1434
|
+
* Gets the default type url for FindingLimits
|
|
1435
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
1436
|
+
* @returns The default type url
|
|
1437
|
+
*/
|
|
1438
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
1397
1439
|
}
|
|
1398
1440
|
|
|
1399
1441
|
namespace FindingLimits {
|
|
@@ -1492,6 +1534,13 @@ export namespace google {
|
|
|
1492
1534
|
* @returns JSON object
|
|
1493
1535
|
*/
|
|
1494
1536
|
public toJSON(): { [k: string]: any };
|
|
1537
|
+
|
|
1538
|
+
/**
|
|
1539
|
+
* Gets the default type url for InfoTypeLimit
|
|
1540
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
1541
|
+
* @returns The default type url
|
|
1542
|
+
*/
|
|
1543
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
1495
1544
|
}
|
|
1496
1545
|
}
|
|
1497
1546
|
}
|
|
@@ -1590,6 +1639,13 @@ export namespace google {
|
|
|
1590
1639
|
* @returns JSON object
|
|
1591
1640
|
*/
|
|
1592
1641
|
public toJSON(): { [k: string]: any };
|
|
1642
|
+
|
|
1643
|
+
/**
|
|
1644
|
+
* Gets the default type url for ByteContentItem
|
|
1645
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
1646
|
+
* @returns The default type url
|
|
1647
|
+
*/
|
|
1648
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
1593
1649
|
}
|
|
1594
1650
|
|
|
1595
1651
|
namespace ByteContentItem {
|
|
@@ -1716,6 +1772,13 @@ export namespace google {
|
|
|
1716
1772
|
* @returns JSON object
|
|
1717
1773
|
*/
|
|
1718
1774
|
public toJSON(): { [k: string]: any };
|
|
1775
|
+
|
|
1776
|
+
/**
|
|
1777
|
+
* Gets the default type url for ContentItem
|
|
1778
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
1779
|
+
* @returns The default type url
|
|
1780
|
+
*/
|
|
1781
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
1719
1782
|
}
|
|
1720
1783
|
|
|
1721
1784
|
/** Properties of a Table. */
|
|
@@ -1812,6 +1875,13 @@ export namespace google {
|
|
|
1812
1875
|
* @returns JSON object
|
|
1813
1876
|
*/
|
|
1814
1877
|
public toJSON(): { [k: string]: any };
|
|
1878
|
+
|
|
1879
|
+
/**
|
|
1880
|
+
* Gets the default type url for Table
|
|
1881
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
1882
|
+
* @returns The default type url
|
|
1883
|
+
*/
|
|
1884
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
1815
1885
|
}
|
|
1816
1886
|
|
|
1817
1887
|
namespace Table {
|
|
@@ -1904,6 +1974,13 @@ export namespace google {
|
|
|
1904
1974
|
* @returns JSON object
|
|
1905
1975
|
*/
|
|
1906
1976
|
public toJSON(): { [k: string]: any };
|
|
1977
|
+
|
|
1978
|
+
/**
|
|
1979
|
+
* Gets the default type url for Row
|
|
1980
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
1981
|
+
* @returns The default type url
|
|
1982
|
+
*/
|
|
1983
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
1907
1984
|
}
|
|
1908
1985
|
}
|
|
1909
1986
|
|
|
@@ -2001,6 +2078,13 @@ export namespace google {
|
|
|
2001
2078
|
* @returns JSON object
|
|
2002
2079
|
*/
|
|
2003
2080
|
public toJSON(): { [k: string]: any };
|
|
2081
|
+
|
|
2082
|
+
/**
|
|
2083
|
+
* Gets the default type url for InspectResult
|
|
2084
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
2085
|
+
* @returns The default type url
|
|
2086
|
+
*/
|
|
2087
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
2004
2088
|
}
|
|
2005
2089
|
|
|
2006
2090
|
/** Properties of a Finding. */
|
|
@@ -2163,6 +2247,13 @@ export namespace google {
|
|
|
2163
2247
|
* @returns JSON object
|
|
2164
2248
|
*/
|
|
2165
2249
|
public toJSON(): { [k: string]: any };
|
|
2250
|
+
|
|
2251
|
+
/**
|
|
2252
|
+
* Gets the default type url for Finding
|
|
2253
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
2254
|
+
* @returns The default type url
|
|
2255
|
+
*/
|
|
2256
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
2166
2257
|
}
|
|
2167
2258
|
|
|
2168
2259
|
/** Properties of a Location. */
|
|
@@ -2271,6 +2362,13 @@ export namespace google {
|
|
|
2271
2362
|
* @returns JSON object
|
|
2272
2363
|
*/
|
|
2273
2364
|
public toJSON(): { [k: string]: any };
|
|
2365
|
+
|
|
2366
|
+
/**
|
|
2367
|
+
* Gets the default type url for Location
|
|
2368
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
2369
|
+
* @returns The default type url
|
|
2370
|
+
*/
|
|
2371
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
2274
2372
|
}
|
|
2275
2373
|
|
|
2276
2374
|
/** Properties of a ContentLocation. */
|
|
@@ -2400,6 +2498,13 @@ export namespace google {
|
|
|
2400
2498
|
* @returns JSON object
|
|
2401
2499
|
*/
|
|
2402
2500
|
public toJSON(): { [k: string]: any };
|
|
2501
|
+
|
|
2502
|
+
/**
|
|
2503
|
+
* Gets the default type url for ContentLocation
|
|
2504
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
2505
|
+
* @returns The default type url
|
|
2506
|
+
*/
|
|
2507
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
2403
2508
|
}
|
|
2404
2509
|
|
|
2405
2510
|
/** Properties of a MetadataLocation. */
|
|
@@ -2499,6 +2604,13 @@ export namespace google {
|
|
|
2499
2604
|
* @returns JSON object
|
|
2500
2605
|
*/
|
|
2501
2606
|
public toJSON(): { [k: string]: any };
|
|
2607
|
+
|
|
2608
|
+
/**
|
|
2609
|
+
* Gets the default type url for MetadataLocation
|
|
2610
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
2611
|
+
* @returns The default type url
|
|
2612
|
+
*/
|
|
2613
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
2502
2614
|
}
|
|
2503
2615
|
|
|
2504
2616
|
/** Properties of a StorageMetadataLabel. */
|
|
@@ -2589,6 +2701,13 @@ export namespace google {
|
|
|
2589
2701
|
* @returns JSON object
|
|
2590
2702
|
*/
|
|
2591
2703
|
public toJSON(): { [k: string]: any };
|
|
2704
|
+
|
|
2705
|
+
/**
|
|
2706
|
+
* Gets the default type url for StorageMetadataLabel
|
|
2707
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
2708
|
+
* @returns The default type url
|
|
2709
|
+
*/
|
|
2710
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
2592
2711
|
}
|
|
2593
2712
|
|
|
2594
2713
|
/** Properties of a DocumentLocation. */
|
|
@@ -2679,6 +2798,13 @@ export namespace google {
|
|
|
2679
2798
|
* @returns JSON object
|
|
2680
2799
|
*/
|
|
2681
2800
|
public toJSON(): { [k: string]: any };
|
|
2801
|
+
|
|
2802
|
+
/**
|
|
2803
|
+
* Gets the default type url for DocumentLocation
|
|
2804
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
2805
|
+
* @returns The default type url
|
|
2806
|
+
*/
|
|
2807
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
2682
2808
|
}
|
|
2683
2809
|
|
|
2684
2810
|
/** Properties of a RecordLocation. */
|
|
@@ -2781,6 +2907,13 @@ export namespace google {
|
|
|
2781
2907
|
* @returns JSON object
|
|
2782
2908
|
*/
|
|
2783
2909
|
public toJSON(): { [k: string]: any };
|
|
2910
|
+
|
|
2911
|
+
/**
|
|
2912
|
+
* Gets the default type url for RecordLocation
|
|
2913
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
2914
|
+
* @returns The default type url
|
|
2915
|
+
*/
|
|
2916
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
2784
2917
|
}
|
|
2785
2918
|
|
|
2786
2919
|
/** Properties of a TableLocation. */
|
|
@@ -2871,6 +3004,13 @@ export namespace google {
|
|
|
2871
3004
|
* @returns JSON object
|
|
2872
3005
|
*/
|
|
2873
3006
|
public toJSON(): { [k: string]: any };
|
|
3007
|
+
|
|
3008
|
+
/**
|
|
3009
|
+
* Gets the default type url for TableLocation
|
|
3010
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
3011
|
+
* @returns The default type url
|
|
3012
|
+
*/
|
|
3013
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
2874
3014
|
}
|
|
2875
3015
|
|
|
2876
3016
|
/** Properties of a Container. */
|
|
@@ -2997,6 +3137,13 @@ export namespace google {
|
|
|
2997
3137
|
* @returns JSON object
|
|
2998
3138
|
*/
|
|
2999
3139
|
public toJSON(): { [k: string]: any };
|
|
3140
|
+
|
|
3141
|
+
/**
|
|
3142
|
+
* Gets the default type url for Container
|
|
3143
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
3144
|
+
* @returns The default type url
|
|
3145
|
+
*/
|
|
3146
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
3000
3147
|
}
|
|
3001
3148
|
|
|
3002
3149
|
/** Properties of a Range. */
|
|
@@ -3093,6 +3240,13 @@ export namespace google {
|
|
|
3093
3240
|
* @returns JSON object
|
|
3094
3241
|
*/
|
|
3095
3242
|
public toJSON(): { [k: string]: any };
|
|
3243
|
+
|
|
3244
|
+
/**
|
|
3245
|
+
* Gets the default type url for Range
|
|
3246
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
3247
|
+
* @returns The default type url
|
|
3248
|
+
*/
|
|
3249
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
3096
3250
|
}
|
|
3097
3251
|
|
|
3098
3252
|
/** Properties of an ImageLocation. */
|
|
@@ -3183,6 +3337,13 @@ export namespace google {
|
|
|
3183
3337
|
* @returns JSON object
|
|
3184
3338
|
*/
|
|
3185
3339
|
public toJSON(): { [k: string]: any };
|
|
3340
|
+
|
|
3341
|
+
/**
|
|
3342
|
+
* Gets the default type url for ImageLocation
|
|
3343
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
3344
|
+
* @returns The default type url
|
|
3345
|
+
*/
|
|
3346
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
3186
3347
|
}
|
|
3187
3348
|
|
|
3188
3349
|
/** Properties of a BoundingBox. */
|
|
@@ -3291,6 +3452,13 @@ export namespace google {
|
|
|
3291
3452
|
* @returns JSON object
|
|
3292
3453
|
*/
|
|
3293
3454
|
public toJSON(): { [k: string]: any };
|
|
3455
|
+
|
|
3456
|
+
/**
|
|
3457
|
+
* Gets the default type url for BoundingBox
|
|
3458
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
3459
|
+
* @returns The default type url
|
|
3460
|
+
*/
|
|
3461
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
3294
3462
|
}
|
|
3295
3463
|
|
|
3296
3464
|
/** Properties of a RedactImageRequest. */
|
|
@@ -3411,6 +3579,13 @@ export namespace google {
|
|
|
3411
3579
|
* @returns JSON object
|
|
3412
3580
|
*/
|
|
3413
3581
|
public toJSON(): { [k: string]: any };
|
|
3582
|
+
|
|
3583
|
+
/**
|
|
3584
|
+
* Gets the default type url for RedactImageRequest
|
|
3585
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
3586
|
+
* @returns The default type url
|
|
3587
|
+
*/
|
|
3588
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
3414
3589
|
}
|
|
3415
3590
|
|
|
3416
3591
|
namespace RedactImageRequest {
|
|
@@ -3518,6 +3693,13 @@ export namespace google {
|
|
|
3518
3693
|
* @returns JSON object
|
|
3519
3694
|
*/
|
|
3520
3695
|
public toJSON(): { [k: string]: any };
|
|
3696
|
+
|
|
3697
|
+
/**
|
|
3698
|
+
* Gets the default type url for ImageRedactionConfig
|
|
3699
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
3700
|
+
* @returns The default type url
|
|
3701
|
+
*/
|
|
3702
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
3521
3703
|
}
|
|
3522
3704
|
}
|
|
3523
3705
|
|
|
@@ -3621,6 +3803,13 @@ export namespace google {
|
|
|
3621
3803
|
* @returns JSON object
|
|
3622
3804
|
*/
|
|
3623
3805
|
public toJSON(): { [k: string]: any };
|
|
3806
|
+
|
|
3807
|
+
/**
|
|
3808
|
+
* Gets the default type url for Color
|
|
3809
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
3810
|
+
* @returns The default type url
|
|
3811
|
+
*/
|
|
3812
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
3624
3813
|
}
|
|
3625
3814
|
|
|
3626
3815
|
/** Properties of a RedactImageResponse. */
|
|
@@ -3723,6 +3912,13 @@ export namespace google {
|
|
|
3723
3912
|
* @returns JSON object
|
|
3724
3913
|
*/
|
|
3725
3914
|
public toJSON(): { [k: string]: any };
|
|
3915
|
+
|
|
3916
|
+
/**
|
|
3917
|
+
* Gets the default type url for RedactImageResponse
|
|
3918
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
3919
|
+
* @returns The default type url
|
|
3920
|
+
*/
|
|
3921
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
3726
3922
|
}
|
|
3727
3923
|
|
|
3728
3924
|
/** Properties of a DeidentifyContentRequest. */
|
|
@@ -3849,6 +4045,13 @@ export namespace google {
|
|
|
3849
4045
|
* @returns JSON object
|
|
3850
4046
|
*/
|
|
3851
4047
|
public toJSON(): { [k: string]: any };
|
|
4048
|
+
|
|
4049
|
+
/**
|
|
4050
|
+
* Gets the default type url for DeidentifyContentRequest
|
|
4051
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
4052
|
+
* @returns The default type url
|
|
4053
|
+
*/
|
|
4054
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
3852
4055
|
}
|
|
3853
4056
|
|
|
3854
4057
|
/** Properties of a DeidentifyContentResponse. */
|
|
@@ -3945,6 +4148,13 @@ export namespace google {
|
|
|
3945
4148
|
* @returns JSON object
|
|
3946
4149
|
*/
|
|
3947
4150
|
public toJSON(): { [k: string]: any };
|
|
4151
|
+
|
|
4152
|
+
/**
|
|
4153
|
+
* Gets the default type url for DeidentifyContentResponse
|
|
4154
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
4155
|
+
* @returns The default type url
|
|
4156
|
+
*/
|
|
4157
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
3948
4158
|
}
|
|
3949
4159
|
|
|
3950
4160
|
/** Properties of a ReidentifyContentRequest. */
|
|
@@ -4071,6 +4281,13 @@ export namespace google {
|
|
|
4071
4281
|
* @returns JSON object
|
|
4072
4282
|
*/
|
|
4073
4283
|
public toJSON(): { [k: string]: any };
|
|
4284
|
+
|
|
4285
|
+
/**
|
|
4286
|
+
* Gets the default type url for ReidentifyContentRequest
|
|
4287
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
4288
|
+
* @returns The default type url
|
|
4289
|
+
*/
|
|
4290
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
4074
4291
|
}
|
|
4075
4292
|
|
|
4076
4293
|
/** Properties of a ReidentifyContentResponse. */
|
|
@@ -4167,6 +4384,13 @@ export namespace google {
|
|
|
4167
4384
|
* @returns JSON object
|
|
4168
4385
|
*/
|
|
4169
4386
|
public toJSON(): { [k: string]: any };
|
|
4387
|
+
|
|
4388
|
+
/**
|
|
4389
|
+
* Gets the default type url for ReidentifyContentResponse
|
|
4390
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
4391
|
+
* @returns The default type url
|
|
4392
|
+
*/
|
|
4393
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
4170
4394
|
}
|
|
4171
4395
|
|
|
4172
4396
|
/** Properties of an InspectContentRequest. */
|
|
@@ -4281,6 +4505,13 @@ export namespace google {
|
|
|
4281
4505
|
* @returns JSON object
|
|
4282
4506
|
*/
|
|
4283
4507
|
public toJSON(): { [k: string]: any };
|
|
4508
|
+
|
|
4509
|
+
/**
|
|
4510
|
+
* Gets the default type url for InspectContentRequest
|
|
4511
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
4512
|
+
* @returns The default type url
|
|
4513
|
+
*/
|
|
4514
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
4284
4515
|
}
|
|
4285
4516
|
|
|
4286
4517
|
/** Properties of an InspectContentResponse. */
|
|
@@ -4371,6 +4602,13 @@ export namespace google {
|
|
|
4371
4602
|
* @returns JSON object
|
|
4372
4603
|
*/
|
|
4373
4604
|
public toJSON(): { [k: string]: any };
|
|
4605
|
+
|
|
4606
|
+
/**
|
|
4607
|
+
* Gets the default type url for InspectContentResponse
|
|
4608
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
4609
|
+
* @returns The default type url
|
|
4610
|
+
*/
|
|
4611
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
4374
4612
|
}
|
|
4375
4613
|
|
|
4376
4614
|
/** Properties of an OutputStorageConfig. */
|
|
@@ -4470,6 +4708,13 @@ export namespace google {
|
|
|
4470
4708
|
* @returns JSON object
|
|
4471
4709
|
*/
|
|
4472
4710
|
public toJSON(): { [k: string]: any };
|
|
4711
|
+
|
|
4712
|
+
/**
|
|
4713
|
+
* Gets the default type url for OutputStorageConfig
|
|
4714
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
4715
|
+
* @returns The default type url
|
|
4716
|
+
*/
|
|
4717
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
4473
4718
|
}
|
|
4474
4719
|
|
|
4475
4720
|
namespace OutputStorageConfig {
|
|
@@ -4579,6 +4824,13 @@ export namespace google {
|
|
|
4579
4824
|
* @returns JSON object
|
|
4580
4825
|
*/
|
|
4581
4826
|
public toJSON(): { [k: string]: any };
|
|
4827
|
+
|
|
4828
|
+
/**
|
|
4829
|
+
* Gets the default type url for InfoTypeStats
|
|
4830
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
4831
|
+
* @returns The default type url
|
|
4832
|
+
*/
|
|
4833
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
4582
4834
|
}
|
|
4583
4835
|
|
|
4584
4836
|
/** Properties of an InspectDataSourceDetails. */
|
|
@@ -4675,6 +4927,13 @@ export namespace google {
|
|
|
4675
4927
|
* @returns JSON object
|
|
4676
4928
|
*/
|
|
4677
4929
|
public toJSON(): { [k: string]: any };
|
|
4930
|
+
|
|
4931
|
+
/**
|
|
4932
|
+
* Gets the default type url for InspectDataSourceDetails
|
|
4933
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
4934
|
+
* @returns The default type url
|
|
4935
|
+
*/
|
|
4936
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
4678
4937
|
}
|
|
4679
4938
|
|
|
4680
4939
|
namespace InspectDataSourceDetails {
|
|
@@ -4773,6 +5032,13 @@ export namespace google {
|
|
|
4773
5032
|
* @returns JSON object
|
|
4774
5033
|
*/
|
|
4775
5034
|
public toJSON(): { [k: string]: any };
|
|
5035
|
+
|
|
5036
|
+
/**
|
|
5037
|
+
* Gets the default type url for RequestedOptions
|
|
5038
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
5039
|
+
* @returns The default type url
|
|
5040
|
+
*/
|
|
5041
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
4776
5042
|
}
|
|
4777
5043
|
|
|
4778
5044
|
/** Properties of a Result. */
|
|
@@ -4881,6 +5147,13 @@ export namespace google {
|
|
|
4881
5147
|
* @returns JSON object
|
|
4882
5148
|
*/
|
|
4883
5149
|
public toJSON(): { [k: string]: any };
|
|
5150
|
+
|
|
5151
|
+
/**
|
|
5152
|
+
* Gets the default type url for Result
|
|
5153
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
5154
|
+
* @returns The default type url
|
|
5155
|
+
*/
|
|
5156
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
4884
5157
|
}
|
|
4885
5158
|
}
|
|
4886
5159
|
|
|
@@ -4984,6 +5257,13 @@ export namespace google {
|
|
|
4984
5257
|
* @returns JSON object
|
|
4985
5258
|
*/
|
|
4986
5259
|
public toJSON(): { [k: string]: any };
|
|
5260
|
+
|
|
5261
|
+
/**
|
|
5262
|
+
* Gets the default type url for HybridInspectStatistics
|
|
5263
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
5264
|
+
* @returns The default type url
|
|
5265
|
+
*/
|
|
5266
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
4987
5267
|
}
|
|
4988
5268
|
|
|
4989
5269
|
/** Properties of an InfoTypeDescription. */
|
|
@@ -5000,6 +5280,9 @@ export namespace google {
|
|
|
5000
5280
|
|
|
5001
5281
|
/** InfoTypeDescription description */
|
|
5002
5282
|
description?: (string|null);
|
|
5283
|
+
|
|
5284
|
+
/** InfoTypeDescription categories */
|
|
5285
|
+
categories?: (google.privacy.dlp.v2.IInfoTypeCategory[]|null);
|
|
5003
5286
|
}
|
|
5004
5287
|
|
|
5005
5288
|
/** Represents an InfoTypeDescription. */
|
|
@@ -5023,6 +5306,9 @@ export namespace google {
|
|
|
5023
5306
|
/** InfoTypeDescription description. */
|
|
5024
5307
|
public description: string;
|
|
5025
5308
|
|
|
5309
|
+
/** InfoTypeDescription categories. */
|
|
5310
|
+
public categories: google.privacy.dlp.v2.IInfoTypeCategory[];
|
|
5311
|
+
|
|
5026
5312
|
/**
|
|
5027
5313
|
* Creates a new InfoTypeDescription instance using the specified properties.
|
|
5028
5314
|
* @param [properties] Properties to set
|
|
@@ -5092,6 +5378,193 @@ export namespace google {
|
|
|
5092
5378
|
* @returns JSON object
|
|
5093
5379
|
*/
|
|
5094
5380
|
public toJSON(): { [k: string]: any };
|
|
5381
|
+
|
|
5382
|
+
/**
|
|
5383
|
+
* Gets the default type url for InfoTypeDescription
|
|
5384
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
5385
|
+
* @returns The default type url
|
|
5386
|
+
*/
|
|
5387
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
5388
|
+
}
|
|
5389
|
+
|
|
5390
|
+
/** Properties of an InfoTypeCategory. */
|
|
5391
|
+
interface IInfoTypeCategory {
|
|
5392
|
+
|
|
5393
|
+
/** InfoTypeCategory locationCategory */
|
|
5394
|
+
locationCategory?: (google.privacy.dlp.v2.InfoTypeCategory.LocationCategory|keyof typeof google.privacy.dlp.v2.InfoTypeCategory.LocationCategory|null);
|
|
5395
|
+
|
|
5396
|
+
/** InfoTypeCategory industryCategory */
|
|
5397
|
+
industryCategory?: (google.privacy.dlp.v2.InfoTypeCategory.IndustryCategory|keyof typeof google.privacy.dlp.v2.InfoTypeCategory.IndustryCategory|null);
|
|
5398
|
+
|
|
5399
|
+
/** InfoTypeCategory typeCategory */
|
|
5400
|
+
typeCategory?: (google.privacy.dlp.v2.InfoTypeCategory.TypeCategory|keyof typeof google.privacy.dlp.v2.InfoTypeCategory.TypeCategory|null);
|
|
5401
|
+
}
|
|
5402
|
+
|
|
5403
|
+
/** Represents an InfoTypeCategory. */
|
|
5404
|
+
class InfoTypeCategory implements IInfoTypeCategory {
|
|
5405
|
+
|
|
5406
|
+
/**
|
|
5407
|
+
* Constructs a new InfoTypeCategory.
|
|
5408
|
+
* @param [properties] Properties to set
|
|
5409
|
+
*/
|
|
5410
|
+
constructor(properties?: google.privacy.dlp.v2.IInfoTypeCategory);
|
|
5411
|
+
|
|
5412
|
+
/** InfoTypeCategory locationCategory. */
|
|
5413
|
+
public locationCategory?: (google.privacy.dlp.v2.InfoTypeCategory.LocationCategory|keyof typeof google.privacy.dlp.v2.InfoTypeCategory.LocationCategory|null);
|
|
5414
|
+
|
|
5415
|
+
/** InfoTypeCategory industryCategory. */
|
|
5416
|
+
public industryCategory?: (google.privacy.dlp.v2.InfoTypeCategory.IndustryCategory|keyof typeof google.privacy.dlp.v2.InfoTypeCategory.IndustryCategory|null);
|
|
5417
|
+
|
|
5418
|
+
/** InfoTypeCategory typeCategory. */
|
|
5419
|
+
public typeCategory?: (google.privacy.dlp.v2.InfoTypeCategory.TypeCategory|keyof typeof google.privacy.dlp.v2.InfoTypeCategory.TypeCategory|null);
|
|
5420
|
+
|
|
5421
|
+
/** InfoTypeCategory category. */
|
|
5422
|
+
public category?: ("locationCategory"|"industryCategory"|"typeCategory");
|
|
5423
|
+
|
|
5424
|
+
/**
|
|
5425
|
+
* Creates a new InfoTypeCategory instance using the specified properties.
|
|
5426
|
+
* @param [properties] Properties to set
|
|
5427
|
+
* @returns InfoTypeCategory instance
|
|
5428
|
+
*/
|
|
5429
|
+
public static create(properties?: google.privacy.dlp.v2.IInfoTypeCategory): google.privacy.dlp.v2.InfoTypeCategory;
|
|
5430
|
+
|
|
5431
|
+
/**
|
|
5432
|
+
* Encodes the specified InfoTypeCategory message. Does not implicitly {@link google.privacy.dlp.v2.InfoTypeCategory.verify|verify} messages.
|
|
5433
|
+
* @param message InfoTypeCategory message or plain object to encode
|
|
5434
|
+
* @param [writer] Writer to encode to
|
|
5435
|
+
* @returns Writer
|
|
5436
|
+
*/
|
|
5437
|
+
public static encode(message: google.privacy.dlp.v2.IInfoTypeCategory, writer?: $protobuf.Writer): $protobuf.Writer;
|
|
5438
|
+
|
|
5439
|
+
/**
|
|
5440
|
+
* Encodes the specified InfoTypeCategory message, length delimited. Does not implicitly {@link google.privacy.dlp.v2.InfoTypeCategory.verify|verify} messages.
|
|
5441
|
+
* @param message InfoTypeCategory message or plain object to encode
|
|
5442
|
+
* @param [writer] Writer to encode to
|
|
5443
|
+
* @returns Writer
|
|
5444
|
+
*/
|
|
5445
|
+
public static encodeDelimited(message: google.privacy.dlp.v2.IInfoTypeCategory, writer?: $protobuf.Writer): $protobuf.Writer;
|
|
5446
|
+
|
|
5447
|
+
/**
|
|
5448
|
+
* Decodes an InfoTypeCategory message from the specified reader or buffer.
|
|
5449
|
+
* @param reader Reader or buffer to decode from
|
|
5450
|
+
* @param [length] Message length if known beforehand
|
|
5451
|
+
* @returns InfoTypeCategory
|
|
5452
|
+
* @throws {Error} If the payload is not a reader or valid buffer
|
|
5453
|
+
* @throws {$protobuf.util.ProtocolError} If required fields are missing
|
|
5454
|
+
*/
|
|
5455
|
+
public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.privacy.dlp.v2.InfoTypeCategory;
|
|
5456
|
+
|
|
5457
|
+
/**
|
|
5458
|
+
* Decodes an InfoTypeCategory message from the specified reader or buffer, length delimited.
|
|
5459
|
+
* @param reader Reader or buffer to decode from
|
|
5460
|
+
* @returns InfoTypeCategory
|
|
5461
|
+
* @throws {Error} If the payload is not a reader or valid buffer
|
|
5462
|
+
* @throws {$protobuf.util.ProtocolError} If required fields are missing
|
|
5463
|
+
*/
|
|
5464
|
+
public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.privacy.dlp.v2.InfoTypeCategory;
|
|
5465
|
+
|
|
5466
|
+
/**
|
|
5467
|
+
* Verifies an InfoTypeCategory message.
|
|
5468
|
+
* @param message Plain object to verify
|
|
5469
|
+
* @returns `null` if valid, otherwise the reason why it is not
|
|
5470
|
+
*/
|
|
5471
|
+
public static verify(message: { [k: string]: any }): (string|null);
|
|
5472
|
+
|
|
5473
|
+
/**
|
|
5474
|
+
* Creates an InfoTypeCategory message from a plain object. Also converts values to their respective internal types.
|
|
5475
|
+
* @param object Plain object
|
|
5476
|
+
* @returns InfoTypeCategory
|
|
5477
|
+
*/
|
|
5478
|
+
public static fromObject(object: { [k: string]: any }): google.privacy.dlp.v2.InfoTypeCategory;
|
|
5479
|
+
|
|
5480
|
+
/**
|
|
5481
|
+
* Creates a plain object from an InfoTypeCategory message. Also converts values to other types if specified.
|
|
5482
|
+
* @param message InfoTypeCategory
|
|
5483
|
+
* @param [options] Conversion options
|
|
5484
|
+
* @returns Plain object
|
|
5485
|
+
*/
|
|
5486
|
+
public static toObject(message: google.privacy.dlp.v2.InfoTypeCategory, options?: $protobuf.IConversionOptions): { [k: string]: any };
|
|
5487
|
+
|
|
5488
|
+
/**
|
|
5489
|
+
* Converts this InfoTypeCategory to JSON.
|
|
5490
|
+
* @returns JSON object
|
|
5491
|
+
*/
|
|
5492
|
+
public toJSON(): { [k: string]: any };
|
|
5493
|
+
|
|
5494
|
+
/**
|
|
5495
|
+
* Gets the default type url for InfoTypeCategory
|
|
5496
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
5497
|
+
* @returns The default type url
|
|
5498
|
+
*/
|
|
5499
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
5500
|
+
}
|
|
5501
|
+
|
|
5502
|
+
namespace InfoTypeCategory {
|
|
5503
|
+
|
|
5504
|
+
/** LocationCategory enum. */
|
|
5505
|
+
enum LocationCategory {
|
|
5506
|
+
LOCATION_UNSPECIFIED = 0,
|
|
5507
|
+
GLOBAL = 1,
|
|
5508
|
+
ARGENTINA = 2,
|
|
5509
|
+
AUSTRALIA = 3,
|
|
5510
|
+
BELGIUM = 4,
|
|
5511
|
+
BRAZIL = 5,
|
|
5512
|
+
CANADA = 6,
|
|
5513
|
+
CHILE = 7,
|
|
5514
|
+
CHINA = 8,
|
|
5515
|
+
COLOMBIA = 9,
|
|
5516
|
+
DENMARK = 10,
|
|
5517
|
+
FRANCE = 11,
|
|
5518
|
+
FINLAND = 12,
|
|
5519
|
+
GERMANY = 13,
|
|
5520
|
+
HONG_KONG = 14,
|
|
5521
|
+
INDIA = 15,
|
|
5522
|
+
INDONESIA = 16,
|
|
5523
|
+
IRELAND = 17,
|
|
5524
|
+
ISRAEL = 18,
|
|
5525
|
+
ITALY = 19,
|
|
5526
|
+
JAPAN = 20,
|
|
5527
|
+
KOREA = 21,
|
|
5528
|
+
MEXICO = 22,
|
|
5529
|
+
THE_NETHERLANDS = 23,
|
|
5530
|
+
NORWAY = 24,
|
|
5531
|
+
PARAGUAY = 25,
|
|
5532
|
+
PERU = 26,
|
|
5533
|
+
POLAND = 27,
|
|
5534
|
+
PORTUGAL = 28,
|
|
5535
|
+
SINGAPORE = 29,
|
|
5536
|
+
SOUTH_AFRICA = 30,
|
|
5537
|
+
SPAIN = 31,
|
|
5538
|
+
SWEDEN = 32,
|
|
5539
|
+
TAIWAN = 33,
|
|
5540
|
+
THAILAND = 34,
|
|
5541
|
+
TURKEY = 35,
|
|
5542
|
+
UNITED_KINGDOM = 36,
|
|
5543
|
+
UNITED_STATES = 37,
|
|
5544
|
+
URUGUAY = 38,
|
|
5545
|
+
VENEZUELA = 39,
|
|
5546
|
+
INTERNAL = 40
|
|
5547
|
+
}
|
|
5548
|
+
|
|
5549
|
+
/** IndustryCategory enum. */
|
|
5550
|
+
enum IndustryCategory {
|
|
5551
|
+
INDUSTRY_UNSPECIFIED = 0,
|
|
5552
|
+
FINANCE = 1,
|
|
5553
|
+
HEALTH = 2,
|
|
5554
|
+
TELECOMMUNICATIONS = 3
|
|
5555
|
+
}
|
|
5556
|
+
|
|
5557
|
+
/** TypeCategory enum. */
|
|
5558
|
+
enum TypeCategory {
|
|
5559
|
+
TYPE_UNSPECIFIED = 0,
|
|
5560
|
+
PII = 1,
|
|
5561
|
+
SPII = 2,
|
|
5562
|
+
DEMOGRAPHIC = 3,
|
|
5563
|
+
CREDENTIAL = 4,
|
|
5564
|
+
GOVERNMENT_ID = 5,
|
|
5565
|
+
DOCUMENT = 6,
|
|
5566
|
+
CONTEXTUAL_INFORMATION = 7
|
|
5567
|
+
}
|
|
5095
5568
|
}
|
|
5096
5569
|
|
|
5097
5570
|
/** Properties of a ListInfoTypesRequest. */
|
|
@@ -5200,6 +5673,13 @@ export namespace google {
|
|
|
5200
5673
|
* @returns JSON object
|
|
5201
5674
|
*/
|
|
5202
5675
|
public toJSON(): { [k: string]: any };
|
|
5676
|
+
|
|
5677
|
+
/**
|
|
5678
|
+
* Gets the default type url for ListInfoTypesRequest
|
|
5679
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
5680
|
+
* @returns The default type url
|
|
5681
|
+
*/
|
|
5682
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
5203
5683
|
}
|
|
5204
5684
|
|
|
5205
5685
|
/** Properties of a ListInfoTypesResponse. */
|
|
@@ -5290,6 +5770,13 @@ export namespace google {
|
|
|
5290
5770
|
* @returns JSON object
|
|
5291
5771
|
*/
|
|
5292
5772
|
public toJSON(): { [k: string]: any };
|
|
5773
|
+
|
|
5774
|
+
/**
|
|
5775
|
+
* Gets the default type url for ListInfoTypesResponse
|
|
5776
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
5777
|
+
* @returns The default type url
|
|
5778
|
+
*/
|
|
5779
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
5293
5780
|
}
|
|
5294
5781
|
|
|
5295
5782
|
/** Properties of a RiskAnalysisJobConfig. */
|
|
@@ -5392,6 +5879,13 @@ export namespace google {
|
|
|
5392
5879
|
* @returns JSON object
|
|
5393
5880
|
*/
|
|
5394
5881
|
public toJSON(): { [k: string]: any };
|
|
5882
|
+
|
|
5883
|
+
/**
|
|
5884
|
+
* Gets the default type url for RiskAnalysisJobConfig
|
|
5885
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
5886
|
+
* @returns The default type url
|
|
5887
|
+
*/
|
|
5888
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
5395
5889
|
}
|
|
5396
5890
|
|
|
5397
5891
|
/** Properties of a QuasiId. */
|
|
@@ -5503,6 +5997,13 @@ export namespace google {
|
|
|
5503
5997
|
* @returns JSON object
|
|
5504
5998
|
*/
|
|
5505
5999
|
public toJSON(): { [k: string]: any };
|
|
6000
|
+
|
|
6001
|
+
/**
|
|
6002
|
+
* Gets the default type url for QuasiId
|
|
6003
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
6004
|
+
* @returns The default type url
|
|
6005
|
+
*/
|
|
6006
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
5506
6007
|
}
|
|
5507
6008
|
|
|
5508
6009
|
/** Properties of a StatisticalTable. */
|
|
@@ -5605,6 +6106,13 @@ export namespace google {
|
|
|
5605
6106
|
* @returns JSON object
|
|
5606
6107
|
*/
|
|
5607
6108
|
public toJSON(): { [k: string]: any };
|
|
6109
|
+
|
|
6110
|
+
/**
|
|
6111
|
+
* Gets the default type url for StatisticalTable
|
|
6112
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
6113
|
+
* @returns The default type url
|
|
6114
|
+
*/
|
|
6115
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
5608
6116
|
}
|
|
5609
6117
|
|
|
5610
6118
|
namespace StatisticalTable {
|
|
@@ -5703,6 +6211,13 @@ export namespace google {
|
|
|
5703
6211
|
* @returns JSON object
|
|
5704
6212
|
*/
|
|
5705
6213
|
public toJSON(): { [k: string]: any };
|
|
6214
|
+
|
|
6215
|
+
/**
|
|
6216
|
+
* Gets the default type url for QuasiIdentifierField
|
|
6217
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
6218
|
+
* @returns The default type url
|
|
6219
|
+
*/
|
|
6220
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
5706
6221
|
}
|
|
5707
6222
|
}
|
|
5708
6223
|
|
|
@@ -5827,6 +6342,13 @@ export namespace google {
|
|
|
5827
6342
|
* @returns JSON object
|
|
5828
6343
|
*/
|
|
5829
6344
|
public toJSON(): { [k: string]: any };
|
|
6345
|
+
|
|
6346
|
+
/**
|
|
6347
|
+
* Gets the default type url for PrivacyMetric
|
|
6348
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
6349
|
+
* @returns The default type url
|
|
6350
|
+
*/
|
|
6351
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
5830
6352
|
}
|
|
5831
6353
|
|
|
5832
6354
|
namespace PrivacyMetric {
|
|
@@ -5919,6 +6441,13 @@ export namespace google {
|
|
|
5919
6441
|
* @returns JSON object
|
|
5920
6442
|
*/
|
|
5921
6443
|
public toJSON(): { [k: string]: any };
|
|
6444
|
+
|
|
6445
|
+
/**
|
|
6446
|
+
* Gets the default type url for NumericalStatsConfig
|
|
6447
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
6448
|
+
* @returns The default type url
|
|
6449
|
+
*/
|
|
6450
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
5922
6451
|
}
|
|
5923
6452
|
|
|
5924
6453
|
/** Properties of a CategoricalStatsConfig. */
|
|
@@ -6009,6 +6538,13 @@ export namespace google {
|
|
|
6009
6538
|
* @returns JSON object
|
|
6010
6539
|
*/
|
|
6011
6540
|
public toJSON(): { [k: string]: any };
|
|
6541
|
+
|
|
6542
|
+
/**
|
|
6543
|
+
* Gets the default type url for CategoricalStatsConfig
|
|
6544
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
6545
|
+
* @returns The default type url
|
|
6546
|
+
*/
|
|
6547
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
6012
6548
|
}
|
|
6013
6549
|
|
|
6014
6550
|
/** Properties of a KAnonymityConfig. */
|
|
@@ -6105,6 +6641,13 @@ export namespace google {
|
|
|
6105
6641
|
* @returns JSON object
|
|
6106
6642
|
*/
|
|
6107
6643
|
public toJSON(): { [k: string]: any };
|
|
6644
|
+
|
|
6645
|
+
/**
|
|
6646
|
+
* Gets the default type url for KAnonymityConfig
|
|
6647
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
6648
|
+
* @returns The default type url
|
|
6649
|
+
*/
|
|
6650
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
6108
6651
|
}
|
|
6109
6652
|
|
|
6110
6653
|
/** Properties of a LDiversityConfig. */
|
|
@@ -6201,6 +6744,13 @@ export namespace google {
|
|
|
6201
6744
|
* @returns JSON object
|
|
6202
6745
|
*/
|
|
6203
6746
|
public toJSON(): { [k: string]: any };
|
|
6747
|
+
|
|
6748
|
+
/**
|
|
6749
|
+
* Gets the default type url for LDiversityConfig
|
|
6750
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
6751
|
+
* @returns The default type url
|
|
6752
|
+
*/
|
|
6753
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
6204
6754
|
}
|
|
6205
6755
|
|
|
6206
6756
|
/** Properties of a KMapEstimationConfig. */
|
|
@@ -6303,6 +6853,13 @@ export namespace google {
|
|
|
6303
6853
|
* @returns JSON object
|
|
6304
6854
|
*/
|
|
6305
6855
|
public toJSON(): { [k: string]: any };
|
|
6856
|
+
|
|
6857
|
+
/**
|
|
6858
|
+
* Gets the default type url for KMapEstimationConfig
|
|
6859
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
6860
|
+
* @returns The default type url
|
|
6861
|
+
*/
|
|
6862
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
6306
6863
|
}
|
|
6307
6864
|
|
|
6308
6865
|
namespace KMapEstimationConfig {
|
|
@@ -6416,6 +6973,13 @@ export namespace google {
|
|
|
6416
6973
|
* @returns JSON object
|
|
6417
6974
|
*/
|
|
6418
6975
|
public toJSON(): { [k: string]: any };
|
|
6976
|
+
|
|
6977
|
+
/**
|
|
6978
|
+
* Gets the default type url for TaggedField
|
|
6979
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
6980
|
+
* @returns The default type url
|
|
6981
|
+
*/
|
|
6982
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
6419
6983
|
}
|
|
6420
6984
|
|
|
6421
6985
|
/** Properties of an AuxiliaryTable. */
|
|
@@ -6518,6 +7082,13 @@ export namespace google {
|
|
|
6518
7082
|
* @returns JSON object
|
|
6519
7083
|
*/
|
|
6520
7084
|
public toJSON(): { [k: string]: any };
|
|
7085
|
+
|
|
7086
|
+
/**
|
|
7087
|
+
* Gets the default type url for AuxiliaryTable
|
|
7088
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
7089
|
+
* @returns The default type url
|
|
7090
|
+
*/
|
|
7091
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
6521
7092
|
}
|
|
6522
7093
|
|
|
6523
7094
|
namespace AuxiliaryTable {
|
|
@@ -6616,6 +7187,13 @@ export namespace google {
|
|
|
6616
7187
|
* @returns JSON object
|
|
6617
7188
|
*/
|
|
6618
7189
|
public toJSON(): { [k: string]: any };
|
|
7190
|
+
|
|
7191
|
+
/**
|
|
7192
|
+
* Gets the default type url for QuasiIdField
|
|
7193
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
7194
|
+
* @returns The default type url
|
|
7195
|
+
*/
|
|
7196
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
6619
7197
|
}
|
|
6620
7198
|
}
|
|
6621
7199
|
}
|
|
@@ -6720,6 +7298,13 @@ export namespace google {
|
|
|
6720
7298
|
* @returns JSON object
|
|
6721
7299
|
*/
|
|
6722
7300
|
public toJSON(): { [k: string]: any };
|
|
7301
|
+
|
|
7302
|
+
/**
|
|
7303
|
+
* Gets the default type url for DeltaPresenceEstimationConfig
|
|
7304
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
7305
|
+
* @returns The default type url
|
|
7306
|
+
*/
|
|
7307
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
6723
7308
|
}
|
|
6724
7309
|
}
|
|
6725
7310
|
|
|
@@ -6862,6 +7447,13 @@ export namespace google {
|
|
|
6862
7447
|
* @returns JSON object
|
|
6863
7448
|
*/
|
|
6864
7449
|
public toJSON(): { [k: string]: any };
|
|
7450
|
+
|
|
7451
|
+
/**
|
|
7452
|
+
* Gets the default type url for AnalyzeDataSourceRiskDetails
|
|
7453
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
7454
|
+
* @returns The default type url
|
|
7455
|
+
*/
|
|
7456
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
6865
7457
|
}
|
|
6866
7458
|
|
|
6867
7459
|
namespace AnalyzeDataSourceRiskDetails {
|
|
@@ -6966,6 +7558,13 @@ export namespace google {
|
|
|
6966
7558
|
* @returns JSON object
|
|
6967
7559
|
*/
|
|
6968
7560
|
public toJSON(): { [k: string]: any };
|
|
7561
|
+
|
|
7562
|
+
/**
|
|
7563
|
+
* Gets the default type url for NumericalStatsResult
|
|
7564
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
7565
|
+
* @returns The default type url
|
|
7566
|
+
*/
|
|
7567
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
6969
7568
|
}
|
|
6970
7569
|
|
|
6971
7570
|
/** Properties of a CategoricalStatsResult. */
|
|
@@ -7056,6 +7655,13 @@ export namespace google {
|
|
|
7056
7655
|
* @returns JSON object
|
|
7057
7656
|
*/
|
|
7058
7657
|
public toJSON(): { [k: string]: any };
|
|
7658
|
+
|
|
7659
|
+
/**
|
|
7660
|
+
* Gets the default type url for CategoricalStatsResult
|
|
7661
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
7662
|
+
* @returns The default type url
|
|
7663
|
+
*/
|
|
7664
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
7059
7665
|
}
|
|
7060
7666
|
|
|
7061
7667
|
namespace CategoricalStatsResult {
|
|
@@ -7172,6 +7778,13 @@ export namespace google {
|
|
|
7172
7778
|
* @returns JSON object
|
|
7173
7779
|
*/
|
|
7174
7780
|
public toJSON(): { [k: string]: any };
|
|
7781
|
+
|
|
7782
|
+
/**
|
|
7783
|
+
* Gets the default type url for CategoricalStatsHistogramBucket
|
|
7784
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
7785
|
+
* @returns The default type url
|
|
7786
|
+
*/
|
|
7787
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
7175
7788
|
}
|
|
7176
7789
|
}
|
|
7177
7790
|
|
|
@@ -7263,6 +7876,13 @@ export namespace google {
|
|
|
7263
7876
|
* @returns JSON object
|
|
7264
7877
|
*/
|
|
7265
7878
|
public toJSON(): { [k: string]: any };
|
|
7879
|
+
|
|
7880
|
+
/**
|
|
7881
|
+
* Gets the default type url for KAnonymityResult
|
|
7882
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
7883
|
+
* @returns The default type url
|
|
7884
|
+
*/
|
|
7885
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
7266
7886
|
}
|
|
7267
7887
|
|
|
7268
7888
|
namespace KAnonymityResult {
|
|
@@ -7361,6 +7981,13 @@ export namespace google {
|
|
|
7361
7981
|
* @returns JSON object
|
|
7362
7982
|
*/
|
|
7363
7983
|
public toJSON(): { [k: string]: any };
|
|
7984
|
+
|
|
7985
|
+
/**
|
|
7986
|
+
* Gets the default type url for KAnonymityEquivalenceClass
|
|
7987
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
7988
|
+
* @returns The default type url
|
|
7989
|
+
*/
|
|
7990
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
7364
7991
|
}
|
|
7365
7992
|
|
|
7366
7993
|
/** Properties of a KAnonymityHistogramBucket. */
|
|
@@ -7475,6 +8102,13 @@ export namespace google {
|
|
|
7475
8102
|
* @returns JSON object
|
|
7476
8103
|
*/
|
|
7477
8104
|
public toJSON(): { [k: string]: any };
|
|
8105
|
+
|
|
8106
|
+
/**
|
|
8107
|
+
* Gets the default type url for KAnonymityHistogramBucket
|
|
8108
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
8109
|
+
* @returns The default type url
|
|
8110
|
+
*/
|
|
8111
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
7478
8112
|
}
|
|
7479
8113
|
}
|
|
7480
8114
|
|
|
@@ -7566,6 +8200,13 @@ export namespace google {
|
|
|
7566
8200
|
* @returns JSON object
|
|
7567
8201
|
*/
|
|
7568
8202
|
public toJSON(): { [k: string]: any };
|
|
8203
|
+
|
|
8204
|
+
/**
|
|
8205
|
+
* Gets the default type url for LDiversityResult
|
|
8206
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
8207
|
+
* @returns The default type url
|
|
8208
|
+
*/
|
|
8209
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
7569
8210
|
}
|
|
7570
8211
|
|
|
7571
8212
|
namespace LDiversityResult {
|
|
@@ -7676,6 +8317,13 @@ export namespace google {
|
|
|
7676
8317
|
* @returns JSON object
|
|
7677
8318
|
*/
|
|
7678
8319
|
public toJSON(): { [k: string]: any };
|
|
8320
|
+
|
|
8321
|
+
/**
|
|
8322
|
+
* Gets the default type url for LDiversityEquivalenceClass
|
|
8323
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
8324
|
+
* @returns The default type url
|
|
8325
|
+
*/
|
|
8326
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
7679
8327
|
}
|
|
7680
8328
|
|
|
7681
8329
|
/** Properties of a LDiversityHistogramBucket. */
|
|
@@ -7790,6 +8438,13 @@ export namespace google {
|
|
|
7790
8438
|
* @returns JSON object
|
|
7791
8439
|
*/
|
|
7792
8440
|
public toJSON(): { [k: string]: any };
|
|
8441
|
+
|
|
8442
|
+
/**
|
|
8443
|
+
* Gets the default type url for LDiversityHistogramBucket
|
|
8444
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
8445
|
+
* @returns The default type url
|
|
8446
|
+
*/
|
|
8447
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
7793
8448
|
}
|
|
7794
8449
|
}
|
|
7795
8450
|
|
|
@@ -7881,6 +8536,13 @@ export namespace google {
|
|
|
7881
8536
|
* @returns JSON object
|
|
7882
8537
|
*/
|
|
7883
8538
|
public toJSON(): { [k: string]: any };
|
|
8539
|
+
|
|
8540
|
+
/**
|
|
8541
|
+
* Gets the default type url for KMapEstimationResult
|
|
8542
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
8543
|
+
* @returns The default type url
|
|
8544
|
+
*/
|
|
8545
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
7884
8546
|
}
|
|
7885
8547
|
|
|
7886
8548
|
namespace KMapEstimationResult {
|
|
@@ -7979,6 +8641,13 @@ export namespace google {
|
|
|
7979
8641
|
* @returns JSON object
|
|
7980
8642
|
*/
|
|
7981
8643
|
public toJSON(): { [k: string]: any };
|
|
8644
|
+
|
|
8645
|
+
/**
|
|
8646
|
+
* Gets the default type url for KMapEstimationQuasiIdValues
|
|
8647
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
8648
|
+
* @returns The default type url
|
|
8649
|
+
*/
|
|
8650
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
7982
8651
|
}
|
|
7983
8652
|
|
|
7984
8653
|
/** Properties of a KMapEstimationHistogramBucket. */
|
|
@@ -8093,6 +8762,13 @@ export namespace google {
|
|
|
8093
8762
|
* @returns JSON object
|
|
8094
8763
|
*/
|
|
8095
8764
|
public toJSON(): { [k: string]: any };
|
|
8765
|
+
|
|
8766
|
+
/**
|
|
8767
|
+
* Gets the default type url for KMapEstimationHistogramBucket
|
|
8768
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
8769
|
+
* @returns The default type url
|
|
8770
|
+
*/
|
|
8771
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
8096
8772
|
}
|
|
8097
8773
|
}
|
|
8098
8774
|
|
|
@@ -8184,6 +8860,13 @@ export namespace google {
|
|
|
8184
8860
|
* @returns JSON object
|
|
8185
8861
|
*/
|
|
8186
8862
|
public toJSON(): { [k: string]: any };
|
|
8863
|
+
|
|
8864
|
+
/**
|
|
8865
|
+
* Gets the default type url for DeltaPresenceEstimationResult
|
|
8866
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
8867
|
+
* @returns The default type url
|
|
8868
|
+
*/
|
|
8869
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
8187
8870
|
}
|
|
8188
8871
|
|
|
8189
8872
|
namespace DeltaPresenceEstimationResult {
|
|
@@ -8282,6 +8965,13 @@ export namespace google {
|
|
|
8282
8965
|
* @returns JSON object
|
|
8283
8966
|
*/
|
|
8284
8967
|
public toJSON(): { [k: string]: any };
|
|
8968
|
+
|
|
8969
|
+
/**
|
|
8970
|
+
* Gets the default type url for DeltaPresenceEstimationQuasiIdValues
|
|
8971
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
8972
|
+
* @returns The default type url
|
|
8973
|
+
*/
|
|
8974
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
8285
8975
|
}
|
|
8286
8976
|
|
|
8287
8977
|
/** Properties of a DeltaPresenceEstimationHistogramBucket. */
|
|
@@ -8396,6 +9086,13 @@ export namespace google {
|
|
|
8396
9086
|
* @returns JSON object
|
|
8397
9087
|
*/
|
|
8398
9088
|
public toJSON(): { [k: string]: any };
|
|
9089
|
+
|
|
9090
|
+
/**
|
|
9091
|
+
* Gets the default type url for DeltaPresenceEstimationHistogramBucket
|
|
9092
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
9093
|
+
* @returns The default type url
|
|
9094
|
+
*/
|
|
9095
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
8399
9096
|
}
|
|
8400
9097
|
}
|
|
8401
9098
|
|
|
@@ -8487,6 +9184,13 @@ export namespace google {
|
|
|
8487
9184
|
* @returns JSON object
|
|
8488
9185
|
*/
|
|
8489
9186
|
public toJSON(): { [k: string]: any };
|
|
9187
|
+
|
|
9188
|
+
/**
|
|
9189
|
+
* Gets the default type url for RequestedRiskAnalysisOptions
|
|
9190
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
9191
|
+
* @returns The default type url
|
|
9192
|
+
*/
|
|
9193
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
8490
9194
|
}
|
|
8491
9195
|
}
|
|
8492
9196
|
|
|
@@ -8584,6 +9288,13 @@ export namespace google {
|
|
|
8584
9288
|
* @returns JSON object
|
|
8585
9289
|
*/
|
|
8586
9290
|
public toJSON(): { [k: string]: any };
|
|
9291
|
+
|
|
9292
|
+
/**
|
|
9293
|
+
* Gets the default type url for ValueFrequency
|
|
9294
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
9295
|
+
* @returns The default type url
|
|
9296
|
+
*/
|
|
9297
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
8587
9298
|
}
|
|
8588
9299
|
|
|
8589
9300
|
/** Properties of a Value. */
|
|
@@ -8719,6 +9430,13 @@ export namespace google {
|
|
|
8719
9430
|
* @returns JSON object
|
|
8720
9431
|
*/
|
|
8721
9432
|
public toJSON(): { [k: string]: any };
|
|
9433
|
+
|
|
9434
|
+
/**
|
|
9435
|
+
* Gets the default type url for Value
|
|
9436
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
9437
|
+
* @returns The default type url
|
|
9438
|
+
*/
|
|
9439
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
8722
9440
|
}
|
|
8723
9441
|
|
|
8724
9442
|
/** Properties of a QuoteInfo. */
|
|
@@ -8812,6 +9530,13 @@ export namespace google {
|
|
|
8812
9530
|
* @returns JSON object
|
|
8813
9531
|
*/
|
|
8814
9532
|
public toJSON(): { [k: string]: any };
|
|
9533
|
+
|
|
9534
|
+
/**
|
|
9535
|
+
* Gets the default type url for QuoteInfo
|
|
9536
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
9537
|
+
* @returns The default type url
|
|
9538
|
+
*/
|
|
9539
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
8815
9540
|
}
|
|
8816
9541
|
|
|
8817
9542
|
/** Properties of a DateTime. */
|
|
@@ -8920,6 +9645,13 @@ export namespace google {
|
|
|
8920
9645
|
* @returns JSON object
|
|
8921
9646
|
*/
|
|
8922
9647
|
public toJSON(): { [k: string]: any };
|
|
9648
|
+
|
|
9649
|
+
/**
|
|
9650
|
+
* Gets the default type url for DateTime
|
|
9651
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
9652
|
+
* @returns The default type url
|
|
9653
|
+
*/
|
|
9654
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
8923
9655
|
}
|
|
8924
9656
|
|
|
8925
9657
|
namespace DateTime {
|
|
@@ -9012,6 +9744,13 @@ export namespace google {
|
|
|
9012
9744
|
* @returns JSON object
|
|
9013
9745
|
*/
|
|
9014
9746
|
public toJSON(): { [k: string]: any };
|
|
9747
|
+
|
|
9748
|
+
/**
|
|
9749
|
+
* Gets the default type url for TimeZone
|
|
9750
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
9751
|
+
* @returns The default type url
|
|
9752
|
+
*/
|
|
9753
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
9015
9754
|
}
|
|
9016
9755
|
}
|
|
9017
9756
|
|
|
@@ -9118,6 +9857,13 @@ export namespace google {
|
|
|
9118
9857
|
* @returns JSON object
|
|
9119
9858
|
*/
|
|
9120
9859
|
public toJSON(): { [k: string]: any };
|
|
9860
|
+
|
|
9861
|
+
/**
|
|
9862
|
+
* Gets the default type url for DeidentifyConfig
|
|
9863
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
9864
|
+
* @returns The default type url
|
|
9865
|
+
*/
|
|
9866
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
9121
9867
|
}
|
|
9122
9868
|
|
|
9123
9869
|
/** Properties of a TransformationErrorHandling. */
|
|
@@ -9217,6 +9963,13 @@ export namespace google {
|
|
|
9217
9963
|
* @returns JSON object
|
|
9218
9964
|
*/
|
|
9219
9965
|
public toJSON(): { [k: string]: any };
|
|
9966
|
+
|
|
9967
|
+
/**
|
|
9968
|
+
* Gets the default type url for TransformationErrorHandling
|
|
9969
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
9970
|
+
* @returns The default type url
|
|
9971
|
+
*/
|
|
9972
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
9220
9973
|
}
|
|
9221
9974
|
|
|
9222
9975
|
namespace TransformationErrorHandling {
|
|
@@ -9303,6 +10056,13 @@ export namespace google {
|
|
|
9303
10056
|
* @returns JSON object
|
|
9304
10057
|
*/
|
|
9305
10058
|
public toJSON(): { [k: string]: any };
|
|
10059
|
+
|
|
10060
|
+
/**
|
|
10061
|
+
* Gets the default type url for ThrowError
|
|
10062
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
10063
|
+
* @returns The default type url
|
|
10064
|
+
*/
|
|
10065
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
9306
10066
|
}
|
|
9307
10067
|
|
|
9308
10068
|
/** Properties of a LeaveUntransformed. */
|
|
@@ -9387,6 +10147,13 @@ export namespace google {
|
|
|
9387
10147
|
* @returns JSON object
|
|
9388
10148
|
*/
|
|
9389
10149
|
public toJSON(): { [k: string]: any };
|
|
10150
|
+
|
|
10151
|
+
/**
|
|
10152
|
+
* Gets the default type url for LeaveUntransformed
|
|
10153
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
10154
|
+
* @returns The default type url
|
|
10155
|
+
*/
|
|
10156
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
9390
10157
|
}
|
|
9391
10158
|
}
|
|
9392
10159
|
|
|
@@ -9547,6 +10314,13 @@ export namespace google {
|
|
|
9547
10314
|
* @returns JSON object
|
|
9548
10315
|
*/
|
|
9549
10316
|
public toJSON(): { [k: string]: any };
|
|
10317
|
+
|
|
10318
|
+
/**
|
|
10319
|
+
* Gets the default type url for PrimitiveTransformation
|
|
10320
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
10321
|
+
* @returns The default type url
|
|
10322
|
+
*/
|
|
10323
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
9550
10324
|
}
|
|
9551
10325
|
|
|
9552
10326
|
/** Properties of a TimePartConfig. */
|
|
@@ -9637,6 +10411,13 @@ export namespace google {
|
|
|
9637
10411
|
* @returns JSON object
|
|
9638
10412
|
*/
|
|
9639
10413
|
public toJSON(): { [k: string]: any };
|
|
10414
|
+
|
|
10415
|
+
/**
|
|
10416
|
+
* Gets the default type url for TimePartConfig
|
|
10417
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
10418
|
+
* @returns The default type url
|
|
10419
|
+
*/
|
|
10420
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
9640
10421
|
}
|
|
9641
10422
|
|
|
9642
10423
|
namespace TimePartConfig {
|
|
@@ -9741,6 +10522,13 @@ export namespace google {
|
|
|
9741
10522
|
* @returns JSON object
|
|
9742
10523
|
*/
|
|
9743
10524
|
public toJSON(): { [k: string]: any };
|
|
10525
|
+
|
|
10526
|
+
/**
|
|
10527
|
+
* Gets the default type url for CryptoHashConfig
|
|
10528
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
10529
|
+
* @returns The default type url
|
|
10530
|
+
*/
|
|
10531
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
9744
10532
|
}
|
|
9745
10533
|
|
|
9746
10534
|
/** Properties of a CryptoDeterministicConfig. */
|
|
@@ -9843,6 +10631,13 @@ export namespace google {
|
|
|
9843
10631
|
* @returns JSON object
|
|
9844
10632
|
*/
|
|
9845
10633
|
public toJSON(): { [k: string]: any };
|
|
10634
|
+
|
|
10635
|
+
/**
|
|
10636
|
+
* Gets the default type url for CryptoDeterministicConfig
|
|
10637
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
10638
|
+
* @returns The default type url
|
|
10639
|
+
*/
|
|
10640
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
9846
10641
|
}
|
|
9847
10642
|
|
|
9848
10643
|
/** Properties of a ReplaceValueConfig. */
|
|
@@ -9933,6 +10728,13 @@ export namespace google {
|
|
|
9933
10728
|
* @returns JSON object
|
|
9934
10729
|
*/
|
|
9935
10730
|
public toJSON(): { [k: string]: any };
|
|
10731
|
+
|
|
10732
|
+
/**
|
|
10733
|
+
* Gets the default type url for ReplaceValueConfig
|
|
10734
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
10735
|
+
* @returns The default type url
|
|
10736
|
+
*/
|
|
10737
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
9936
10738
|
}
|
|
9937
10739
|
|
|
9938
10740
|
/** Properties of a ReplaceDictionaryConfig. */
|
|
@@ -10026,6 +10828,13 @@ export namespace google {
|
|
|
10026
10828
|
* @returns JSON object
|
|
10027
10829
|
*/
|
|
10028
10830
|
public toJSON(): { [k: string]: any };
|
|
10831
|
+
|
|
10832
|
+
/**
|
|
10833
|
+
* Gets the default type url for ReplaceDictionaryConfig
|
|
10834
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
10835
|
+
* @returns The default type url
|
|
10836
|
+
*/
|
|
10837
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
10029
10838
|
}
|
|
10030
10839
|
|
|
10031
10840
|
/** Properties of a ReplaceWithInfoTypeConfig. */
|
|
@@ -10110,6 +10919,13 @@ export namespace google {
|
|
|
10110
10919
|
* @returns JSON object
|
|
10111
10920
|
*/
|
|
10112
10921
|
public toJSON(): { [k: string]: any };
|
|
10922
|
+
|
|
10923
|
+
/**
|
|
10924
|
+
* Gets the default type url for ReplaceWithInfoTypeConfig
|
|
10925
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
10926
|
+
* @returns The default type url
|
|
10927
|
+
*/
|
|
10928
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
10113
10929
|
}
|
|
10114
10930
|
|
|
10115
10931
|
/** Properties of a RedactConfig. */
|
|
@@ -10194,6 +11010,13 @@ export namespace google {
|
|
|
10194
11010
|
* @returns JSON object
|
|
10195
11011
|
*/
|
|
10196
11012
|
public toJSON(): { [k: string]: any };
|
|
11013
|
+
|
|
11014
|
+
/**
|
|
11015
|
+
* Gets the default type url for RedactConfig
|
|
11016
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
11017
|
+
* @returns The default type url
|
|
11018
|
+
*/
|
|
11019
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
10197
11020
|
}
|
|
10198
11021
|
|
|
10199
11022
|
/** Properties of a CharsToIgnore. */
|
|
@@ -10293,6 +11116,13 @@ export namespace google {
|
|
|
10293
11116
|
* @returns JSON object
|
|
10294
11117
|
*/
|
|
10295
11118
|
public toJSON(): { [k: string]: any };
|
|
11119
|
+
|
|
11120
|
+
/**
|
|
11121
|
+
* Gets the default type url for CharsToIgnore
|
|
11122
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
11123
|
+
* @returns The default type url
|
|
11124
|
+
*/
|
|
11125
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
10296
11126
|
}
|
|
10297
11127
|
|
|
10298
11128
|
namespace CharsToIgnore {
|
|
@@ -10414,6 +11244,13 @@ export namespace google {
|
|
|
10414
11244
|
* @returns JSON object
|
|
10415
11245
|
*/
|
|
10416
11246
|
public toJSON(): { [k: string]: any };
|
|
11247
|
+
|
|
11248
|
+
/**
|
|
11249
|
+
* Gets the default type url for CharacterMaskConfig
|
|
11250
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
11251
|
+
* @returns The default type url
|
|
11252
|
+
*/
|
|
11253
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
10417
11254
|
}
|
|
10418
11255
|
|
|
10419
11256
|
/** Properties of a FixedSizeBucketingConfig. */
|
|
@@ -10516,6 +11353,13 @@ export namespace google {
|
|
|
10516
11353
|
* @returns JSON object
|
|
10517
11354
|
*/
|
|
10518
11355
|
public toJSON(): { [k: string]: any };
|
|
11356
|
+
|
|
11357
|
+
/**
|
|
11358
|
+
* Gets the default type url for FixedSizeBucketingConfig
|
|
11359
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
11360
|
+
* @returns The default type url
|
|
11361
|
+
*/
|
|
11362
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
10519
11363
|
}
|
|
10520
11364
|
|
|
10521
11365
|
/** Properties of a BucketingConfig. */
|
|
@@ -10605,7 +11449,14 @@ export namespace google {
|
|
|
10605
11449
|
* Converts this BucketingConfig to JSON.
|
|
10606
11450
|
* @returns JSON object
|
|
10607
11451
|
*/
|
|
10608
|
-
public toJSON(): { [k: string]: any };
|
|
11452
|
+
public toJSON(): { [k: string]: any };
|
|
11453
|
+
|
|
11454
|
+
/**
|
|
11455
|
+
* Gets the default type url for BucketingConfig
|
|
11456
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
11457
|
+
* @returns The default type url
|
|
11458
|
+
*/
|
|
11459
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
10609
11460
|
}
|
|
10610
11461
|
|
|
10611
11462
|
namespace BucketingConfig {
|
|
@@ -10710,6 +11561,13 @@ export namespace google {
|
|
|
10710
11561
|
* @returns JSON object
|
|
10711
11562
|
*/
|
|
10712
11563
|
public toJSON(): { [k: string]: any };
|
|
11564
|
+
|
|
11565
|
+
/**
|
|
11566
|
+
* Gets the default type url for Bucket
|
|
11567
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
11568
|
+
* @returns The default type url
|
|
11569
|
+
*/
|
|
11570
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
10713
11571
|
}
|
|
10714
11572
|
}
|
|
10715
11573
|
|
|
@@ -10834,6 +11692,13 @@ export namespace google {
|
|
|
10834
11692
|
* @returns JSON object
|
|
10835
11693
|
*/
|
|
10836
11694
|
public toJSON(): { [k: string]: any };
|
|
11695
|
+
|
|
11696
|
+
/**
|
|
11697
|
+
* Gets the default type url for CryptoReplaceFfxFpeConfig
|
|
11698
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
11699
|
+
* @returns The default type url
|
|
11700
|
+
*/
|
|
11701
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
10837
11702
|
}
|
|
10838
11703
|
|
|
10839
11704
|
namespace CryptoReplaceFfxFpeConfig {
|
|
@@ -10951,6 +11816,13 @@ export namespace google {
|
|
|
10951
11816
|
* @returns JSON object
|
|
10952
11817
|
*/
|
|
10953
11818
|
public toJSON(): { [k: string]: any };
|
|
11819
|
+
|
|
11820
|
+
/**
|
|
11821
|
+
* Gets the default type url for CryptoKey
|
|
11822
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
11823
|
+
* @returns The default type url
|
|
11824
|
+
*/
|
|
11825
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
10954
11826
|
}
|
|
10955
11827
|
|
|
10956
11828
|
/** Properties of a TransientCryptoKey. */
|
|
@@ -11041,6 +11913,13 @@ export namespace google {
|
|
|
11041
11913
|
* @returns JSON object
|
|
11042
11914
|
*/
|
|
11043
11915
|
public toJSON(): { [k: string]: any };
|
|
11916
|
+
|
|
11917
|
+
/**
|
|
11918
|
+
* Gets the default type url for TransientCryptoKey
|
|
11919
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
11920
|
+
* @returns The default type url
|
|
11921
|
+
*/
|
|
11922
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
11044
11923
|
}
|
|
11045
11924
|
|
|
11046
11925
|
/** Properties of an UnwrappedCryptoKey. */
|
|
@@ -11131,6 +12010,13 @@ export namespace google {
|
|
|
11131
12010
|
* @returns JSON object
|
|
11132
12011
|
*/
|
|
11133
12012
|
public toJSON(): { [k: string]: any };
|
|
12013
|
+
|
|
12014
|
+
/**
|
|
12015
|
+
* Gets the default type url for UnwrappedCryptoKey
|
|
12016
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
12017
|
+
* @returns The default type url
|
|
12018
|
+
*/
|
|
12019
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
11134
12020
|
}
|
|
11135
12021
|
|
|
11136
12022
|
/** Properties of a KmsWrappedCryptoKey. */
|
|
@@ -11227,6 +12113,13 @@ export namespace google {
|
|
|
11227
12113
|
* @returns JSON object
|
|
11228
12114
|
*/
|
|
11229
12115
|
public toJSON(): { [k: string]: any };
|
|
12116
|
+
|
|
12117
|
+
/**
|
|
12118
|
+
* Gets the default type url for KmsWrappedCryptoKey
|
|
12119
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
12120
|
+
* @returns The default type url
|
|
12121
|
+
*/
|
|
12122
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
11230
12123
|
}
|
|
11231
12124
|
|
|
11232
12125
|
/** Properties of a DateShiftConfig. */
|
|
@@ -11338,6 +12231,13 @@ export namespace google {
|
|
|
11338
12231
|
* @returns JSON object
|
|
11339
12232
|
*/
|
|
11340
12233
|
public toJSON(): { [k: string]: any };
|
|
12234
|
+
|
|
12235
|
+
/**
|
|
12236
|
+
* Gets the default type url for DateShiftConfig
|
|
12237
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
12238
|
+
* @returns The default type url
|
|
12239
|
+
*/
|
|
12240
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
11341
12241
|
}
|
|
11342
12242
|
|
|
11343
12243
|
/** Properties of an InfoTypeTransformations. */
|
|
@@ -11428,6 +12328,13 @@ export namespace google {
|
|
|
11428
12328
|
* @returns JSON object
|
|
11429
12329
|
*/
|
|
11430
12330
|
public toJSON(): { [k: string]: any };
|
|
12331
|
+
|
|
12332
|
+
/**
|
|
12333
|
+
* Gets the default type url for InfoTypeTransformations
|
|
12334
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
12335
|
+
* @returns The default type url
|
|
12336
|
+
*/
|
|
12337
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
11431
12338
|
}
|
|
11432
12339
|
|
|
11433
12340
|
namespace InfoTypeTransformations {
|
|
@@ -11526,6 +12433,13 @@ export namespace google {
|
|
|
11526
12433
|
* @returns JSON object
|
|
11527
12434
|
*/
|
|
11528
12435
|
public toJSON(): { [k: string]: any };
|
|
12436
|
+
|
|
12437
|
+
/**
|
|
12438
|
+
* Gets the default type url for InfoTypeTransformation
|
|
12439
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
12440
|
+
* @returns The default type url
|
|
12441
|
+
*/
|
|
12442
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
11529
12443
|
}
|
|
11530
12444
|
}
|
|
11531
12445
|
|
|
@@ -11638,6 +12552,13 @@ export namespace google {
|
|
|
11638
12552
|
* @returns JSON object
|
|
11639
12553
|
*/
|
|
11640
12554
|
public toJSON(): { [k: string]: any };
|
|
12555
|
+
|
|
12556
|
+
/**
|
|
12557
|
+
* Gets the default type url for FieldTransformation
|
|
12558
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
12559
|
+
* @returns The default type url
|
|
12560
|
+
*/
|
|
12561
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
11641
12562
|
}
|
|
11642
12563
|
|
|
11643
12564
|
/** Properties of a RecordTransformations. */
|
|
@@ -11734,6 +12655,13 @@ export namespace google {
|
|
|
11734
12655
|
* @returns JSON object
|
|
11735
12656
|
*/
|
|
11736
12657
|
public toJSON(): { [k: string]: any };
|
|
12658
|
+
|
|
12659
|
+
/**
|
|
12660
|
+
* Gets the default type url for RecordTransformations
|
|
12661
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
12662
|
+
* @returns The default type url
|
|
12663
|
+
*/
|
|
12664
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
11737
12665
|
}
|
|
11738
12666
|
|
|
11739
12667
|
/** Properties of a RecordSuppression. */
|
|
@@ -11824,6 +12752,13 @@ export namespace google {
|
|
|
11824
12752
|
* @returns JSON object
|
|
11825
12753
|
*/
|
|
11826
12754
|
public toJSON(): { [k: string]: any };
|
|
12755
|
+
|
|
12756
|
+
/**
|
|
12757
|
+
* Gets the default type url for RecordSuppression
|
|
12758
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
12759
|
+
* @returns The default type url
|
|
12760
|
+
*/
|
|
12761
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
11827
12762
|
}
|
|
11828
12763
|
|
|
11829
12764
|
/** Properties of a RecordCondition. */
|
|
@@ -11914,6 +12849,13 @@ export namespace google {
|
|
|
11914
12849
|
* @returns JSON object
|
|
11915
12850
|
*/
|
|
11916
12851
|
public toJSON(): { [k: string]: any };
|
|
12852
|
+
|
|
12853
|
+
/**
|
|
12854
|
+
* Gets the default type url for RecordCondition
|
|
12855
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
12856
|
+
* @returns The default type url
|
|
12857
|
+
*/
|
|
12858
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
11917
12859
|
}
|
|
11918
12860
|
|
|
11919
12861
|
namespace RecordCondition {
|
|
@@ -12018,6 +12960,13 @@ export namespace google {
|
|
|
12018
12960
|
* @returns JSON object
|
|
12019
12961
|
*/
|
|
12020
12962
|
public toJSON(): { [k: string]: any };
|
|
12963
|
+
|
|
12964
|
+
/**
|
|
12965
|
+
* Gets the default type url for Condition
|
|
12966
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
12967
|
+
* @returns The default type url
|
|
12968
|
+
*/
|
|
12969
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
12021
12970
|
}
|
|
12022
12971
|
|
|
12023
12972
|
/** Properties of a Conditions. */
|
|
@@ -12108,6 +13057,13 @@ export namespace google {
|
|
|
12108
13057
|
* @returns JSON object
|
|
12109
13058
|
*/
|
|
12110
13059
|
public toJSON(): { [k: string]: any };
|
|
13060
|
+
|
|
13061
|
+
/**
|
|
13062
|
+
* Gets the default type url for Conditions
|
|
13063
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
13064
|
+
* @returns The default type url
|
|
13065
|
+
*/
|
|
13066
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
12111
13067
|
}
|
|
12112
13068
|
|
|
12113
13069
|
/** Properties of an Expressions. */
|
|
@@ -12207,6 +13163,13 @@ export namespace google {
|
|
|
12207
13163
|
* @returns JSON object
|
|
12208
13164
|
*/
|
|
12209
13165
|
public toJSON(): { [k: string]: any };
|
|
13166
|
+
|
|
13167
|
+
/**
|
|
13168
|
+
* Gets the default type url for Expressions
|
|
13169
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
13170
|
+
* @returns The default type url
|
|
13171
|
+
*/
|
|
13172
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
12210
13173
|
}
|
|
12211
13174
|
|
|
12212
13175
|
namespace Expressions {
|
|
@@ -12313,6 +13276,13 @@ export namespace google {
|
|
|
12313
13276
|
* @returns JSON object
|
|
12314
13277
|
*/
|
|
12315
13278
|
public toJSON(): { [k: string]: any };
|
|
13279
|
+
|
|
13280
|
+
/**
|
|
13281
|
+
* Gets the default type url for TransformationOverview
|
|
13282
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
13283
|
+
* @returns The default type url
|
|
13284
|
+
*/
|
|
13285
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
12316
13286
|
}
|
|
12317
13287
|
|
|
12318
13288
|
/** Properties of a TransformationSummary. */
|
|
@@ -12439,6 +13409,13 @@ export namespace google {
|
|
|
12439
13409
|
* @returns JSON object
|
|
12440
13410
|
*/
|
|
12441
13411
|
public toJSON(): { [k: string]: any };
|
|
13412
|
+
|
|
13413
|
+
/**
|
|
13414
|
+
* Gets the default type url for TransformationSummary
|
|
13415
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
13416
|
+
* @returns The default type url
|
|
13417
|
+
*/
|
|
13418
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
12442
13419
|
}
|
|
12443
13420
|
|
|
12444
13421
|
namespace TransformationSummary {
|
|
@@ -12550,6 +13527,13 @@ export namespace google {
|
|
|
12550
13527
|
* @returns JSON object
|
|
12551
13528
|
*/
|
|
12552
13529
|
public toJSON(): { [k: string]: any };
|
|
13530
|
+
|
|
13531
|
+
/**
|
|
13532
|
+
* Gets the default type url for SummaryResult
|
|
13533
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
13534
|
+
* @returns The default type url
|
|
13535
|
+
*/
|
|
13536
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
12553
13537
|
}
|
|
12554
13538
|
}
|
|
12555
13539
|
|
|
@@ -12644,6 +13628,13 @@ export namespace google {
|
|
|
12644
13628
|
* @returns JSON object
|
|
12645
13629
|
*/
|
|
12646
13630
|
public toJSON(): { [k: string]: any };
|
|
13631
|
+
|
|
13632
|
+
/**
|
|
13633
|
+
* Gets the default type url for Schedule
|
|
13634
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
13635
|
+
* @returns The default type url
|
|
13636
|
+
*/
|
|
13637
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
12647
13638
|
}
|
|
12648
13639
|
|
|
12649
13640
|
/** Properties of a Manual. */
|
|
@@ -12728,6 +13719,13 @@ export namespace google {
|
|
|
12728
13719
|
* @returns JSON object
|
|
12729
13720
|
*/
|
|
12730
13721
|
public toJSON(): { [k: string]: any };
|
|
13722
|
+
|
|
13723
|
+
/**
|
|
13724
|
+
* Gets the default type url for Manual
|
|
13725
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
13726
|
+
* @returns The default type url
|
|
13727
|
+
*/
|
|
13728
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
12731
13729
|
}
|
|
12732
13730
|
|
|
12733
13731
|
/** Properties of an InspectTemplate. */
|
|
@@ -12848,6 +13846,13 @@ export namespace google {
|
|
|
12848
13846
|
* @returns JSON object
|
|
12849
13847
|
*/
|
|
12850
13848
|
public toJSON(): { [k: string]: any };
|
|
13849
|
+
|
|
13850
|
+
/**
|
|
13851
|
+
* Gets the default type url for InspectTemplate
|
|
13852
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
13853
|
+
* @returns The default type url
|
|
13854
|
+
*/
|
|
13855
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
12851
13856
|
}
|
|
12852
13857
|
|
|
12853
13858
|
/** Properties of a DeidentifyTemplate. */
|
|
@@ -12968,6 +13973,13 @@ export namespace google {
|
|
|
12968
13973
|
* @returns JSON object
|
|
12969
13974
|
*/
|
|
12970
13975
|
public toJSON(): { [k: string]: any };
|
|
13976
|
+
|
|
13977
|
+
/**
|
|
13978
|
+
* Gets the default type url for DeidentifyTemplate
|
|
13979
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
13980
|
+
* @returns The default type url
|
|
13981
|
+
*/
|
|
13982
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
12971
13983
|
}
|
|
12972
13984
|
|
|
12973
13985
|
/** Properties of an Error. */
|
|
@@ -13064,6 +14076,13 @@ export namespace google {
|
|
|
13064
14076
|
* @returns JSON object
|
|
13065
14077
|
*/
|
|
13066
14078
|
public toJSON(): { [k: string]: any };
|
|
14079
|
+
|
|
14080
|
+
/**
|
|
14081
|
+
* Gets the default type url for Error
|
|
14082
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
14083
|
+
* @returns The default type url
|
|
14084
|
+
*/
|
|
14085
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
13067
14086
|
}
|
|
13068
14087
|
|
|
13069
14088
|
/** Properties of a JobTrigger. */
|
|
@@ -13211,6 +14230,13 @@ export namespace google {
|
|
|
13211
14230
|
* @returns JSON object
|
|
13212
14231
|
*/
|
|
13213
14232
|
public toJSON(): { [k: string]: any };
|
|
14233
|
+
|
|
14234
|
+
/**
|
|
14235
|
+
* Gets the default type url for JobTrigger
|
|
14236
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
14237
|
+
* @returns The default type url
|
|
14238
|
+
*/
|
|
14239
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
13214
14240
|
}
|
|
13215
14241
|
|
|
13216
14242
|
namespace JobTrigger {
|
|
@@ -13312,6 +14338,13 @@ export namespace google {
|
|
|
13312
14338
|
* @returns JSON object
|
|
13313
14339
|
*/
|
|
13314
14340
|
public toJSON(): { [k: string]: any };
|
|
14341
|
+
|
|
14342
|
+
/**
|
|
14343
|
+
* Gets the default type url for Trigger
|
|
14344
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
14345
|
+
* @returns The default type url
|
|
14346
|
+
*/
|
|
14347
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
13315
14348
|
}
|
|
13316
14349
|
|
|
13317
14350
|
/** Status enum. */
|
|
@@ -13444,6 +14477,13 @@ export namespace google {
|
|
|
13444
14477
|
* @returns JSON object
|
|
13445
14478
|
*/
|
|
13446
14479
|
public toJSON(): { [k: string]: any };
|
|
14480
|
+
|
|
14481
|
+
/**
|
|
14482
|
+
* Gets the default type url for Action
|
|
14483
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
14484
|
+
* @returns The default type url
|
|
14485
|
+
*/
|
|
14486
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
13447
14487
|
}
|
|
13448
14488
|
|
|
13449
14489
|
namespace Action {
|
|
@@ -13536,6 +14576,13 @@ export namespace google {
|
|
|
13536
14576
|
* @returns JSON object
|
|
13537
14577
|
*/
|
|
13538
14578
|
public toJSON(): { [k: string]: any };
|
|
14579
|
+
|
|
14580
|
+
/**
|
|
14581
|
+
* Gets the default type url for SaveFindings
|
|
14582
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
14583
|
+
* @returns The default type url
|
|
14584
|
+
*/
|
|
14585
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
13539
14586
|
}
|
|
13540
14587
|
|
|
13541
14588
|
/** Properties of a PublishToPubSub. */
|
|
@@ -13626,6 +14673,13 @@ export namespace google {
|
|
|
13626
14673
|
* @returns JSON object
|
|
13627
14674
|
*/
|
|
13628
14675
|
public toJSON(): { [k: string]: any };
|
|
14676
|
+
|
|
14677
|
+
/**
|
|
14678
|
+
* Gets the default type url for PublishToPubSub
|
|
14679
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
14680
|
+
* @returns The default type url
|
|
14681
|
+
*/
|
|
14682
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
13629
14683
|
}
|
|
13630
14684
|
|
|
13631
14685
|
/** Properties of a PublishSummaryToCscc. */
|
|
@@ -13710,6 +14764,13 @@ export namespace google {
|
|
|
13710
14764
|
* @returns JSON object
|
|
13711
14765
|
*/
|
|
13712
14766
|
public toJSON(): { [k: string]: any };
|
|
14767
|
+
|
|
14768
|
+
/**
|
|
14769
|
+
* Gets the default type url for PublishSummaryToCscc
|
|
14770
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
14771
|
+
* @returns The default type url
|
|
14772
|
+
*/
|
|
14773
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
13713
14774
|
}
|
|
13714
14775
|
|
|
13715
14776
|
/** Properties of a PublishFindingsToCloudDataCatalog. */
|
|
@@ -13794,6 +14855,13 @@ export namespace google {
|
|
|
13794
14855
|
* @returns JSON object
|
|
13795
14856
|
*/
|
|
13796
14857
|
public toJSON(): { [k: string]: any };
|
|
14858
|
+
|
|
14859
|
+
/**
|
|
14860
|
+
* Gets the default type url for PublishFindingsToCloudDataCatalog
|
|
14861
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
14862
|
+
* @returns The default type url
|
|
14863
|
+
*/
|
|
14864
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
13797
14865
|
}
|
|
13798
14866
|
|
|
13799
14867
|
/** Properties of a JobNotificationEmails. */
|
|
@@ -13878,6 +14946,13 @@ export namespace google {
|
|
|
13878
14946
|
* @returns JSON object
|
|
13879
14947
|
*/
|
|
13880
14948
|
public toJSON(): { [k: string]: any };
|
|
14949
|
+
|
|
14950
|
+
/**
|
|
14951
|
+
* Gets the default type url for JobNotificationEmails
|
|
14952
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
14953
|
+
* @returns The default type url
|
|
14954
|
+
*/
|
|
14955
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
13881
14956
|
}
|
|
13882
14957
|
|
|
13883
14958
|
/** Properties of a PublishToStackdriver. */
|
|
@@ -13962,6 +15037,13 @@ export namespace google {
|
|
|
13962
15037
|
* @returns JSON object
|
|
13963
15038
|
*/
|
|
13964
15039
|
public toJSON(): { [k: string]: any };
|
|
15040
|
+
|
|
15041
|
+
/**
|
|
15042
|
+
* Gets the default type url for PublishToStackdriver
|
|
15043
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
15044
|
+
* @returns The default type url
|
|
15045
|
+
*/
|
|
15046
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
13965
15047
|
}
|
|
13966
15048
|
}
|
|
13967
15049
|
|
|
@@ -14071,6 +15153,13 @@ export namespace google {
|
|
|
14071
15153
|
* @returns JSON object
|
|
14072
15154
|
*/
|
|
14073
15155
|
public toJSON(): { [k: string]: any };
|
|
15156
|
+
|
|
15157
|
+
/**
|
|
15158
|
+
* Gets the default type url for CreateInspectTemplateRequest
|
|
15159
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
15160
|
+
* @returns The default type url
|
|
15161
|
+
*/
|
|
15162
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
14074
15163
|
}
|
|
14075
15164
|
|
|
14076
15165
|
/** Properties of an UpdateInspectTemplateRequest. */
|
|
@@ -14173,6 +15262,13 @@ export namespace google {
|
|
|
14173
15262
|
* @returns JSON object
|
|
14174
15263
|
*/
|
|
14175
15264
|
public toJSON(): { [k: string]: any };
|
|
15265
|
+
|
|
15266
|
+
/**
|
|
15267
|
+
* Gets the default type url for UpdateInspectTemplateRequest
|
|
15268
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
15269
|
+
* @returns The default type url
|
|
15270
|
+
*/
|
|
15271
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
14176
15272
|
}
|
|
14177
15273
|
|
|
14178
15274
|
/** Properties of a GetInspectTemplateRequest. */
|
|
@@ -14263,6 +15359,13 @@ export namespace google {
|
|
|
14263
15359
|
* @returns JSON object
|
|
14264
15360
|
*/
|
|
14265
15361
|
public toJSON(): { [k: string]: any };
|
|
15362
|
+
|
|
15363
|
+
/**
|
|
15364
|
+
* Gets the default type url for GetInspectTemplateRequest
|
|
15365
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
15366
|
+
* @returns The default type url
|
|
15367
|
+
*/
|
|
15368
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
14266
15369
|
}
|
|
14267
15370
|
|
|
14268
15371
|
/** Properties of a ListInspectTemplatesRequest. */
|
|
@@ -14377,6 +15480,13 @@ export namespace google {
|
|
|
14377
15480
|
* @returns JSON object
|
|
14378
15481
|
*/
|
|
14379
15482
|
public toJSON(): { [k: string]: any };
|
|
15483
|
+
|
|
15484
|
+
/**
|
|
15485
|
+
* Gets the default type url for ListInspectTemplatesRequest
|
|
15486
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
15487
|
+
* @returns The default type url
|
|
15488
|
+
*/
|
|
15489
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
14380
15490
|
}
|
|
14381
15491
|
|
|
14382
15492
|
/** Properties of a ListInspectTemplatesResponse. */
|
|
@@ -14473,6 +15583,13 @@ export namespace google {
|
|
|
14473
15583
|
* @returns JSON object
|
|
14474
15584
|
*/
|
|
14475
15585
|
public toJSON(): { [k: string]: any };
|
|
15586
|
+
|
|
15587
|
+
/**
|
|
15588
|
+
* Gets the default type url for ListInspectTemplatesResponse
|
|
15589
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
15590
|
+
* @returns The default type url
|
|
15591
|
+
*/
|
|
15592
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
14476
15593
|
}
|
|
14477
15594
|
|
|
14478
15595
|
/** Properties of a DeleteInspectTemplateRequest. */
|
|
@@ -14563,6 +15680,13 @@ export namespace google {
|
|
|
14563
15680
|
* @returns JSON object
|
|
14564
15681
|
*/
|
|
14565
15682
|
public toJSON(): { [k: string]: any };
|
|
15683
|
+
|
|
15684
|
+
/**
|
|
15685
|
+
* Gets the default type url for DeleteInspectTemplateRequest
|
|
15686
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
15687
|
+
* @returns The default type url
|
|
15688
|
+
*/
|
|
15689
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
14566
15690
|
}
|
|
14567
15691
|
|
|
14568
15692
|
/** Properties of a CreateJobTriggerRequest. */
|
|
@@ -14671,6 +15795,13 @@ export namespace google {
|
|
|
14671
15795
|
* @returns JSON object
|
|
14672
15796
|
*/
|
|
14673
15797
|
public toJSON(): { [k: string]: any };
|
|
15798
|
+
|
|
15799
|
+
/**
|
|
15800
|
+
* Gets the default type url for CreateJobTriggerRequest
|
|
15801
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
15802
|
+
* @returns The default type url
|
|
15803
|
+
*/
|
|
15804
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
14674
15805
|
}
|
|
14675
15806
|
|
|
14676
15807
|
/** Properties of an ActivateJobTriggerRequest. */
|
|
@@ -14761,6 +15892,13 @@ export namespace google {
|
|
|
14761
15892
|
* @returns JSON object
|
|
14762
15893
|
*/
|
|
14763
15894
|
public toJSON(): { [k: string]: any };
|
|
15895
|
+
|
|
15896
|
+
/**
|
|
15897
|
+
* Gets the default type url for ActivateJobTriggerRequest
|
|
15898
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
15899
|
+
* @returns The default type url
|
|
15900
|
+
*/
|
|
15901
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
14764
15902
|
}
|
|
14765
15903
|
|
|
14766
15904
|
/** Properties of an UpdateJobTriggerRequest. */
|
|
@@ -14863,6 +16001,13 @@ export namespace google {
|
|
|
14863
16001
|
* @returns JSON object
|
|
14864
16002
|
*/
|
|
14865
16003
|
public toJSON(): { [k: string]: any };
|
|
16004
|
+
|
|
16005
|
+
/**
|
|
16006
|
+
* Gets the default type url for UpdateJobTriggerRequest
|
|
16007
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
16008
|
+
* @returns The default type url
|
|
16009
|
+
*/
|
|
16010
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
14866
16011
|
}
|
|
14867
16012
|
|
|
14868
16013
|
/** Properties of a GetJobTriggerRequest. */
|
|
@@ -14953,6 +16098,13 @@ export namespace google {
|
|
|
14953
16098
|
* @returns JSON object
|
|
14954
16099
|
*/
|
|
14955
16100
|
public toJSON(): { [k: string]: any };
|
|
16101
|
+
|
|
16102
|
+
/**
|
|
16103
|
+
* Gets the default type url for GetJobTriggerRequest
|
|
16104
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
16105
|
+
* @returns The default type url
|
|
16106
|
+
*/
|
|
16107
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
14956
16108
|
}
|
|
14957
16109
|
|
|
14958
16110
|
/** Properties of a CreateDlpJobRequest. */
|
|
@@ -15070,6 +16222,13 @@ export namespace google {
|
|
|
15070
16222
|
* @returns JSON object
|
|
15071
16223
|
*/
|
|
15072
16224
|
public toJSON(): { [k: string]: any };
|
|
16225
|
+
|
|
16226
|
+
/**
|
|
16227
|
+
* Gets the default type url for CreateDlpJobRequest
|
|
16228
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
16229
|
+
* @returns The default type url
|
|
16230
|
+
*/
|
|
16231
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
15073
16232
|
}
|
|
15074
16233
|
|
|
15075
16234
|
/** Properties of a ListJobTriggersRequest. */
|
|
@@ -15196,6 +16355,13 @@ export namespace google {
|
|
|
15196
16355
|
* @returns JSON object
|
|
15197
16356
|
*/
|
|
15198
16357
|
public toJSON(): { [k: string]: any };
|
|
16358
|
+
|
|
16359
|
+
/**
|
|
16360
|
+
* Gets the default type url for ListJobTriggersRequest
|
|
16361
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
16362
|
+
* @returns The default type url
|
|
16363
|
+
*/
|
|
16364
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
15199
16365
|
}
|
|
15200
16366
|
|
|
15201
16367
|
/** Properties of a ListJobTriggersResponse. */
|
|
@@ -15292,6 +16458,13 @@ export namespace google {
|
|
|
15292
16458
|
* @returns JSON object
|
|
15293
16459
|
*/
|
|
15294
16460
|
public toJSON(): { [k: string]: any };
|
|
16461
|
+
|
|
16462
|
+
/**
|
|
16463
|
+
* Gets the default type url for ListJobTriggersResponse
|
|
16464
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
16465
|
+
* @returns The default type url
|
|
16466
|
+
*/
|
|
16467
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
15295
16468
|
}
|
|
15296
16469
|
|
|
15297
16470
|
/** Properties of a DeleteJobTriggerRequest. */
|
|
@@ -15382,6 +16555,13 @@ export namespace google {
|
|
|
15382
16555
|
* @returns JSON object
|
|
15383
16556
|
*/
|
|
15384
16557
|
public toJSON(): { [k: string]: any };
|
|
16558
|
+
|
|
16559
|
+
/**
|
|
16560
|
+
* Gets the default type url for DeleteJobTriggerRequest
|
|
16561
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
16562
|
+
* @returns The default type url
|
|
16563
|
+
*/
|
|
16564
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
15385
16565
|
}
|
|
15386
16566
|
|
|
15387
16567
|
/** Properties of an InspectJobConfig. */
|
|
@@ -15490,6 +16670,13 @@ export namespace google {
|
|
|
15490
16670
|
* @returns JSON object
|
|
15491
16671
|
*/
|
|
15492
16672
|
public toJSON(): { [k: string]: any };
|
|
16673
|
+
|
|
16674
|
+
/**
|
|
16675
|
+
* Gets the default type url for InspectJobConfig
|
|
16676
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
16677
|
+
* @returns The default type url
|
|
16678
|
+
*/
|
|
16679
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
15493
16680
|
}
|
|
15494
16681
|
|
|
15495
16682
|
/** Properties of a DataProfileAction. */
|
|
@@ -15589,6 +16776,13 @@ export namespace google {
|
|
|
15589
16776
|
* @returns JSON object
|
|
15590
16777
|
*/
|
|
15591
16778
|
public toJSON(): { [k: string]: any };
|
|
16779
|
+
|
|
16780
|
+
/**
|
|
16781
|
+
* Gets the default type url for DataProfileAction
|
|
16782
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
16783
|
+
* @returns The default type url
|
|
16784
|
+
*/
|
|
16785
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
15592
16786
|
}
|
|
15593
16787
|
|
|
15594
16788
|
namespace DataProfileAction {
|
|
@@ -15681,6 +16875,13 @@ export namespace google {
|
|
|
15681
16875
|
* @returns JSON object
|
|
15682
16876
|
*/
|
|
15683
16877
|
public toJSON(): { [k: string]: any };
|
|
16878
|
+
|
|
16879
|
+
/**
|
|
16880
|
+
* Gets the default type url for Export
|
|
16881
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
16882
|
+
* @returns The default type url
|
|
16883
|
+
*/
|
|
16884
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
15684
16885
|
}
|
|
15685
16886
|
|
|
15686
16887
|
/** Properties of a PubSubNotification. */
|
|
@@ -15789,6 +16990,13 @@ export namespace google {
|
|
|
15789
16990
|
* @returns JSON object
|
|
15790
16991
|
*/
|
|
15791
16992
|
public toJSON(): { [k: string]: any };
|
|
16993
|
+
|
|
16994
|
+
/**
|
|
16995
|
+
* Gets the default type url for PubSubNotification
|
|
16996
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
16997
|
+
* @returns The default type url
|
|
16998
|
+
*/
|
|
16999
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
15792
17000
|
}
|
|
15793
17001
|
|
|
15794
17002
|
namespace PubSubNotification {
|
|
@@ -15917,6 +17125,13 @@ export namespace google {
|
|
|
15917
17125
|
* @returns JSON object
|
|
15918
17126
|
*/
|
|
15919
17127
|
public toJSON(): { [k: string]: any };
|
|
17128
|
+
|
|
17129
|
+
/**
|
|
17130
|
+
* Gets the default type url for DataProfileJobConfig
|
|
17131
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
17132
|
+
* @returns The default type url
|
|
17133
|
+
*/
|
|
17134
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
15920
17135
|
}
|
|
15921
17136
|
|
|
15922
17137
|
/** Properties of a DataProfileLocation. */
|
|
@@ -16016,6 +17231,13 @@ export namespace google {
|
|
|
16016
17231
|
* @returns JSON object
|
|
16017
17232
|
*/
|
|
16018
17233
|
public toJSON(): { [k: string]: any };
|
|
17234
|
+
|
|
17235
|
+
/**
|
|
17236
|
+
* Gets the default type url for DataProfileLocation
|
|
17237
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
17238
|
+
* @returns The default type url
|
|
17239
|
+
*/
|
|
17240
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
16019
17241
|
}
|
|
16020
17242
|
|
|
16021
17243
|
/** Properties of a DlpJob. */
|
|
@@ -16163,6 +17385,13 @@ export namespace google {
|
|
|
16163
17385
|
* @returns JSON object
|
|
16164
17386
|
*/
|
|
16165
17387
|
public toJSON(): { [k: string]: any };
|
|
17388
|
+
|
|
17389
|
+
/**
|
|
17390
|
+
* Gets the default type url for DlpJob
|
|
17391
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
17392
|
+
* @returns The default type url
|
|
17393
|
+
*/
|
|
17394
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
16166
17395
|
}
|
|
16167
17396
|
|
|
16168
17397
|
namespace DlpJob {
|
|
@@ -16267,6 +17496,13 @@ export namespace google {
|
|
|
16267
17496
|
* @returns JSON object
|
|
16268
17497
|
*/
|
|
16269
17498
|
public toJSON(): { [k: string]: any };
|
|
17499
|
+
|
|
17500
|
+
/**
|
|
17501
|
+
* Gets the default type url for GetDlpJobRequest
|
|
17502
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
17503
|
+
* @returns The default type url
|
|
17504
|
+
*/
|
|
17505
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
16270
17506
|
}
|
|
16271
17507
|
|
|
16272
17508
|
/** Properties of a ListDlpJobsRequest. */
|
|
@@ -16393,6 +17629,13 @@ export namespace google {
|
|
|
16393
17629
|
* @returns JSON object
|
|
16394
17630
|
*/
|
|
16395
17631
|
public toJSON(): { [k: string]: any };
|
|
17632
|
+
|
|
17633
|
+
/**
|
|
17634
|
+
* Gets the default type url for ListDlpJobsRequest
|
|
17635
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
17636
|
+
* @returns The default type url
|
|
17637
|
+
*/
|
|
17638
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
16396
17639
|
}
|
|
16397
17640
|
|
|
16398
17641
|
/** Properties of a ListDlpJobsResponse. */
|
|
@@ -16489,6 +17732,13 @@ export namespace google {
|
|
|
16489
17732
|
* @returns JSON object
|
|
16490
17733
|
*/
|
|
16491
17734
|
public toJSON(): { [k: string]: any };
|
|
17735
|
+
|
|
17736
|
+
/**
|
|
17737
|
+
* Gets the default type url for ListDlpJobsResponse
|
|
17738
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
17739
|
+
* @returns The default type url
|
|
17740
|
+
*/
|
|
17741
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
16492
17742
|
}
|
|
16493
17743
|
|
|
16494
17744
|
/** Properties of a CancelDlpJobRequest. */
|
|
@@ -16579,6 +17829,13 @@ export namespace google {
|
|
|
16579
17829
|
* @returns JSON object
|
|
16580
17830
|
*/
|
|
16581
17831
|
public toJSON(): { [k: string]: any };
|
|
17832
|
+
|
|
17833
|
+
/**
|
|
17834
|
+
* Gets the default type url for CancelDlpJobRequest
|
|
17835
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
17836
|
+
* @returns The default type url
|
|
17837
|
+
*/
|
|
17838
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
16582
17839
|
}
|
|
16583
17840
|
|
|
16584
17841
|
/** Properties of a FinishDlpJobRequest. */
|
|
@@ -16669,6 +17926,13 @@ export namespace google {
|
|
|
16669
17926
|
* @returns JSON object
|
|
16670
17927
|
*/
|
|
16671
17928
|
public toJSON(): { [k: string]: any };
|
|
17929
|
+
|
|
17930
|
+
/**
|
|
17931
|
+
* Gets the default type url for FinishDlpJobRequest
|
|
17932
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
17933
|
+
* @returns The default type url
|
|
17934
|
+
*/
|
|
17935
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
16672
17936
|
}
|
|
16673
17937
|
|
|
16674
17938
|
/** Properties of a DeleteDlpJobRequest. */
|
|
@@ -16759,6 +18023,13 @@ export namespace google {
|
|
|
16759
18023
|
* @returns JSON object
|
|
16760
18024
|
*/
|
|
16761
18025
|
public toJSON(): { [k: string]: any };
|
|
18026
|
+
|
|
18027
|
+
/**
|
|
18028
|
+
* Gets the default type url for DeleteDlpJobRequest
|
|
18029
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
18030
|
+
* @returns The default type url
|
|
18031
|
+
*/
|
|
18032
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
16762
18033
|
}
|
|
16763
18034
|
|
|
16764
18035
|
/** Properties of a CreateDeidentifyTemplateRequest. */
|
|
@@ -16867,6 +18138,13 @@ export namespace google {
|
|
|
16867
18138
|
* @returns JSON object
|
|
16868
18139
|
*/
|
|
16869
18140
|
public toJSON(): { [k: string]: any };
|
|
18141
|
+
|
|
18142
|
+
/**
|
|
18143
|
+
* Gets the default type url for CreateDeidentifyTemplateRequest
|
|
18144
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
18145
|
+
* @returns The default type url
|
|
18146
|
+
*/
|
|
18147
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
16870
18148
|
}
|
|
16871
18149
|
|
|
16872
18150
|
/** Properties of an UpdateDeidentifyTemplateRequest. */
|
|
@@ -16969,6 +18247,13 @@ export namespace google {
|
|
|
16969
18247
|
* @returns JSON object
|
|
16970
18248
|
*/
|
|
16971
18249
|
public toJSON(): { [k: string]: any };
|
|
18250
|
+
|
|
18251
|
+
/**
|
|
18252
|
+
* Gets the default type url for UpdateDeidentifyTemplateRequest
|
|
18253
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
18254
|
+
* @returns The default type url
|
|
18255
|
+
*/
|
|
18256
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
16972
18257
|
}
|
|
16973
18258
|
|
|
16974
18259
|
/** Properties of a GetDeidentifyTemplateRequest. */
|
|
@@ -17059,6 +18344,13 @@ export namespace google {
|
|
|
17059
18344
|
* @returns JSON object
|
|
17060
18345
|
*/
|
|
17061
18346
|
public toJSON(): { [k: string]: any };
|
|
18347
|
+
|
|
18348
|
+
/**
|
|
18349
|
+
* Gets the default type url for GetDeidentifyTemplateRequest
|
|
18350
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
18351
|
+
* @returns The default type url
|
|
18352
|
+
*/
|
|
18353
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
17062
18354
|
}
|
|
17063
18355
|
|
|
17064
18356
|
/** Properties of a ListDeidentifyTemplatesRequest. */
|
|
@@ -17173,6 +18465,13 @@ export namespace google {
|
|
|
17173
18465
|
* @returns JSON object
|
|
17174
18466
|
*/
|
|
17175
18467
|
public toJSON(): { [k: string]: any };
|
|
18468
|
+
|
|
18469
|
+
/**
|
|
18470
|
+
* Gets the default type url for ListDeidentifyTemplatesRequest
|
|
18471
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
18472
|
+
* @returns The default type url
|
|
18473
|
+
*/
|
|
18474
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
17176
18475
|
}
|
|
17177
18476
|
|
|
17178
18477
|
/** Properties of a ListDeidentifyTemplatesResponse. */
|
|
@@ -17269,6 +18568,13 @@ export namespace google {
|
|
|
17269
18568
|
* @returns JSON object
|
|
17270
18569
|
*/
|
|
17271
18570
|
public toJSON(): { [k: string]: any };
|
|
18571
|
+
|
|
18572
|
+
/**
|
|
18573
|
+
* Gets the default type url for ListDeidentifyTemplatesResponse
|
|
18574
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
18575
|
+
* @returns The default type url
|
|
18576
|
+
*/
|
|
18577
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
17272
18578
|
}
|
|
17273
18579
|
|
|
17274
18580
|
/** Properties of a DeleteDeidentifyTemplateRequest. */
|
|
@@ -17359,6 +18665,13 @@ export namespace google {
|
|
|
17359
18665
|
* @returns JSON object
|
|
17360
18666
|
*/
|
|
17361
18667
|
public toJSON(): { [k: string]: any };
|
|
18668
|
+
|
|
18669
|
+
/**
|
|
18670
|
+
* Gets the default type url for DeleteDeidentifyTemplateRequest
|
|
18671
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
18672
|
+
* @returns The default type url
|
|
18673
|
+
*/
|
|
18674
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
17362
18675
|
}
|
|
17363
18676
|
|
|
17364
18677
|
/** Properties of a LargeCustomDictionaryConfig. */
|
|
@@ -17464,6 +18777,13 @@ export namespace google {
|
|
|
17464
18777
|
* @returns JSON object
|
|
17465
18778
|
*/
|
|
17466
18779
|
public toJSON(): { [k: string]: any };
|
|
18780
|
+
|
|
18781
|
+
/**
|
|
18782
|
+
* Gets the default type url for LargeCustomDictionaryConfig
|
|
18783
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
18784
|
+
* @returns The default type url
|
|
18785
|
+
*/
|
|
18786
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
17467
18787
|
}
|
|
17468
18788
|
|
|
17469
18789
|
/** Properties of a LargeCustomDictionaryStats. */
|
|
@@ -17554,6 +18874,13 @@ export namespace google {
|
|
|
17554
18874
|
* @returns JSON object
|
|
17555
18875
|
*/
|
|
17556
18876
|
public toJSON(): { [k: string]: any };
|
|
18877
|
+
|
|
18878
|
+
/**
|
|
18879
|
+
* Gets the default type url for LargeCustomDictionaryStats
|
|
18880
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
18881
|
+
* @returns The default type url
|
|
18882
|
+
*/
|
|
18883
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
17557
18884
|
}
|
|
17558
18885
|
|
|
17559
18886
|
/** Properties of a StoredInfoTypeConfig. */
|
|
@@ -17671,6 +18998,13 @@ export namespace google {
|
|
|
17671
18998
|
* @returns JSON object
|
|
17672
18999
|
*/
|
|
17673
19000
|
public toJSON(): { [k: string]: any };
|
|
19001
|
+
|
|
19002
|
+
/**
|
|
19003
|
+
* Gets the default type url for StoredInfoTypeConfig
|
|
19004
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
19005
|
+
* @returns The default type url
|
|
19006
|
+
*/
|
|
19007
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
17674
19008
|
}
|
|
17675
19009
|
|
|
17676
19010
|
/** Properties of a StoredInfoTypeStats. */
|
|
@@ -17764,6 +19098,13 @@ export namespace google {
|
|
|
17764
19098
|
* @returns JSON object
|
|
17765
19099
|
*/
|
|
17766
19100
|
public toJSON(): { [k: string]: any };
|
|
19101
|
+
|
|
19102
|
+
/**
|
|
19103
|
+
* Gets the default type url for StoredInfoTypeStats
|
|
19104
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
19105
|
+
* @returns The default type url
|
|
19106
|
+
*/
|
|
19107
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
17767
19108
|
}
|
|
17768
19109
|
|
|
17769
19110
|
/** Properties of a StoredInfoTypeVersion. */
|
|
@@ -17878,6 +19219,13 @@ export namespace google {
|
|
|
17878
19219
|
* @returns JSON object
|
|
17879
19220
|
*/
|
|
17880
19221
|
public toJSON(): { [k: string]: any };
|
|
19222
|
+
|
|
19223
|
+
/**
|
|
19224
|
+
* Gets the default type url for StoredInfoTypeVersion
|
|
19225
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
19226
|
+
* @returns The default type url
|
|
19227
|
+
*/
|
|
19228
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
17881
19229
|
}
|
|
17882
19230
|
|
|
17883
19231
|
/** Properties of a StoredInfoType. */
|
|
@@ -17980,6 +19328,13 @@ export namespace google {
|
|
|
17980
19328
|
* @returns JSON object
|
|
17981
19329
|
*/
|
|
17982
19330
|
public toJSON(): { [k: string]: any };
|
|
19331
|
+
|
|
19332
|
+
/**
|
|
19333
|
+
* Gets the default type url for StoredInfoType
|
|
19334
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
19335
|
+
* @returns The default type url
|
|
19336
|
+
*/
|
|
19337
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
17983
19338
|
}
|
|
17984
19339
|
|
|
17985
19340
|
/** Properties of a CreateStoredInfoTypeRequest. */
|
|
@@ -18088,6 +19443,13 @@ export namespace google {
|
|
|
18088
19443
|
* @returns JSON object
|
|
18089
19444
|
*/
|
|
18090
19445
|
public toJSON(): { [k: string]: any };
|
|
19446
|
+
|
|
19447
|
+
/**
|
|
19448
|
+
* Gets the default type url for CreateStoredInfoTypeRequest
|
|
19449
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
19450
|
+
* @returns The default type url
|
|
19451
|
+
*/
|
|
19452
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
18091
19453
|
}
|
|
18092
19454
|
|
|
18093
19455
|
/** Properties of an UpdateStoredInfoTypeRequest. */
|
|
@@ -18190,6 +19552,13 @@ export namespace google {
|
|
|
18190
19552
|
* @returns JSON object
|
|
18191
19553
|
*/
|
|
18192
19554
|
public toJSON(): { [k: string]: any };
|
|
19555
|
+
|
|
19556
|
+
/**
|
|
19557
|
+
* Gets the default type url for UpdateStoredInfoTypeRequest
|
|
19558
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
19559
|
+
* @returns The default type url
|
|
19560
|
+
*/
|
|
19561
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
18193
19562
|
}
|
|
18194
19563
|
|
|
18195
19564
|
/** Properties of a GetStoredInfoTypeRequest. */
|
|
@@ -18280,6 +19649,13 @@ export namespace google {
|
|
|
18280
19649
|
* @returns JSON object
|
|
18281
19650
|
*/
|
|
18282
19651
|
public toJSON(): { [k: string]: any };
|
|
19652
|
+
|
|
19653
|
+
/**
|
|
19654
|
+
* Gets the default type url for GetStoredInfoTypeRequest
|
|
19655
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
19656
|
+
* @returns The default type url
|
|
19657
|
+
*/
|
|
19658
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
18283
19659
|
}
|
|
18284
19660
|
|
|
18285
19661
|
/** Properties of a ListStoredInfoTypesRequest. */
|
|
@@ -18394,6 +19770,13 @@ export namespace google {
|
|
|
18394
19770
|
* @returns JSON object
|
|
18395
19771
|
*/
|
|
18396
19772
|
public toJSON(): { [k: string]: any };
|
|
19773
|
+
|
|
19774
|
+
/**
|
|
19775
|
+
* Gets the default type url for ListStoredInfoTypesRequest
|
|
19776
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
19777
|
+
* @returns The default type url
|
|
19778
|
+
*/
|
|
19779
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
18397
19780
|
}
|
|
18398
19781
|
|
|
18399
19782
|
/** Properties of a ListStoredInfoTypesResponse. */
|
|
@@ -18490,6 +19873,13 @@ export namespace google {
|
|
|
18490
19873
|
* @returns JSON object
|
|
18491
19874
|
*/
|
|
18492
19875
|
public toJSON(): { [k: string]: any };
|
|
19876
|
+
|
|
19877
|
+
/**
|
|
19878
|
+
* Gets the default type url for ListStoredInfoTypesResponse
|
|
19879
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
19880
|
+
* @returns The default type url
|
|
19881
|
+
*/
|
|
19882
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
18493
19883
|
}
|
|
18494
19884
|
|
|
18495
19885
|
/** Properties of a DeleteStoredInfoTypeRequest. */
|
|
@@ -18580,6 +19970,13 @@ export namespace google {
|
|
|
18580
19970
|
* @returns JSON object
|
|
18581
19971
|
*/
|
|
18582
19972
|
public toJSON(): { [k: string]: any };
|
|
19973
|
+
|
|
19974
|
+
/**
|
|
19975
|
+
* Gets the default type url for DeleteStoredInfoTypeRequest
|
|
19976
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
19977
|
+
* @returns The default type url
|
|
19978
|
+
*/
|
|
19979
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
18583
19980
|
}
|
|
18584
19981
|
|
|
18585
19982
|
/** Properties of a HybridInspectJobTriggerRequest. */
|
|
@@ -18676,6 +20073,13 @@ export namespace google {
|
|
|
18676
20073
|
* @returns JSON object
|
|
18677
20074
|
*/
|
|
18678
20075
|
public toJSON(): { [k: string]: any };
|
|
20076
|
+
|
|
20077
|
+
/**
|
|
20078
|
+
* Gets the default type url for HybridInspectJobTriggerRequest
|
|
20079
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
20080
|
+
* @returns The default type url
|
|
20081
|
+
*/
|
|
20082
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
18679
20083
|
}
|
|
18680
20084
|
|
|
18681
20085
|
/** Properties of a HybridInspectDlpJobRequest. */
|
|
@@ -18772,6 +20176,13 @@ export namespace google {
|
|
|
18772
20176
|
* @returns JSON object
|
|
18773
20177
|
*/
|
|
18774
20178
|
public toJSON(): { [k: string]: any };
|
|
20179
|
+
|
|
20180
|
+
/**
|
|
20181
|
+
* Gets the default type url for HybridInspectDlpJobRequest
|
|
20182
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
20183
|
+
* @returns The default type url
|
|
20184
|
+
*/
|
|
20185
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
18775
20186
|
}
|
|
18776
20187
|
|
|
18777
20188
|
/** Properties of a HybridContentItem. */
|
|
@@ -18868,6 +20279,13 @@ export namespace google {
|
|
|
18868
20279
|
* @returns JSON object
|
|
18869
20280
|
*/
|
|
18870
20281
|
public toJSON(): { [k: string]: any };
|
|
20282
|
+
|
|
20283
|
+
/**
|
|
20284
|
+
* Gets the default type url for HybridContentItem
|
|
20285
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
20286
|
+
* @returns The default type url
|
|
20287
|
+
*/
|
|
20288
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
18871
20289
|
}
|
|
18872
20290
|
|
|
18873
20291
|
/** Properties of a HybridFindingDetails. */
|
|
@@ -18982,6 +20400,13 @@ export namespace google {
|
|
|
18982
20400
|
* @returns JSON object
|
|
18983
20401
|
*/
|
|
18984
20402
|
public toJSON(): { [k: string]: any };
|
|
20403
|
+
|
|
20404
|
+
/**
|
|
20405
|
+
* Gets the default type url for HybridFindingDetails
|
|
20406
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
20407
|
+
* @returns The default type url
|
|
20408
|
+
*/
|
|
20409
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
18985
20410
|
}
|
|
18986
20411
|
|
|
18987
20412
|
/** Properties of a HybridInspectResponse. */
|
|
@@ -19066,6 +20491,13 @@ export namespace google {
|
|
|
19066
20491
|
* @returns JSON object
|
|
19067
20492
|
*/
|
|
19068
20493
|
public toJSON(): { [k: string]: any };
|
|
20494
|
+
|
|
20495
|
+
/**
|
|
20496
|
+
* Gets the default type url for HybridInspectResponse
|
|
20497
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
20498
|
+
* @returns The default type url
|
|
20499
|
+
*/
|
|
20500
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
19069
20501
|
}
|
|
19070
20502
|
|
|
19071
20503
|
/** RelationalOperator enum. */
|
|
@@ -19212,6 +20644,13 @@ export namespace google {
|
|
|
19212
20644
|
* @returns JSON object
|
|
19213
20645
|
*/
|
|
19214
20646
|
public toJSON(): { [k: string]: any };
|
|
20647
|
+
|
|
20648
|
+
/**
|
|
20649
|
+
* Gets the default type url for SensitivityScore
|
|
20650
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
20651
|
+
* @returns The default type url
|
|
20652
|
+
*/
|
|
20653
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
19215
20654
|
}
|
|
19216
20655
|
|
|
19217
20656
|
namespace SensitivityScore {
|
|
@@ -19312,7 +20751,14 @@ export namespace google {
|
|
|
19312
20751
|
* Converts this DataRiskLevel to JSON.
|
|
19313
20752
|
* @returns JSON object
|
|
19314
20753
|
*/
|
|
19315
|
-
public toJSON(): { [k: string]: any };
|
|
20754
|
+
public toJSON(): { [k: string]: any };
|
|
20755
|
+
|
|
20756
|
+
/**
|
|
20757
|
+
* Gets the default type url for DataRiskLevel
|
|
20758
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
20759
|
+
* @returns The default type url
|
|
20760
|
+
*/
|
|
20761
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
19316
20762
|
}
|
|
19317
20763
|
|
|
19318
20764
|
namespace DataRiskLevel {
|
|
@@ -19427,6 +20873,13 @@ export namespace google {
|
|
|
19427
20873
|
* @returns JSON object
|
|
19428
20874
|
*/
|
|
19429
20875
|
public toJSON(): { [k: string]: any };
|
|
20876
|
+
|
|
20877
|
+
/**
|
|
20878
|
+
* Gets the default type url for DataProfileConfigSnapshot
|
|
20879
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
20880
|
+
* @returns The default type url
|
|
20881
|
+
*/
|
|
20882
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
19430
20883
|
}
|
|
19431
20884
|
|
|
19432
20885
|
/** Properties of a TableDataProfile. */
|
|
@@ -19661,6 +21114,13 @@ export namespace google {
|
|
|
19661
21114
|
* @returns JSON object
|
|
19662
21115
|
*/
|
|
19663
21116
|
public toJSON(): { [k: string]: any };
|
|
21117
|
+
|
|
21118
|
+
/**
|
|
21119
|
+
* Gets the default type url for TableDataProfile
|
|
21120
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
21121
|
+
* @returns The default type url
|
|
21122
|
+
*/
|
|
21123
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
19664
21124
|
}
|
|
19665
21125
|
|
|
19666
21126
|
namespace TableDataProfile {
|
|
@@ -19767,6 +21227,13 @@ export namespace google {
|
|
|
19767
21227
|
* @returns JSON object
|
|
19768
21228
|
*/
|
|
19769
21229
|
public toJSON(): { [k: string]: any };
|
|
21230
|
+
|
|
21231
|
+
/**
|
|
21232
|
+
* Gets the default type url for ProfileStatus
|
|
21233
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
21234
|
+
* @returns The default type url
|
|
21235
|
+
*/
|
|
21236
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
19770
21237
|
}
|
|
19771
21238
|
|
|
19772
21239
|
/** EncryptionStatus enum. */
|
|
@@ -19864,6 +21331,13 @@ export namespace google {
|
|
|
19864
21331
|
* @returns JSON object
|
|
19865
21332
|
*/
|
|
19866
21333
|
public toJSON(): { [k: string]: any };
|
|
21334
|
+
|
|
21335
|
+
/**
|
|
21336
|
+
* Gets the default type url for InfoTypeSummary
|
|
21337
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
21338
|
+
* @returns The default type url
|
|
21339
|
+
*/
|
|
21340
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
19867
21341
|
}
|
|
19868
21342
|
|
|
19869
21343
|
/** Properties of an OtherInfoTypeSummary. */
|
|
@@ -19954,6 +21428,13 @@ export namespace google {
|
|
|
19954
21428
|
* @returns JSON object
|
|
19955
21429
|
*/
|
|
19956
21430
|
public toJSON(): { [k: string]: any };
|
|
21431
|
+
|
|
21432
|
+
/**
|
|
21433
|
+
* Gets the default type url for OtherInfoTypeSummary
|
|
21434
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
21435
|
+
* @returns The default type url
|
|
21436
|
+
*/
|
|
21437
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
19957
21438
|
}
|
|
19958
21439
|
|
|
19959
21440
|
/** Properties of a DataProfilePubSubCondition. */
|
|
@@ -20044,6 +21525,13 @@ export namespace google {
|
|
|
20044
21525
|
* @returns JSON object
|
|
20045
21526
|
*/
|
|
20046
21527
|
public toJSON(): { [k: string]: any };
|
|
21528
|
+
|
|
21529
|
+
/**
|
|
21530
|
+
* Gets the default type url for DataProfilePubSubCondition
|
|
21531
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
21532
|
+
* @returns The default type url
|
|
21533
|
+
*/
|
|
21534
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
20047
21535
|
}
|
|
20048
21536
|
|
|
20049
21537
|
namespace DataProfilePubSubCondition {
|
|
@@ -20152,6 +21640,13 @@ export namespace google {
|
|
|
20152
21640
|
* @returns JSON object
|
|
20153
21641
|
*/
|
|
20154
21642
|
public toJSON(): { [k: string]: any };
|
|
21643
|
+
|
|
21644
|
+
/**
|
|
21645
|
+
* Gets the default type url for PubSubCondition
|
|
21646
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
21647
|
+
* @returns The default type url
|
|
21648
|
+
*/
|
|
21649
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
20155
21650
|
}
|
|
20156
21651
|
|
|
20157
21652
|
/** Properties of a PubSubExpressions. */
|
|
@@ -20248,6 +21743,13 @@ export namespace google {
|
|
|
20248
21743
|
* @returns JSON object
|
|
20249
21744
|
*/
|
|
20250
21745
|
public toJSON(): { [k: string]: any };
|
|
21746
|
+
|
|
21747
|
+
/**
|
|
21748
|
+
* Gets the default type url for PubSubExpressions
|
|
21749
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
21750
|
+
* @returns The default type url
|
|
21751
|
+
*/
|
|
21752
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
20251
21753
|
}
|
|
20252
21754
|
|
|
20253
21755
|
namespace PubSubExpressions {
|
|
@@ -20355,6 +21857,13 @@ export namespace google {
|
|
|
20355
21857
|
* @returns JSON object
|
|
20356
21858
|
*/
|
|
20357
21859
|
public toJSON(): { [k: string]: any };
|
|
21860
|
+
|
|
21861
|
+
/**
|
|
21862
|
+
* Gets the default type url for DataProfilePubSubMessage
|
|
21863
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
21864
|
+
* @returns The default type url
|
|
21865
|
+
*/
|
|
21866
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
20358
21867
|
}
|
|
20359
21868
|
|
|
20360
21869
|
/** Properties of an InfoType. */
|
|
@@ -20451,6 +21960,13 @@ export namespace google {
|
|
|
20451
21960
|
* @returns JSON object
|
|
20452
21961
|
*/
|
|
20453
21962
|
public toJSON(): { [k: string]: any };
|
|
21963
|
+
|
|
21964
|
+
/**
|
|
21965
|
+
* Gets the default type url for InfoType
|
|
21966
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
21967
|
+
* @returns The default type url
|
|
21968
|
+
*/
|
|
21969
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
20454
21970
|
}
|
|
20455
21971
|
|
|
20456
21972
|
/** Likelihood enum. */
|
|
@@ -20557,6 +22073,13 @@ export namespace google {
|
|
|
20557
22073
|
* @returns JSON object
|
|
20558
22074
|
*/
|
|
20559
22075
|
public toJSON(): { [k: string]: any };
|
|
22076
|
+
|
|
22077
|
+
/**
|
|
22078
|
+
* Gets the default type url for StoredType
|
|
22079
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
22080
|
+
* @returns The default type url
|
|
22081
|
+
*/
|
|
22082
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
20560
22083
|
}
|
|
20561
22084
|
|
|
20562
22085
|
/** Properties of a CustomInfoType. */
|
|
@@ -20692,6 +22215,13 @@ export namespace google {
|
|
|
20692
22215
|
* @returns JSON object
|
|
20693
22216
|
*/
|
|
20694
22217
|
public toJSON(): { [k: string]: any };
|
|
22218
|
+
|
|
22219
|
+
/**
|
|
22220
|
+
* Gets the default type url for CustomInfoType
|
|
22221
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
22222
|
+
* @returns The default type url
|
|
22223
|
+
*/
|
|
22224
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
20695
22225
|
}
|
|
20696
22226
|
|
|
20697
22227
|
namespace CustomInfoType {
|
|
@@ -20793,6 +22323,13 @@ export namespace google {
|
|
|
20793
22323
|
* @returns JSON object
|
|
20794
22324
|
*/
|
|
20795
22325
|
public toJSON(): { [k: string]: any };
|
|
22326
|
+
|
|
22327
|
+
/**
|
|
22328
|
+
* Gets the default type url for Dictionary
|
|
22329
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
22330
|
+
* @returns The default type url
|
|
22331
|
+
*/
|
|
22332
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
20796
22333
|
}
|
|
20797
22334
|
|
|
20798
22335
|
namespace Dictionary {
|
|
@@ -20885,6 +22422,13 @@ export namespace google {
|
|
|
20885
22422
|
* @returns JSON object
|
|
20886
22423
|
*/
|
|
20887
22424
|
public toJSON(): { [k: string]: any };
|
|
22425
|
+
|
|
22426
|
+
/**
|
|
22427
|
+
* Gets the default type url for WordList
|
|
22428
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
22429
|
+
* @returns The default type url
|
|
22430
|
+
*/
|
|
22431
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
20888
22432
|
}
|
|
20889
22433
|
}
|
|
20890
22434
|
|
|
@@ -20982,6 +22526,13 @@ export namespace google {
|
|
|
20982
22526
|
* @returns JSON object
|
|
20983
22527
|
*/
|
|
20984
22528
|
public toJSON(): { [k: string]: any };
|
|
22529
|
+
|
|
22530
|
+
/**
|
|
22531
|
+
* Gets the default type url for Regex
|
|
22532
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
22533
|
+
* @returns The default type url
|
|
22534
|
+
*/
|
|
22535
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
20985
22536
|
}
|
|
20986
22537
|
|
|
20987
22538
|
/** Properties of a SurrogateType. */
|
|
@@ -21066,6 +22617,13 @@ export namespace google {
|
|
|
21066
22617
|
* @returns JSON object
|
|
21067
22618
|
*/
|
|
21068
22619
|
public toJSON(): { [k: string]: any };
|
|
22620
|
+
|
|
22621
|
+
/**
|
|
22622
|
+
* Gets the default type url for SurrogateType
|
|
22623
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
22624
|
+
* @returns The default type url
|
|
22625
|
+
*/
|
|
22626
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
21069
22627
|
}
|
|
21070
22628
|
|
|
21071
22629
|
/** Properties of a DetectionRule. */
|
|
@@ -21159,6 +22717,13 @@ export namespace google {
|
|
|
21159
22717
|
* @returns JSON object
|
|
21160
22718
|
*/
|
|
21161
22719
|
public toJSON(): { [k: string]: any };
|
|
22720
|
+
|
|
22721
|
+
/**
|
|
22722
|
+
* Gets the default type url for DetectionRule
|
|
22723
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
22724
|
+
* @returns The default type url
|
|
22725
|
+
*/
|
|
22726
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
21162
22727
|
}
|
|
21163
22728
|
|
|
21164
22729
|
namespace DetectionRule {
|
|
@@ -21257,6 +22822,13 @@ export namespace google {
|
|
|
21257
22822
|
* @returns JSON object
|
|
21258
22823
|
*/
|
|
21259
22824
|
public toJSON(): { [k: string]: any };
|
|
22825
|
+
|
|
22826
|
+
/**
|
|
22827
|
+
* Gets the default type url for Proximity
|
|
22828
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
22829
|
+
* @returns The default type url
|
|
22830
|
+
*/
|
|
22831
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
21260
22832
|
}
|
|
21261
22833
|
|
|
21262
22834
|
/** Properties of a LikelihoodAdjustment. */
|
|
@@ -21356,6 +22928,13 @@ export namespace google {
|
|
|
21356
22928
|
* @returns JSON object
|
|
21357
22929
|
*/
|
|
21358
22930
|
public toJSON(): { [k: string]: any };
|
|
22931
|
+
|
|
22932
|
+
/**
|
|
22933
|
+
* Gets the default type url for LikelihoodAdjustment
|
|
22934
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
22935
|
+
* @returns The default type url
|
|
22936
|
+
*/
|
|
22937
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
21359
22938
|
}
|
|
21360
22939
|
|
|
21361
22940
|
/** Properties of a HotwordRule. */
|
|
@@ -21458,6 +23037,13 @@ export namespace google {
|
|
|
21458
23037
|
* @returns JSON object
|
|
21459
23038
|
*/
|
|
21460
23039
|
public toJSON(): { [k: string]: any };
|
|
23040
|
+
|
|
23041
|
+
/**
|
|
23042
|
+
* Gets the default type url for HotwordRule
|
|
23043
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
23044
|
+
* @returns The default type url
|
|
23045
|
+
*/
|
|
23046
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
21461
23047
|
}
|
|
21462
23048
|
}
|
|
21463
23049
|
|
|
@@ -21556,6 +23142,13 @@ export namespace google {
|
|
|
21556
23142
|
* @returns JSON object
|
|
21557
23143
|
*/
|
|
21558
23144
|
public toJSON(): { [k: string]: any };
|
|
23145
|
+
|
|
23146
|
+
/**
|
|
23147
|
+
* Gets the default type url for FieldId
|
|
23148
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
23149
|
+
* @returns The default type url
|
|
23150
|
+
*/
|
|
23151
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
21559
23152
|
}
|
|
21560
23153
|
|
|
21561
23154
|
/** Properties of a PartitionId. */
|
|
@@ -21652,6 +23245,13 @@ export namespace google {
|
|
|
21652
23245
|
* @returns JSON object
|
|
21653
23246
|
*/
|
|
21654
23247
|
public toJSON(): { [k: string]: any };
|
|
23248
|
+
|
|
23249
|
+
/**
|
|
23250
|
+
* Gets the default type url for PartitionId
|
|
23251
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
23252
|
+
* @returns The default type url
|
|
23253
|
+
*/
|
|
23254
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
21655
23255
|
}
|
|
21656
23256
|
|
|
21657
23257
|
/** Properties of a KindExpression. */
|
|
@@ -21742,6 +23342,13 @@ export namespace google {
|
|
|
21742
23342
|
* @returns JSON object
|
|
21743
23343
|
*/
|
|
21744
23344
|
public toJSON(): { [k: string]: any };
|
|
23345
|
+
|
|
23346
|
+
/**
|
|
23347
|
+
* Gets the default type url for KindExpression
|
|
23348
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
23349
|
+
* @returns The default type url
|
|
23350
|
+
*/
|
|
23351
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
21745
23352
|
}
|
|
21746
23353
|
|
|
21747
23354
|
/** Properties of a DatastoreOptions. */
|
|
@@ -21838,6 +23445,13 @@ export namespace google {
|
|
|
21838
23445
|
* @returns JSON object
|
|
21839
23446
|
*/
|
|
21840
23447
|
public toJSON(): { [k: string]: any };
|
|
23448
|
+
|
|
23449
|
+
/**
|
|
23450
|
+
* Gets the default type url for DatastoreOptions
|
|
23451
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
23452
|
+
* @returns The default type url
|
|
23453
|
+
*/
|
|
23454
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
21841
23455
|
}
|
|
21842
23456
|
|
|
21843
23457
|
/** FileType enum. */
|
|
@@ -21955,6 +23569,13 @@ export namespace google {
|
|
|
21955
23569
|
* @returns JSON object
|
|
21956
23570
|
*/
|
|
21957
23571
|
public toJSON(): { [k: string]: any };
|
|
23572
|
+
|
|
23573
|
+
/**
|
|
23574
|
+
* Gets the default type url for CloudStorageRegexFileSet
|
|
23575
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
23576
|
+
* @returns The default type url
|
|
23577
|
+
*/
|
|
23578
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
21958
23579
|
}
|
|
21959
23580
|
|
|
21960
23581
|
/** Properties of a CloudStorageOptions. */
|
|
@@ -22075,6 +23696,13 @@ export namespace google {
|
|
|
22075
23696
|
* @returns JSON object
|
|
22076
23697
|
*/
|
|
22077
23698
|
public toJSON(): { [k: string]: any };
|
|
23699
|
+
|
|
23700
|
+
/**
|
|
23701
|
+
* Gets the default type url for CloudStorageOptions
|
|
23702
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
23703
|
+
* @returns The default type url
|
|
23704
|
+
*/
|
|
23705
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
22078
23706
|
}
|
|
22079
23707
|
|
|
22080
23708
|
namespace CloudStorageOptions {
|
|
@@ -22173,6 +23801,13 @@ export namespace google {
|
|
|
22173
23801
|
* @returns JSON object
|
|
22174
23802
|
*/
|
|
22175
23803
|
public toJSON(): { [k: string]: any };
|
|
23804
|
+
|
|
23805
|
+
/**
|
|
23806
|
+
* Gets the default type url for FileSet
|
|
23807
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
23808
|
+
* @returns The default type url
|
|
23809
|
+
*/
|
|
23810
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
22176
23811
|
}
|
|
22177
23812
|
|
|
22178
23813
|
/** SampleMethod enum. */
|
|
@@ -22271,6 +23906,13 @@ export namespace google {
|
|
|
22271
23906
|
* @returns JSON object
|
|
22272
23907
|
*/
|
|
22273
23908
|
public toJSON(): { [k: string]: any };
|
|
23909
|
+
|
|
23910
|
+
/**
|
|
23911
|
+
* Gets the default type url for CloudStorageFileSet
|
|
23912
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
23913
|
+
* @returns The default type url
|
|
23914
|
+
*/
|
|
23915
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
22274
23916
|
}
|
|
22275
23917
|
|
|
22276
23918
|
/** Properties of a CloudStoragePath. */
|
|
@@ -22361,6 +24003,13 @@ export namespace google {
|
|
|
22361
24003
|
* @returns JSON object
|
|
22362
24004
|
*/
|
|
22363
24005
|
public toJSON(): { [k: string]: any };
|
|
24006
|
+
|
|
24007
|
+
/**
|
|
24008
|
+
* Gets the default type url for CloudStoragePath
|
|
24009
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
24010
|
+
* @returns The default type url
|
|
24011
|
+
*/
|
|
24012
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
22364
24013
|
}
|
|
22365
24014
|
|
|
22366
24015
|
/** Properties of a BigQueryOptions. */
|
|
@@ -22487,6 +24136,13 @@ export namespace google {
|
|
|
22487
24136
|
* @returns JSON object
|
|
22488
24137
|
*/
|
|
22489
24138
|
public toJSON(): { [k: string]: any };
|
|
24139
|
+
|
|
24140
|
+
/**
|
|
24141
|
+
* Gets the default type url for BigQueryOptions
|
|
24142
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
24143
|
+
* @returns The default type url
|
|
24144
|
+
*/
|
|
24145
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
22490
24146
|
}
|
|
22491
24147
|
|
|
22492
24148
|
namespace BigQueryOptions {
|
|
@@ -22614,6 +24270,13 @@ export namespace google {
|
|
|
22614
24270
|
* @returns JSON object
|
|
22615
24271
|
*/
|
|
22616
24272
|
public toJSON(): { [k: string]: any };
|
|
24273
|
+
|
|
24274
|
+
/**
|
|
24275
|
+
* Gets the default type url for StorageConfig
|
|
24276
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
24277
|
+
* @returns The default type url
|
|
24278
|
+
*/
|
|
24279
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
22617
24280
|
}
|
|
22618
24281
|
|
|
22619
24282
|
namespace StorageConfig {
|
|
@@ -22724,6 +24387,13 @@ export namespace google {
|
|
|
22724
24387
|
* @returns JSON object
|
|
22725
24388
|
*/
|
|
22726
24389
|
public toJSON(): { [k: string]: any };
|
|
24390
|
+
|
|
24391
|
+
/**
|
|
24392
|
+
* Gets the default type url for TimespanConfig
|
|
24393
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
24394
|
+
* @returns The default type url
|
|
24395
|
+
*/
|
|
24396
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
22727
24397
|
}
|
|
22728
24398
|
}
|
|
22729
24399
|
|
|
@@ -22833,6 +24503,13 @@ export namespace google {
|
|
|
22833
24503
|
* @returns JSON object
|
|
22834
24504
|
*/
|
|
22835
24505
|
public toJSON(): { [k: string]: any };
|
|
24506
|
+
|
|
24507
|
+
/**
|
|
24508
|
+
* Gets the default type url for HybridOptions
|
|
24509
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
24510
|
+
* @returns The default type url
|
|
24511
|
+
*/
|
|
24512
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
22836
24513
|
}
|
|
22837
24514
|
|
|
22838
24515
|
/** Properties of a BigQueryKey. */
|
|
@@ -22929,6 +24606,13 @@ export namespace google {
|
|
|
22929
24606
|
* @returns JSON object
|
|
22930
24607
|
*/
|
|
22931
24608
|
public toJSON(): { [k: string]: any };
|
|
24609
|
+
|
|
24610
|
+
/**
|
|
24611
|
+
* Gets the default type url for BigQueryKey
|
|
24612
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
24613
|
+
* @returns The default type url
|
|
24614
|
+
*/
|
|
24615
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
22932
24616
|
}
|
|
22933
24617
|
|
|
22934
24618
|
/** Properties of a DatastoreKey. */
|
|
@@ -23019,6 +24703,13 @@ export namespace google {
|
|
|
23019
24703
|
* @returns JSON object
|
|
23020
24704
|
*/
|
|
23021
24705
|
public toJSON(): { [k: string]: any };
|
|
24706
|
+
|
|
24707
|
+
/**
|
|
24708
|
+
* Gets the default type url for DatastoreKey
|
|
24709
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
24710
|
+
* @returns The default type url
|
|
24711
|
+
*/
|
|
24712
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
23022
24713
|
}
|
|
23023
24714
|
|
|
23024
24715
|
/** Properties of a Key. */
|
|
@@ -23115,6 +24806,13 @@ export namespace google {
|
|
|
23115
24806
|
* @returns JSON object
|
|
23116
24807
|
*/
|
|
23117
24808
|
public toJSON(): { [k: string]: any };
|
|
24809
|
+
|
|
24810
|
+
/**
|
|
24811
|
+
* Gets the default type url for Key
|
|
24812
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
24813
|
+
* @returns The default type url
|
|
24814
|
+
*/
|
|
24815
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
23118
24816
|
}
|
|
23119
24817
|
|
|
23120
24818
|
namespace Key {
|
|
@@ -23222,6 +24920,13 @@ export namespace google {
|
|
|
23222
24920
|
* @returns JSON object
|
|
23223
24921
|
*/
|
|
23224
24922
|
public toJSON(): { [k: string]: any };
|
|
24923
|
+
|
|
24924
|
+
/**
|
|
24925
|
+
* Gets the default type url for PathElement
|
|
24926
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
24927
|
+
* @returns The default type url
|
|
24928
|
+
*/
|
|
24929
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
23225
24930
|
}
|
|
23226
24931
|
}
|
|
23227
24932
|
|
|
@@ -23328,6 +25033,13 @@ export namespace google {
|
|
|
23328
25033
|
* @returns JSON object
|
|
23329
25034
|
*/
|
|
23330
25035
|
public toJSON(): { [k: string]: any };
|
|
25036
|
+
|
|
25037
|
+
/**
|
|
25038
|
+
* Gets the default type url for RecordKey
|
|
25039
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
25040
|
+
* @returns The default type url
|
|
25041
|
+
*/
|
|
25042
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
23331
25043
|
}
|
|
23332
25044
|
|
|
23333
25045
|
/** Properties of a BigQueryTable. */
|
|
@@ -23430,6 +25142,13 @@ export namespace google {
|
|
|
23430
25142
|
* @returns JSON object
|
|
23431
25143
|
*/
|
|
23432
25144
|
public toJSON(): { [k: string]: any };
|
|
25145
|
+
|
|
25146
|
+
/**
|
|
25147
|
+
* Gets the default type url for BigQueryTable
|
|
25148
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
25149
|
+
* @returns The default type url
|
|
25150
|
+
*/
|
|
25151
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
23433
25152
|
}
|
|
23434
25153
|
|
|
23435
25154
|
/** Properties of a BigQueryField. */
|
|
@@ -23526,6 +25245,13 @@ export namespace google {
|
|
|
23526
25245
|
* @returns JSON object
|
|
23527
25246
|
*/
|
|
23528
25247
|
public toJSON(): { [k: string]: any };
|
|
25248
|
+
|
|
25249
|
+
/**
|
|
25250
|
+
* Gets the default type url for BigQueryField
|
|
25251
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
25252
|
+
* @returns The default type url
|
|
25253
|
+
*/
|
|
25254
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
23529
25255
|
}
|
|
23530
25256
|
|
|
23531
25257
|
/** Properties of an EntityId. */
|
|
@@ -23616,6 +25342,13 @@ export namespace google {
|
|
|
23616
25342
|
* @returns JSON object
|
|
23617
25343
|
*/
|
|
23618
25344
|
public toJSON(): { [k: string]: any };
|
|
25345
|
+
|
|
25346
|
+
/**
|
|
25347
|
+
* Gets the default type url for EntityId
|
|
25348
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
25349
|
+
* @returns The default type url
|
|
25350
|
+
*/
|
|
25351
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
23619
25352
|
}
|
|
23620
25353
|
|
|
23621
25354
|
/** Properties of a TableOptions. */
|
|
@@ -23706,6 +25439,13 @@ export namespace google {
|
|
|
23706
25439
|
* @returns JSON object
|
|
23707
25440
|
*/
|
|
23708
25441
|
public toJSON(): { [k: string]: any };
|
|
25442
|
+
|
|
25443
|
+
/**
|
|
25444
|
+
* Gets the default type url for TableOptions
|
|
25445
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
25446
|
+
* @returns The default type url
|
|
25447
|
+
*/
|
|
25448
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
23709
25449
|
}
|
|
23710
25450
|
}
|
|
23711
25451
|
}
|
|
@@ -23808,6 +25548,13 @@ export namespace google {
|
|
|
23808
25548
|
* @returns JSON object
|
|
23809
25549
|
*/
|
|
23810
25550
|
public toJSON(): { [k: string]: any };
|
|
25551
|
+
|
|
25552
|
+
/**
|
|
25553
|
+
* Gets the default type url for Http
|
|
25554
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
25555
|
+
* @returns The default type url
|
|
25556
|
+
*/
|
|
25557
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
23811
25558
|
}
|
|
23812
25559
|
|
|
23813
25560
|
/** Properties of a HttpRule. */
|
|
@@ -23955,6 +25702,13 @@ export namespace google {
|
|
|
23955
25702
|
* @returns JSON object
|
|
23956
25703
|
*/
|
|
23957
25704
|
public toJSON(): { [k: string]: any };
|
|
25705
|
+
|
|
25706
|
+
/**
|
|
25707
|
+
* Gets the default type url for HttpRule
|
|
25708
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
25709
|
+
* @returns The default type url
|
|
25710
|
+
*/
|
|
25711
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
23958
25712
|
}
|
|
23959
25713
|
|
|
23960
25714
|
/** Properties of a CustomHttpPattern. */
|
|
@@ -24051,6 +25805,13 @@ export namespace google {
|
|
|
24051
25805
|
* @returns JSON object
|
|
24052
25806
|
*/
|
|
24053
25807
|
public toJSON(): { [k: string]: any };
|
|
25808
|
+
|
|
25809
|
+
/**
|
|
25810
|
+
* Gets the default type url for CustomHttpPattern
|
|
25811
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
25812
|
+
* @returns The default type url
|
|
25813
|
+
*/
|
|
25814
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
24054
25815
|
}
|
|
24055
25816
|
|
|
24056
25817
|
/** FieldBehavior enum. */
|
|
@@ -24189,6 +25950,13 @@ export namespace google {
|
|
|
24189
25950
|
* @returns JSON object
|
|
24190
25951
|
*/
|
|
24191
25952
|
public toJSON(): { [k: string]: any };
|
|
25953
|
+
|
|
25954
|
+
/**
|
|
25955
|
+
* Gets the default type url for ResourceDescriptor
|
|
25956
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
25957
|
+
* @returns The default type url
|
|
25958
|
+
*/
|
|
25959
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
24192
25960
|
}
|
|
24193
25961
|
|
|
24194
25962
|
namespace ResourceDescriptor {
|
|
@@ -24301,6 +26069,13 @@ export namespace google {
|
|
|
24301
26069
|
* @returns JSON object
|
|
24302
26070
|
*/
|
|
24303
26071
|
public toJSON(): { [k: string]: any };
|
|
26072
|
+
|
|
26073
|
+
/**
|
|
26074
|
+
* Gets the default type url for ResourceReference
|
|
26075
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
26076
|
+
* @returns The default type url
|
|
26077
|
+
*/
|
|
26078
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
24304
26079
|
}
|
|
24305
26080
|
}
|
|
24306
26081
|
|
|
@@ -24395,6 +26170,13 @@ export namespace google {
|
|
|
24395
26170
|
* @returns JSON object
|
|
24396
26171
|
*/
|
|
24397
26172
|
public toJSON(): { [k: string]: any };
|
|
26173
|
+
|
|
26174
|
+
/**
|
|
26175
|
+
* Gets the default type url for FileDescriptorSet
|
|
26176
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
26177
|
+
* @returns The default type url
|
|
26178
|
+
*/
|
|
26179
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
24398
26180
|
}
|
|
24399
26181
|
|
|
24400
26182
|
/** Properties of a FileDescriptorProto. */
|
|
@@ -24435,6 +26217,9 @@ export namespace google {
|
|
|
24435
26217
|
|
|
24436
26218
|
/** FileDescriptorProto syntax */
|
|
24437
26219
|
syntax?: (string|null);
|
|
26220
|
+
|
|
26221
|
+
/** FileDescriptorProto edition */
|
|
26222
|
+
edition?: (string|null);
|
|
24438
26223
|
}
|
|
24439
26224
|
|
|
24440
26225
|
/** Represents a FileDescriptorProto. */
|
|
@@ -24482,6 +26267,9 @@ export namespace google {
|
|
|
24482
26267
|
/** FileDescriptorProto syntax. */
|
|
24483
26268
|
public syntax: string;
|
|
24484
26269
|
|
|
26270
|
+
/** FileDescriptorProto edition. */
|
|
26271
|
+
public edition: string;
|
|
26272
|
+
|
|
24485
26273
|
/**
|
|
24486
26274
|
* Creates a new FileDescriptorProto instance using the specified properties.
|
|
24487
26275
|
* @param [properties] Properties to set
|
|
@@ -24551,6 +26339,13 @@ export namespace google {
|
|
|
24551
26339
|
* @returns JSON object
|
|
24552
26340
|
*/
|
|
24553
26341
|
public toJSON(): { [k: string]: any };
|
|
26342
|
+
|
|
26343
|
+
/**
|
|
26344
|
+
* Gets the default type url for FileDescriptorProto
|
|
26345
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
26346
|
+
* @returns The default type url
|
|
26347
|
+
*/
|
|
26348
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
24554
26349
|
}
|
|
24555
26350
|
|
|
24556
26351
|
/** Properties of a DescriptorProto. */
|
|
@@ -24695,6 +26490,13 @@ export namespace google {
|
|
|
24695
26490
|
* @returns JSON object
|
|
24696
26491
|
*/
|
|
24697
26492
|
public toJSON(): { [k: string]: any };
|
|
26493
|
+
|
|
26494
|
+
/**
|
|
26495
|
+
* Gets the default type url for DescriptorProto
|
|
26496
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
26497
|
+
* @returns The default type url
|
|
26498
|
+
*/
|
|
26499
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
24698
26500
|
}
|
|
24699
26501
|
|
|
24700
26502
|
namespace DescriptorProto {
|
|
@@ -24799,6 +26601,13 @@ export namespace google {
|
|
|
24799
26601
|
* @returns JSON object
|
|
24800
26602
|
*/
|
|
24801
26603
|
public toJSON(): { [k: string]: any };
|
|
26604
|
+
|
|
26605
|
+
/**
|
|
26606
|
+
* Gets the default type url for ExtensionRange
|
|
26607
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
26608
|
+
* @returns The default type url
|
|
26609
|
+
*/
|
|
26610
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
24802
26611
|
}
|
|
24803
26612
|
|
|
24804
26613
|
/** Properties of a ReservedRange. */
|
|
@@ -24895,6 +26704,13 @@ export namespace google {
|
|
|
24895
26704
|
* @returns JSON object
|
|
24896
26705
|
*/
|
|
24897
26706
|
public toJSON(): { [k: string]: any };
|
|
26707
|
+
|
|
26708
|
+
/**
|
|
26709
|
+
* Gets the default type url for ReservedRange
|
|
26710
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
26711
|
+
* @returns The default type url
|
|
26712
|
+
*/
|
|
26713
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
24898
26714
|
}
|
|
24899
26715
|
}
|
|
24900
26716
|
|
|
@@ -24986,6 +26802,13 @@ export namespace google {
|
|
|
24986
26802
|
* @returns JSON object
|
|
24987
26803
|
*/
|
|
24988
26804
|
public toJSON(): { [k: string]: any };
|
|
26805
|
+
|
|
26806
|
+
/**
|
|
26807
|
+
* Gets the default type url for ExtensionRangeOptions
|
|
26808
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
26809
|
+
* @returns The default type url
|
|
26810
|
+
*/
|
|
26811
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
24989
26812
|
}
|
|
24990
26813
|
|
|
24991
26814
|
/** Properties of a FieldDescriptorProto. */
|
|
@@ -25136,6 +26959,13 @@ export namespace google {
|
|
|
25136
26959
|
* @returns JSON object
|
|
25137
26960
|
*/
|
|
25138
26961
|
public toJSON(): { [k: string]: any };
|
|
26962
|
+
|
|
26963
|
+
/**
|
|
26964
|
+
* Gets the default type url for FieldDescriptorProto
|
|
26965
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
26966
|
+
* @returns The default type url
|
|
26967
|
+
*/
|
|
26968
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
25139
26969
|
}
|
|
25140
26970
|
|
|
25141
26971
|
namespace FieldDescriptorProto {
|
|
@@ -25264,6 +27094,13 @@ export namespace google {
|
|
|
25264
27094
|
* @returns JSON object
|
|
25265
27095
|
*/
|
|
25266
27096
|
public toJSON(): { [k: string]: any };
|
|
27097
|
+
|
|
27098
|
+
/**
|
|
27099
|
+
* Gets the default type url for OneofDescriptorProto
|
|
27100
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
27101
|
+
* @returns The default type url
|
|
27102
|
+
*/
|
|
27103
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
25267
27104
|
}
|
|
25268
27105
|
|
|
25269
27106
|
/** Properties of an EnumDescriptorProto. */
|
|
@@ -25378,6 +27215,13 @@ export namespace google {
|
|
|
25378
27215
|
* @returns JSON object
|
|
25379
27216
|
*/
|
|
25380
27217
|
public toJSON(): { [k: string]: any };
|
|
27218
|
+
|
|
27219
|
+
/**
|
|
27220
|
+
* Gets the default type url for EnumDescriptorProto
|
|
27221
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
27222
|
+
* @returns The default type url
|
|
27223
|
+
*/
|
|
27224
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
25381
27225
|
}
|
|
25382
27226
|
|
|
25383
27227
|
namespace EnumDescriptorProto {
|
|
@@ -25476,6 +27320,13 @@ export namespace google {
|
|
|
25476
27320
|
* @returns JSON object
|
|
25477
27321
|
*/
|
|
25478
27322
|
public toJSON(): { [k: string]: any };
|
|
27323
|
+
|
|
27324
|
+
/**
|
|
27325
|
+
* Gets the default type url for EnumReservedRange
|
|
27326
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
27327
|
+
* @returns The default type url
|
|
27328
|
+
*/
|
|
27329
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
25479
27330
|
}
|
|
25480
27331
|
}
|
|
25481
27332
|
|
|
@@ -25579,6 +27430,13 @@ export namespace google {
|
|
|
25579
27430
|
* @returns JSON object
|
|
25580
27431
|
*/
|
|
25581
27432
|
public toJSON(): { [k: string]: any };
|
|
27433
|
+
|
|
27434
|
+
/**
|
|
27435
|
+
* Gets the default type url for EnumValueDescriptorProto
|
|
27436
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
27437
|
+
* @returns The default type url
|
|
27438
|
+
*/
|
|
27439
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
25582
27440
|
}
|
|
25583
27441
|
|
|
25584
27442
|
/** Properties of a ServiceDescriptorProto. */
|
|
@@ -25681,6 +27539,13 @@ export namespace google {
|
|
|
25681
27539
|
* @returns JSON object
|
|
25682
27540
|
*/
|
|
25683
27541
|
public toJSON(): { [k: string]: any };
|
|
27542
|
+
|
|
27543
|
+
/**
|
|
27544
|
+
* Gets the default type url for ServiceDescriptorProto
|
|
27545
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
27546
|
+
* @returns The default type url
|
|
27547
|
+
*/
|
|
27548
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
25684
27549
|
}
|
|
25685
27550
|
|
|
25686
27551
|
/** Properties of a MethodDescriptorProto. */
|
|
@@ -25801,6 +27666,13 @@ export namespace google {
|
|
|
25801
27666
|
* @returns JSON object
|
|
25802
27667
|
*/
|
|
25803
27668
|
public toJSON(): { [k: string]: any };
|
|
27669
|
+
|
|
27670
|
+
/**
|
|
27671
|
+
* Gets the default type url for MethodDescriptorProto
|
|
27672
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
27673
|
+
* @returns The default type url
|
|
27674
|
+
*/
|
|
27675
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
25804
27676
|
}
|
|
25805
27677
|
|
|
25806
27678
|
/** Properties of a FileOptions. */
|
|
@@ -26014,6 +27886,13 @@ export namespace google {
|
|
|
26014
27886
|
* @returns JSON object
|
|
26015
27887
|
*/
|
|
26016
27888
|
public toJSON(): { [k: string]: any };
|
|
27889
|
+
|
|
27890
|
+
/**
|
|
27891
|
+
* Gets the default type url for FileOptions
|
|
27892
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
27893
|
+
* @returns The default type url
|
|
27894
|
+
*/
|
|
27895
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
26017
27896
|
}
|
|
26018
27897
|
|
|
26019
27898
|
namespace FileOptions {
|
|
@@ -26141,6 +28020,13 @@ export namespace google {
|
|
|
26141
28020
|
* @returns JSON object
|
|
26142
28021
|
*/
|
|
26143
28022
|
public toJSON(): { [k: string]: any };
|
|
28023
|
+
|
|
28024
|
+
/**
|
|
28025
|
+
* Gets the default type url for MessageOptions
|
|
28026
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
28027
|
+
* @returns The default type url
|
|
28028
|
+
*/
|
|
28029
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
26144
28030
|
}
|
|
26145
28031
|
|
|
26146
28032
|
/** Properties of a FieldOptions. */
|
|
@@ -26279,6 +28165,13 @@ export namespace google {
|
|
|
26279
28165
|
* @returns JSON object
|
|
26280
28166
|
*/
|
|
26281
28167
|
public toJSON(): { [k: string]: any };
|
|
28168
|
+
|
|
28169
|
+
/**
|
|
28170
|
+
* Gets the default type url for FieldOptions
|
|
28171
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
28172
|
+
* @returns The default type url
|
|
28173
|
+
*/
|
|
28174
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
26282
28175
|
}
|
|
26283
28176
|
|
|
26284
28177
|
namespace FieldOptions {
|
|
@@ -26386,6 +28279,13 @@ export namespace google {
|
|
|
26386
28279
|
* @returns JSON object
|
|
26387
28280
|
*/
|
|
26388
28281
|
public toJSON(): { [k: string]: any };
|
|
28282
|
+
|
|
28283
|
+
/**
|
|
28284
|
+
* Gets the default type url for OneofOptions
|
|
28285
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
28286
|
+
* @returns The default type url
|
|
28287
|
+
*/
|
|
28288
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
26389
28289
|
}
|
|
26390
28290
|
|
|
26391
28291
|
/** Properties of an EnumOptions. */
|
|
@@ -26488,6 +28388,13 @@ export namespace google {
|
|
|
26488
28388
|
* @returns JSON object
|
|
26489
28389
|
*/
|
|
26490
28390
|
public toJSON(): { [k: string]: any };
|
|
28391
|
+
|
|
28392
|
+
/**
|
|
28393
|
+
* Gets the default type url for EnumOptions
|
|
28394
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
28395
|
+
* @returns The default type url
|
|
28396
|
+
*/
|
|
28397
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
26491
28398
|
}
|
|
26492
28399
|
|
|
26493
28400
|
/** Properties of an EnumValueOptions. */
|
|
@@ -26584,6 +28491,13 @@ export namespace google {
|
|
|
26584
28491
|
* @returns JSON object
|
|
26585
28492
|
*/
|
|
26586
28493
|
public toJSON(): { [k: string]: any };
|
|
28494
|
+
|
|
28495
|
+
/**
|
|
28496
|
+
* Gets the default type url for EnumValueOptions
|
|
28497
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
28498
|
+
* @returns The default type url
|
|
28499
|
+
*/
|
|
28500
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
26587
28501
|
}
|
|
26588
28502
|
|
|
26589
28503
|
/** Properties of a ServiceOptions. */
|
|
@@ -26686,6 +28600,13 @@ export namespace google {
|
|
|
26686
28600
|
* @returns JSON object
|
|
26687
28601
|
*/
|
|
26688
28602
|
public toJSON(): { [k: string]: any };
|
|
28603
|
+
|
|
28604
|
+
/**
|
|
28605
|
+
* Gets the default type url for ServiceOptions
|
|
28606
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
28607
|
+
* @returns The default type url
|
|
28608
|
+
*/
|
|
28609
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
26689
28610
|
}
|
|
26690
28611
|
|
|
26691
28612
|
/** Properties of a MethodOptions. */
|
|
@@ -26794,6 +28715,13 @@ export namespace google {
|
|
|
26794
28715
|
* @returns JSON object
|
|
26795
28716
|
*/
|
|
26796
28717
|
public toJSON(): { [k: string]: any };
|
|
28718
|
+
|
|
28719
|
+
/**
|
|
28720
|
+
* Gets the default type url for MethodOptions
|
|
28721
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
28722
|
+
* @returns The default type url
|
|
28723
|
+
*/
|
|
28724
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
26797
28725
|
}
|
|
26798
28726
|
|
|
26799
28727
|
namespace MethodOptions {
|
|
@@ -26930,6 +28858,13 @@ export namespace google {
|
|
|
26930
28858
|
* @returns JSON object
|
|
26931
28859
|
*/
|
|
26932
28860
|
public toJSON(): { [k: string]: any };
|
|
28861
|
+
|
|
28862
|
+
/**
|
|
28863
|
+
* Gets the default type url for UninterpretedOption
|
|
28864
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
28865
|
+
* @returns The default type url
|
|
28866
|
+
*/
|
|
28867
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
26933
28868
|
}
|
|
26934
28869
|
|
|
26935
28870
|
namespace UninterpretedOption {
|
|
@@ -27028,6 +28963,13 @@ export namespace google {
|
|
|
27028
28963
|
* @returns JSON object
|
|
27029
28964
|
*/
|
|
27030
28965
|
public toJSON(): { [k: string]: any };
|
|
28966
|
+
|
|
28967
|
+
/**
|
|
28968
|
+
* Gets the default type url for NamePart
|
|
28969
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
28970
|
+
* @returns The default type url
|
|
28971
|
+
*/
|
|
28972
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
27031
28973
|
}
|
|
27032
28974
|
}
|
|
27033
28975
|
|
|
@@ -27119,6 +29061,13 @@ export namespace google {
|
|
|
27119
29061
|
* @returns JSON object
|
|
27120
29062
|
*/
|
|
27121
29063
|
public toJSON(): { [k: string]: any };
|
|
29064
|
+
|
|
29065
|
+
/**
|
|
29066
|
+
* Gets the default type url for SourceCodeInfo
|
|
29067
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
29068
|
+
* @returns The default type url
|
|
29069
|
+
*/
|
|
29070
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
27122
29071
|
}
|
|
27123
29072
|
|
|
27124
29073
|
namespace SourceCodeInfo {
|
|
@@ -27235,6 +29184,13 @@ export namespace google {
|
|
|
27235
29184
|
* @returns JSON object
|
|
27236
29185
|
*/
|
|
27237
29186
|
public toJSON(): { [k: string]: any };
|
|
29187
|
+
|
|
29188
|
+
/**
|
|
29189
|
+
* Gets the default type url for Location
|
|
29190
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
29191
|
+
* @returns The default type url
|
|
29192
|
+
*/
|
|
29193
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
27238
29194
|
}
|
|
27239
29195
|
}
|
|
27240
29196
|
|
|
@@ -27326,6 +29282,13 @@ export namespace google {
|
|
|
27326
29282
|
* @returns JSON object
|
|
27327
29283
|
*/
|
|
27328
29284
|
public toJSON(): { [k: string]: any };
|
|
29285
|
+
|
|
29286
|
+
/**
|
|
29287
|
+
* Gets the default type url for GeneratedCodeInfo
|
|
29288
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
29289
|
+
* @returns The default type url
|
|
29290
|
+
*/
|
|
29291
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
27329
29292
|
}
|
|
27330
29293
|
|
|
27331
29294
|
namespace GeneratedCodeInfo {
|
|
@@ -27344,6 +29307,9 @@ export namespace google {
|
|
|
27344
29307
|
|
|
27345
29308
|
/** Annotation end */
|
|
27346
29309
|
end?: (number|null);
|
|
29310
|
+
|
|
29311
|
+
/** Annotation semantic */
|
|
29312
|
+
semantic?: (google.protobuf.GeneratedCodeInfo.Annotation.Semantic|keyof typeof google.protobuf.GeneratedCodeInfo.Annotation.Semantic|null);
|
|
27347
29313
|
}
|
|
27348
29314
|
|
|
27349
29315
|
/** Represents an Annotation. */
|
|
@@ -27367,6 +29333,9 @@ export namespace google {
|
|
|
27367
29333
|
/** Annotation end. */
|
|
27368
29334
|
public end: number;
|
|
27369
29335
|
|
|
29336
|
+
/** Annotation semantic. */
|
|
29337
|
+
public semantic: (google.protobuf.GeneratedCodeInfo.Annotation.Semantic|keyof typeof google.protobuf.GeneratedCodeInfo.Annotation.Semantic);
|
|
29338
|
+
|
|
27370
29339
|
/**
|
|
27371
29340
|
* Creates a new Annotation instance using the specified properties.
|
|
27372
29341
|
* @param [properties] Properties to set
|
|
@@ -27436,6 +29405,23 @@ export namespace google {
|
|
|
27436
29405
|
* @returns JSON object
|
|
27437
29406
|
*/
|
|
27438
29407
|
public toJSON(): { [k: string]: any };
|
|
29408
|
+
|
|
29409
|
+
/**
|
|
29410
|
+
* Gets the default type url for Annotation
|
|
29411
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
29412
|
+
* @returns The default type url
|
|
29413
|
+
*/
|
|
29414
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
29415
|
+
}
|
|
29416
|
+
|
|
29417
|
+
namespace Annotation {
|
|
29418
|
+
|
|
29419
|
+
/** Semantic enum. */
|
|
29420
|
+
enum Semantic {
|
|
29421
|
+
NONE = 0,
|
|
29422
|
+
SET = 1,
|
|
29423
|
+
ALIAS = 2
|
|
29424
|
+
}
|
|
27439
29425
|
}
|
|
27440
29426
|
}
|
|
27441
29427
|
|
|
@@ -27533,6 +29519,13 @@ export namespace google {
|
|
|
27533
29519
|
* @returns JSON object
|
|
27534
29520
|
*/
|
|
27535
29521
|
public toJSON(): { [k: string]: any };
|
|
29522
|
+
|
|
29523
|
+
/**
|
|
29524
|
+
* Gets the default type url for Timestamp
|
|
29525
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
29526
|
+
* @returns The default type url
|
|
29527
|
+
*/
|
|
29528
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
27536
29529
|
}
|
|
27537
29530
|
|
|
27538
29531
|
/** Properties of a Duration. */
|
|
@@ -27629,6 +29622,13 @@ export namespace google {
|
|
|
27629
29622
|
* @returns JSON object
|
|
27630
29623
|
*/
|
|
27631
29624
|
public toJSON(): { [k: string]: any };
|
|
29625
|
+
|
|
29626
|
+
/**
|
|
29627
|
+
* Gets the default type url for Duration
|
|
29628
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
29629
|
+
* @returns The default type url
|
|
29630
|
+
*/
|
|
29631
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
27632
29632
|
}
|
|
27633
29633
|
|
|
27634
29634
|
/** Properties of an Empty. */
|
|
@@ -27713,6 +29713,13 @@ export namespace google {
|
|
|
27713
29713
|
* @returns JSON object
|
|
27714
29714
|
*/
|
|
27715
29715
|
public toJSON(): { [k: string]: any };
|
|
29716
|
+
|
|
29717
|
+
/**
|
|
29718
|
+
* Gets the default type url for Empty
|
|
29719
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
29720
|
+
* @returns The default type url
|
|
29721
|
+
*/
|
|
29722
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
27716
29723
|
}
|
|
27717
29724
|
|
|
27718
29725
|
/** Properties of a FieldMask. */
|
|
@@ -27803,6 +29810,13 @@ export namespace google {
|
|
|
27803
29810
|
* @returns JSON object
|
|
27804
29811
|
*/
|
|
27805
29812
|
public toJSON(): { [k: string]: any };
|
|
29813
|
+
|
|
29814
|
+
/**
|
|
29815
|
+
* Gets the default type url for FieldMask
|
|
29816
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
29817
|
+
* @returns The default type url
|
|
29818
|
+
*/
|
|
29819
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
27806
29820
|
}
|
|
27807
29821
|
|
|
27808
29822
|
/** Properties of an Any. */
|
|
@@ -27899,6 +29913,13 @@ export namespace google {
|
|
|
27899
29913
|
* @returns JSON object
|
|
27900
29914
|
*/
|
|
27901
29915
|
public toJSON(): { [k: string]: any };
|
|
29916
|
+
|
|
29917
|
+
/**
|
|
29918
|
+
* Gets the default type url for Any
|
|
29919
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
29920
|
+
* @returns The default type url
|
|
29921
|
+
*/
|
|
29922
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
27902
29923
|
}
|
|
27903
29924
|
}
|
|
27904
29925
|
|
|
@@ -28005,6 +30026,13 @@ export namespace google {
|
|
|
28005
30026
|
* @returns JSON object
|
|
28006
30027
|
*/
|
|
28007
30028
|
public toJSON(): { [k: string]: any };
|
|
30029
|
+
|
|
30030
|
+
/**
|
|
30031
|
+
* Gets the default type url for Status
|
|
30032
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
30033
|
+
* @returns The default type url
|
|
30034
|
+
*/
|
|
30035
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
28008
30036
|
}
|
|
28009
30037
|
}
|
|
28010
30038
|
|
|
@@ -28111,6 +30139,13 @@ export namespace google {
|
|
|
28111
30139
|
* @returns JSON object
|
|
28112
30140
|
*/
|
|
28113
30141
|
public toJSON(): { [k: string]: any };
|
|
30142
|
+
|
|
30143
|
+
/**
|
|
30144
|
+
* Gets the default type url for Date
|
|
30145
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
30146
|
+
* @returns The default type url
|
|
30147
|
+
*/
|
|
30148
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
28114
30149
|
}
|
|
28115
30150
|
|
|
28116
30151
|
/** DayOfWeek enum. */
|
|
@@ -28231,6 +30266,13 @@ export namespace google {
|
|
|
28231
30266
|
* @returns JSON object
|
|
28232
30267
|
*/
|
|
28233
30268
|
public toJSON(): { [k: string]: any };
|
|
30269
|
+
|
|
30270
|
+
/**
|
|
30271
|
+
* Gets the default type url for TimeOfDay
|
|
30272
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
30273
|
+
* @returns The default type url
|
|
30274
|
+
*/
|
|
30275
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
28234
30276
|
}
|
|
28235
30277
|
}
|
|
28236
30278
|
}
|