@google-cloud/dlp 4.1.0 → 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.
@@ -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 * as Long from "long";
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. */
@@ -5098,6 +5378,13 @@ export namespace google {
5098
5378
  * @returns JSON object
5099
5379
  */
5100
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;
5101
5388
  }
5102
5389
 
5103
5390
  /** Properties of an InfoTypeCategory. */
@@ -5203,6 +5490,13 @@ export namespace google {
5203
5490
  * @returns JSON object
5204
5491
  */
5205
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;
5206
5500
  }
5207
5501
 
5208
5502
  namespace InfoTypeCategory {
@@ -5379,6 +5673,13 @@ export namespace google {
5379
5673
  * @returns JSON object
5380
5674
  */
5381
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;
5382
5683
  }
5383
5684
 
5384
5685
  /** Properties of a ListInfoTypesResponse. */
@@ -5469,6 +5770,13 @@ export namespace google {
5469
5770
  * @returns JSON object
5470
5771
  */
5471
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;
5472
5780
  }
5473
5781
 
5474
5782
  /** Properties of a RiskAnalysisJobConfig. */
@@ -5571,6 +5879,13 @@ export namespace google {
5571
5879
  * @returns JSON object
5572
5880
  */
5573
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;
5574
5889
  }
5575
5890
 
5576
5891
  /** Properties of a QuasiId. */
@@ -5682,6 +5997,13 @@ export namespace google {
5682
5997
  * @returns JSON object
5683
5998
  */
5684
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;
5685
6007
  }
5686
6008
 
5687
6009
  /** Properties of a StatisticalTable. */
@@ -5784,6 +6106,13 @@ export namespace google {
5784
6106
  * @returns JSON object
5785
6107
  */
5786
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;
5787
6116
  }
5788
6117
 
5789
6118
  namespace StatisticalTable {
@@ -5882,6 +6211,13 @@ export namespace google {
5882
6211
  * @returns JSON object
5883
6212
  */
5884
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;
5885
6221
  }
5886
6222
  }
5887
6223
 
@@ -6006,6 +6342,13 @@ export namespace google {
6006
6342
  * @returns JSON object
6007
6343
  */
6008
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;
6009
6352
  }
6010
6353
 
6011
6354
  namespace PrivacyMetric {
@@ -6098,6 +6441,13 @@ export namespace google {
6098
6441
  * @returns JSON object
6099
6442
  */
6100
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;
6101
6451
  }
6102
6452
 
6103
6453
  /** Properties of a CategoricalStatsConfig. */
@@ -6188,6 +6538,13 @@ export namespace google {
6188
6538
  * @returns JSON object
6189
6539
  */
6190
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;
6191
6548
  }
6192
6549
 
6193
6550
  /** Properties of a KAnonymityConfig. */
@@ -6284,6 +6641,13 @@ export namespace google {
6284
6641
  * @returns JSON object
6285
6642
  */
6286
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;
6287
6651
  }
6288
6652
 
6289
6653
  /** Properties of a LDiversityConfig. */
@@ -6380,6 +6744,13 @@ export namespace google {
6380
6744
  * @returns JSON object
6381
6745
  */
6382
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;
6383
6754
  }
6384
6755
 
6385
6756
  /** Properties of a KMapEstimationConfig. */
@@ -6482,6 +6853,13 @@ export namespace google {
6482
6853
  * @returns JSON object
6483
6854
  */
6484
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;
6485
6863
  }
6486
6864
 
6487
6865
  namespace KMapEstimationConfig {
@@ -6595,6 +6973,13 @@ export namespace google {
6595
6973
  * @returns JSON object
6596
6974
  */
6597
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;
6598
6983
  }
6599
6984
 
6600
6985
  /** Properties of an AuxiliaryTable. */
@@ -6697,6 +7082,13 @@ export namespace google {
6697
7082
  * @returns JSON object
6698
7083
  */
6699
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;
6700
7092
  }
6701
7093
 
6702
7094
  namespace AuxiliaryTable {
@@ -6795,6 +7187,13 @@ export namespace google {
6795
7187
  * @returns JSON object
6796
7188
  */
6797
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;
6798
7197
  }
6799
7198
  }
6800
7199
  }
@@ -6899,6 +7298,13 @@ export namespace google {
6899
7298
  * @returns JSON object
6900
7299
  */
6901
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;
6902
7308
  }
6903
7309
  }
6904
7310
 
@@ -7041,6 +7447,13 @@ export namespace google {
7041
7447
  * @returns JSON object
7042
7448
  */
7043
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;
7044
7457
  }
7045
7458
 
7046
7459
  namespace AnalyzeDataSourceRiskDetails {
@@ -7145,6 +7558,13 @@ export namespace google {
7145
7558
  * @returns JSON object
7146
7559
  */
7147
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;
7148
7568
  }
7149
7569
 
7150
7570
  /** Properties of a CategoricalStatsResult. */
@@ -7235,6 +7655,13 @@ export namespace google {
7235
7655
  * @returns JSON object
7236
7656
  */
7237
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;
7238
7665
  }
7239
7666
 
7240
7667
  namespace CategoricalStatsResult {
@@ -7351,6 +7778,13 @@ export namespace google {
7351
7778
  * @returns JSON object
7352
7779
  */
7353
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;
7354
7788
  }
7355
7789
  }
7356
7790
 
@@ -7442,6 +7876,13 @@ export namespace google {
7442
7876
  * @returns JSON object
7443
7877
  */
7444
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;
7445
7886
  }
7446
7887
 
7447
7888
  namespace KAnonymityResult {
@@ -7540,6 +7981,13 @@ export namespace google {
7540
7981
  * @returns JSON object
7541
7982
  */
7542
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;
7543
7991
  }
7544
7992
 
7545
7993
  /** Properties of a KAnonymityHistogramBucket. */
@@ -7654,6 +8102,13 @@ export namespace google {
7654
8102
  * @returns JSON object
7655
8103
  */
7656
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;
7657
8112
  }
7658
8113
  }
7659
8114
 
@@ -7745,6 +8200,13 @@ export namespace google {
7745
8200
  * @returns JSON object
7746
8201
  */
7747
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;
7748
8210
  }
7749
8211
 
7750
8212
  namespace LDiversityResult {
@@ -7855,6 +8317,13 @@ export namespace google {
7855
8317
  * @returns JSON object
7856
8318
  */
7857
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;
7858
8327
  }
7859
8328
 
7860
8329
  /** Properties of a LDiversityHistogramBucket. */
@@ -7969,6 +8438,13 @@ export namespace google {
7969
8438
  * @returns JSON object
7970
8439
  */
7971
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;
7972
8448
  }
7973
8449
  }
7974
8450
 
@@ -8060,6 +8536,13 @@ export namespace google {
8060
8536
  * @returns JSON object
8061
8537
  */
8062
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;
8063
8546
  }
8064
8547
 
8065
8548
  namespace KMapEstimationResult {
@@ -8158,6 +8641,13 @@ export namespace google {
8158
8641
  * @returns JSON object
8159
8642
  */
8160
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;
8161
8651
  }
8162
8652
 
8163
8653
  /** Properties of a KMapEstimationHistogramBucket. */
@@ -8272,6 +8762,13 @@ export namespace google {
8272
8762
  * @returns JSON object
8273
8763
  */
8274
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;
8275
8772
  }
8276
8773
  }
8277
8774
 
@@ -8363,6 +8860,13 @@ export namespace google {
8363
8860
  * @returns JSON object
8364
8861
  */
8365
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;
8366
8870
  }
8367
8871
 
8368
8872
  namespace DeltaPresenceEstimationResult {
@@ -8461,6 +8965,13 @@ export namespace google {
8461
8965
  * @returns JSON object
8462
8966
  */
8463
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;
8464
8975
  }
8465
8976
 
8466
8977
  /** Properties of a DeltaPresenceEstimationHistogramBucket. */
@@ -8575,6 +9086,13 @@ export namespace google {
8575
9086
  * @returns JSON object
8576
9087
  */
8577
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;
8578
9096
  }
8579
9097
  }
8580
9098
 
@@ -8666,6 +9184,13 @@ export namespace google {
8666
9184
  * @returns JSON object
8667
9185
  */
8668
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;
8669
9194
  }
8670
9195
  }
8671
9196
 
@@ -8763,6 +9288,13 @@ export namespace google {
8763
9288
  * @returns JSON object
8764
9289
  */
8765
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;
8766
9298
  }
8767
9299
 
8768
9300
  /** Properties of a Value. */
@@ -8898,6 +9430,13 @@ export namespace google {
8898
9430
  * @returns JSON object
8899
9431
  */
8900
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;
8901
9440
  }
8902
9441
 
8903
9442
  /** Properties of a QuoteInfo. */
@@ -8991,6 +9530,13 @@ export namespace google {
8991
9530
  * @returns JSON object
8992
9531
  */
8993
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;
8994
9540
  }
8995
9541
 
8996
9542
  /** Properties of a DateTime. */
@@ -9099,6 +9645,13 @@ export namespace google {
9099
9645
  * @returns JSON object
9100
9646
  */
9101
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;
9102
9655
  }
9103
9656
 
9104
9657
  namespace DateTime {
@@ -9191,6 +9744,13 @@ export namespace google {
9191
9744
  * @returns JSON object
9192
9745
  */
9193
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;
9194
9754
  }
9195
9755
  }
9196
9756
 
@@ -9297,6 +9857,13 @@ export namespace google {
9297
9857
  * @returns JSON object
9298
9858
  */
9299
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;
9300
9867
  }
9301
9868
 
9302
9869
  /** Properties of a TransformationErrorHandling. */
@@ -9396,6 +9963,13 @@ export namespace google {
9396
9963
  * @returns JSON object
9397
9964
  */
9398
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;
9399
9973
  }
9400
9974
 
9401
9975
  namespace TransformationErrorHandling {
@@ -9482,6 +10056,13 @@ export namespace google {
9482
10056
  * @returns JSON object
9483
10057
  */
9484
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;
9485
10066
  }
9486
10067
 
9487
10068
  /** Properties of a LeaveUntransformed. */
@@ -9566,6 +10147,13 @@ export namespace google {
9566
10147
  * @returns JSON object
9567
10148
  */
9568
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;
9569
10157
  }
9570
10158
  }
9571
10159
 
@@ -9726,6 +10314,13 @@ export namespace google {
9726
10314
  * @returns JSON object
9727
10315
  */
9728
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;
9729
10324
  }
9730
10325
 
9731
10326
  /** Properties of a TimePartConfig. */
@@ -9816,7 +10411,14 @@ export namespace google {
9816
10411
  * @returns JSON object
9817
10412
  */
9818
10413
  public toJSON(): { [k: string]: any };
9819
- }
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;
10421
+ }
9820
10422
 
9821
10423
  namespace TimePartConfig {
9822
10424
 
@@ -9920,6 +10522,13 @@ export namespace google {
9920
10522
  * @returns JSON object
9921
10523
  */
9922
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;
9923
10532
  }
9924
10533
 
9925
10534
  /** Properties of a CryptoDeterministicConfig. */
@@ -10022,6 +10631,13 @@ export namespace google {
10022
10631
  * @returns JSON object
10023
10632
  */
10024
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;
10025
10641
  }
10026
10642
 
10027
10643
  /** Properties of a ReplaceValueConfig. */
@@ -10112,6 +10728,13 @@ export namespace google {
10112
10728
  * @returns JSON object
10113
10729
  */
10114
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;
10115
10738
  }
10116
10739
 
10117
10740
  /** Properties of a ReplaceDictionaryConfig. */
@@ -10205,6 +10828,13 @@ export namespace google {
10205
10828
  * @returns JSON object
10206
10829
  */
10207
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;
10208
10838
  }
10209
10839
 
10210
10840
  /** Properties of a ReplaceWithInfoTypeConfig. */
@@ -10289,6 +10919,13 @@ export namespace google {
10289
10919
  * @returns JSON object
10290
10920
  */
10291
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;
10292
10929
  }
10293
10930
 
10294
10931
  /** Properties of a RedactConfig. */
@@ -10373,6 +11010,13 @@ export namespace google {
10373
11010
  * @returns JSON object
10374
11011
  */
10375
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;
10376
11020
  }
10377
11021
 
10378
11022
  /** Properties of a CharsToIgnore. */
@@ -10472,6 +11116,13 @@ export namespace google {
10472
11116
  * @returns JSON object
10473
11117
  */
10474
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;
10475
11126
  }
10476
11127
 
10477
11128
  namespace CharsToIgnore {
@@ -10593,6 +11244,13 @@ export namespace google {
10593
11244
  * @returns JSON object
10594
11245
  */
10595
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;
10596
11254
  }
10597
11255
 
10598
11256
  /** Properties of a FixedSizeBucketingConfig. */
@@ -10695,6 +11353,13 @@ export namespace google {
10695
11353
  * @returns JSON object
10696
11354
  */
10697
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;
10698
11363
  }
10699
11364
 
10700
11365
  /** Properties of a BucketingConfig. */
@@ -10785,6 +11450,13 @@ export namespace google {
10785
11450
  * @returns JSON object
10786
11451
  */
10787
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;
10788
11460
  }
10789
11461
 
10790
11462
  namespace BucketingConfig {
@@ -10889,6 +11561,13 @@ export namespace google {
10889
11561
  * @returns JSON object
10890
11562
  */
10891
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;
10892
11571
  }
10893
11572
  }
10894
11573
 
@@ -11013,6 +11692,13 @@ export namespace google {
11013
11692
  * @returns JSON object
11014
11693
  */
11015
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;
11016
11702
  }
11017
11703
 
11018
11704
  namespace CryptoReplaceFfxFpeConfig {
@@ -11130,6 +11816,13 @@ export namespace google {
11130
11816
  * @returns JSON object
11131
11817
  */
11132
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;
11133
11826
  }
11134
11827
 
11135
11828
  /** Properties of a TransientCryptoKey. */
@@ -11220,6 +11913,13 @@ export namespace google {
11220
11913
  * @returns JSON object
11221
11914
  */
11222
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;
11223
11923
  }
11224
11924
 
11225
11925
  /** Properties of an UnwrappedCryptoKey. */
@@ -11310,6 +12010,13 @@ export namespace google {
11310
12010
  * @returns JSON object
11311
12011
  */
11312
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;
11313
12020
  }
11314
12021
 
11315
12022
  /** Properties of a KmsWrappedCryptoKey. */
@@ -11406,6 +12113,13 @@ export namespace google {
11406
12113
  * @returns JSON object
11407
12114
  */
11408
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;
11409
12123
  }
11410
12124
 
11411
12125
  /** Properties of a DateShiftConfig. */
@@ -11517,6 +12231,13 @@ export namespace google {
11517
12231
  * @returns JSON object
11518
12232
  */
11519
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;
11520
12241
  }
11521
12242
 
11522
12243
  /** Properties of an InfoTypeTransformations. */
@@ -11607,6 +12328,13 @@ export namespace google {
11607
12328
  * @returns JSON object
11608
12329
  */
11609
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;
11610
12338
  }
11611
12339
 
11612
12340
  namespace InfoTypeTransformations {
@@ -11705,6 +12433,13 @@ export namespace google {
11705
12433
  * @returns JSON object
11706
12434
  */
11707
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;
11708
12443
  }
11709
12444
  }
11710
12445
 
@@ -11817,6 +12552,13 @@ export namespace google {
11817
12552
  * @returns JSON object
11818
12553
  */
11819
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;
11820
12562
  }
11821
12563
 
11822
12564
  /** Properties of a RecordTransformations. */
@@ -11913,6 +12655,13 @@ export namespace google {
11913
12655
  * @returns JSON object
11914
12656
  */
11915
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;
11916
12665
  }
11917
12666
 
11918
12667
  /** Properties of a RecordSuppression. */
@@ -12003,6 +12752,13 @@ export namespace google {
12003
12752
  * @returns JSON object
12004
12753
  */
12005
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;
12006
12762
  }
12007
12763
 
12008
12764
  /** Properties of a RecordCondition. */
@@ -12093,6 +12849,13 @@ export namespace google {
12093
12849
  * @returns JSON object
12094
12850
  */
12095
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;
12096
12859
  }
12097
12860
 
12098
12861
  namespace RecordCondition {
@@ -12197,6 +12960,13 @@ export namespace google {
12197
12960
  * @returns JSON object
12198
12961
  */
12199
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;
12200
12970
  }
12201
12971
 
12202
12972
  /** Properties of a Conditions. */
@@ -12287,6 +13057,13 @@ export namespace google {
12287
13057
  * @returns JSON object
12288
13058
  */
12289
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;
12290
13067
  }
12291
13068
 
12292
13069
  /** Properties of an Expressions. */
@@ -12386,6 +13163,13 @@ export namespace google {
12386
13163
  * @returns JSON object
12387
13164
  */
12388
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;
12389
13173
  }
12390
13174
 
12391
13175
  namespace Expressions {
@@ -12492,6 +13276,13 @@ export namespace google {
12492
13276
  * @returns JSON object
12493
13277
  */
12494
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;
12495
13286
  }
12496
13287
 
12497
13288
  /** Properties of a TransformationSummary. */
@@ -12618,6 +13409,13 @@ export namespace google {
12618
13409
  * @returns JSON object
12619
13410
  */
12620
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;
12621
13419
  }
12622
13420
 
12623
13421
  namespace TransformationSummary {
@@ -12729,6 +13527,13 @@ export namespace google {
12729
13527
  * @returns JSON object
12730
13528
  */
12731
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;
12732
13537
  }
12733
13538
  }
12734
13539
 
@@ -12823,6 +13628,13 @@ export namespace google {
12823
13628
  * @returns JSON object
12824
13629
  */
12825
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;
12826
13638
  }
12827
13639
 
12828
13640
  /** Properties of a Manual. */
@@ -12907,6 +13719,13 @@ export namespace google {
12907
13719
  * @returns JSON object
12908
13720
  */
12909
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;
12910
13729
  }
12911
13730
 
12912
13731
  /** Properties of an InspectTemplate. */
@@ -13027,6 +13846,13 @@ export namespace google {
13027
13846
  * @returns JSON object
13028
13847
  */
13029
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;
13030
13856
  }
13031
13857
 
13032
13858
  /** Properties of a DeidentifyTemplate. */
@@ -13147,6 +13973,13 @@ export namespace google {
13147
13973
  * @returns JSON object
13148
13974
  */
13149
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;
13150
13983
  }
13151
13984
 
13152
13985
  /** Properties of an Error. */
@@ -13243,6 +14076,13 @@ export namespace google {
13243
14076
  * @returns JSON object
13244
14077
  */
13245
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;
13246
14086
  }
13247
14087
 
13248
14088
  /** Properties of a JobTrigger. */
@@ -13390,6 +14230,13 @@ export namespace google {
13390
14230
  * @returns JSON object
13391
14231
  */
13392
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;
13393
14240
  }
13394
14241
 
13395
14242
  namespace JobTrigger {
@@ -13491,6 +14338,13 @@ export namespace google {
13491
14338
  * @returns JSON object
13492
14339
  */
13493
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;
13494
14348
  }
13495
14349
 
13496
14350
  /** Status enum. */
@@ -13623,6 +14477,13 @@ export namespace google {
13623
14477
  * @returns JSON object
13624
14478
  */
13625
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;
13626
14487
  }
13627
14488
 
13628
14489
  namespace Action {
@@ -13715,6 +14576,13 @@ export namespace google {
13715
14576
  * @returns JSON object
13716
14577
  */
13717
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;
13718
14586
  }
13719
14587
 
13720
14588
  /** Properties of a PublishToPubSub. */
@@ -13805,6 +14673,13 @@ export namespace google {
13805
14673
  * @returns JSON object
13806
14674
  */
13807
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;
13808
14683
  }
13809
14684
 
13810
14685
  /** Properties of a PublishSummaryToCscc. */
@@ -13889,6 +14764,13 @@ export namespace google {
13889
14764
  * @returns JSON object
13890
14765
  */
13891
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;
13892
14774
  }
13893
14775
 
13894
14776
  /** Properties of a PublishFindingsToCloudDataCatalog. */
@@ -13973,6 +14855,13 @@ export namespace google {
13973
14855
  * @returns JSON object
13974
14856
  */
13975
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;
13976
14865
  }
13977
14866
 
13978
14867
  /** Properties of a JobNotificationEmails. */
@@ -14057,6 +14946,13 @@ export namespace google {
14057
14946
  * @returns JSON object
14058
14947
  */
14059
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;
14060
14956
  }
14061
14957
 
14062
14958
  /** Properties of a PublishToStackdriver. */
@@ -14141,6 +15037,13 @@ export namespace google {
14141
15037
  * @returns JSON object
14142
15038
  */
14143
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;
14144
15047
  }
14145
15048
  }
14146
15049
 
@@ -14250,6 +15153,13 @@ export namespace google {
14250
15153
  * @returns JSON object
14251
15154
  */
14252
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;
14253
15163
  }
14254
15164
 
14255
15165
  /** Properties of an UpdateInspectTemplateRequest. */
@@ -14352,6 +15262,13 @@ export namespace google {
14352
15262
  * @returns JSON object
14353
15263
  */
14354
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;
14355
15272
  }
14356
15273
 
14357
15274
  /** Properties of a GetInspectTemplateRequest. */
@@ -14442,6 +15359,13 @@ export namespace google {
14442
15359
  * @returns JSON object
14443
15360
  */
14444
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;
14445
15369
  }
14446
15370
 
14447
15371
  /** Properties of a ListInspectTemplatesRequest. */
@@ -14556,6 +15480,13 @@ export namespace google {
14556
15480
  * @returns JSON object
14557
15481
  */
14558
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;
14559
15490
  }
14560
15491
 
14561
15492
  /** Properties of a ListInspectTemplatesResponse. */
@@ -14652,6 +15583,13 @@ export namespace google {
14652
15583
  * @returns JSON object
14653
15584
  */
14654
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;
14655
15593
  }
14656
15594
 
14657
15595
  /** Properties of a DeleteInspectTemplateRequest. */
@@ -14742,6 +15680,13 @@ export namespace google {
14742
15680
  * @returns JSON object
14743
15681
  */
14744
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;
14745
15690
  }
14746
15691
 
14747
15692
  /** Properties of a CreateJobTriggerRequest. */
@@ -14850,6 +15795,13 @@ export namespace google {
14850
15795
  * @returns JSON object
14851
15796
  */
14852
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;
14853
15805
  }
14854
15806
 
14855
15807
  /** Properties of an ActivateJobTriggerRequest. */
@@ -14940,6 +15892,13 @@ export namespace google {
14940
15892
  * @returns JSON object
14941
15893
  */
14942
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;
14943
15902
  }
14944
15903
 
14945
15904
  /** Properties of an UpdateJobTriggerRequest. */
@@ -15042,6 +16001,13 @@ export namespace google {
15042
16001
  * @returns JSON object
15043
16002
  */
15044
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;
15045
16011
  }
15046
16012
 
15047
16013
  /** Properties of a GetJobTriggerRequest. */
@@ -15132,6 +16098,13 @@ export namespace google {
15132
16098
  * @returns JSON object
15133
16099
  */
15134
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;
15135
16108
  }
15136
16109
 
15137
16110
  /** Properties of a CreateDlpJobRequest. */
@@ -15249,6 +16222,13 @@ export namespace google {
15249
16222
  * @returns JSON object
15250
16223
  */
15251
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;
15252
16232
  }
15253
16233
 
15254
16234
  /** Properties of a ListJobTriggersRequest. */
@@ -15375,6 +16355,13 @@ export namespace google {
15375
16355
  * @returns JSON object
15376
16356
  */
15377
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;
15378
16365
  }
15379
16366
 
15380
16367
  /** Properties of a ListJobTriggersResponse. */
@@ -15471,6 +16458,13 @@ export namespace google {
15471
16458
  * @returns JSON object
15472
16459
  */
15473
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;
15474
16468
  }
15475
16469
 
15476
16470
  /** Properties of a DeleteJobTriggerRequest. */
@@ -15561,6 +16555,13 @@ export namespace google {
15561
16555
  * @returns JSON object
15562
16556
  */
15563
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;
15564
16565
  }
15565
16566
 
15566
16567
  /** Properties of an InspectJobConfig. */
@@ -15669,6 +16670,13 @@ export namespace google {
15669
16670
  * @returns JSON object
15670
16671
  */
15671
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;
15672
16680
  }
15673
16681
 
15674
16682
  /** Properties of a DataProfileAction. */
@@ -15768,6 +16776,13 @@ export namespace google {
15768
16776
  * @returns JSON object
15769
16777
  */
15770
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;
15771
16786
  }
15772
16787
 
15773
16788
  namespace DataProfileAction {
@@ -15860,6 +16875,13 @@ export namespace google {
15860
16875
  * @returns JSON object
15861
16876
  */
15862
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;
15863
16885
  }
15864
16886
 
15865
16887
  /** Properties of a PubSubNotification. */
@@ -15968,6 +16990,13 @@ export namespace google {
15968
16990
  * @returns JSON object
15969
16991
  */
15970
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;
15971
17000
  }
15972
17001
 
15973
17002
  namespace PubSubNotification {
@@ -16096,6 +17125,13 @@ export namespace google {
16096
17125
  * @returns JSON object
16097
17126
  */
16098
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;
16099
17135
  }
16100
17136
 
16101
17137
  /** Properties of a DataProfileLocation. */
@@ -16195,6 +17231,13 @@ export namespace google {
16195
17231
  * @returns JSON object
16196
17232
  */
16197
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;
16198
17241
  }
16199
17242
 
16200
17243
  /** Properties of a DlpJob. */
@@ -16342,6 +17385,13 @@ export namespace google {
16342
17385
  * @returns JSON object
16343
17386
  */
16344
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;
16345
17395
  }
16346
17396
 
16347
17397
  namespace DlpJob {
@@ -16446,6 +17496,13 @@ export namespace google {
16446
17496
  * @returns JSON object
16447
17497
  */
16448
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;
16449
17506
  }
16450
17507
 
16451
17508
  /** Properties of a ListDlpJobsRequest. */
@@ -16572,6 +17629,13 @@ export namespace google {
16572
17629
  * @returns JSON object
16573
17630
  */
16574
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;
16575
17639
  }
16576
17640
 
16577
17641
  /** Properties of a ListDlpJobsResponse. */
@@ -16668,6 +17732,13 @@ export namespace google {
16668
17732
  * @returns JSON object
16669
17733
  */
16670
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;
16671
17742
  }
16672
17743
 
16673
17744
  /** Properties of a CancelDlpJobRequest. */
@@ -16758,6 +17829,13 @@ export namespace google {
16758
17829
  * @returns JSON object
16759
17830
  */
16760
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;
16761
17839
  }
16762
17840
 
16763
17841
  /** Properties of a FinishDlpJobRequest. */
@@ -16848,6 +17926,13 @@ export namespace google {
16848
17926
  * @returns JSON object
16849
17927
  */
16850
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;
16851
17936
  }
16852
17937
 
16853
17938
  /** Properties of a DeleteDlpJobRequest. */
@@ -16938,6 +18023,13 @@ export namespace google {
16938
18023
  * @returns JSON object
16939
18024
  */
16940
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;
16941
18033
  }
16942
18034
 
16943
18035
  /** Properties of a CreateDeidentifyTemplateRequest. */
@@ -17046,6 +18138,13 @@ export namespace google {
17046
18138
  * @returns JSON object
17047
18139
  */
17048
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;
17049
18148
  }
17050
18149
 
17051
18150
  /** Properties of an UpdateDeidentifyTemplateRequest. */
@@ -17148,6 +18247,13 @@ export namespace google {
17148
18247
  * @returns JSON object
17149
18248
  */
17150
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;
17151
18257
  }
17152
18258
 
17153
18259
  /** Properties of a GetDeidentifyTemplateRequest. */
@@ -17238,6 +18344,13 @@ export namespace google {
17238
18344
  * @returns JSON object
17239
18345
  */
17240
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;
17241
18354
  }
17242
18355
 
17243
18356
  /** Properties of a ListDeidentifyTemplatesRequest. */
@@ -17352,6 +18465,13 @@ export namespace google {
17352
18465
  * @returns JSON object
17353
18466
  */
17354
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;
17355
18475
  }
17356
18476
 
17357
18477
  /** Properties of a ListDeidentifyTemplatesResponse. */
@@ -17448,6 +18568,13 @@ export namespace google {
17448
18568
  * @returns JSON object
17449
18569
  */
17450
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;
17451
18578
  }
17452
18579
 
17453
18580
  /** Properties of a DeleteDeidentifyTemplateRequest. */
@@ -17538,6 +18665,13 @@ export namespace google {
17538
18665
  * @returns JSON object
17539
18666
  */
17540
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;
17541
18675
  }
17542
18676
 
17543
18677
  /** Properties of a LargeCustomDictionaryConfig. */
@@ -17643,6 +18777,13 @@ export namespace google {
17643
18777
  * @returns JSON object
17644
18778
  */
17645
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;
17646
18787
  }
17647
18788
 
17648
18789
  /** Properties of a LargeCustomDictionaryStats. */
@@ -17733,6 +18874,13 @@ export namespace google {
17733
18874
  * @returns JSON object
17734
18875
  */
17735
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;
17736
18884
  }
17737
18885
 
17738
18886
  /** Properties of a StoredInfoTypeConfig. */
@@ -17850,6 +18998,13 @@ export namespace google {
17850
18998
  * @returns JSON object
17851
18999
  */
17852
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;
17853
19008
  }
17854
19009
 
17855
19010
  /** Properties of a StoredInfoTypeStats. */
@@ -17943,6 +19098,13 @@ export namespace google {
17943
19098
  * @returns JSON object
17944
19099
  */
17945
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;
17946
19108
  }
17947
19109
 
17948
19110
  /** Properties of a StoredInfoTypeVersion. */
@@ -18057,6 +19219,13 @@ export namespace google {
18057
19219
  * @returns JSON object
18058
19220
  */
18059
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;
18060
19229
  }
18061
19230
 
18062
19231
  /** Properties of a StoredInfoType. */
@@ -18159,6 +19328,13 @@ export namespace google {
18159
19328
  * @returns JSON object
18160
19329
  */
18161
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;
18162
19338
  }
18163
19339
 
18164
19340
  /** Properties of a CreateStoredInfoTypeRequest. */
@@ -18267,6 +19443,13 @@ export namespace google {
18267
19443
  * @returns JSON object
18268
19444
  */
18269
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;
18270
19453
  }
18271
19454
 
18272
19455
  /** Properties of an UpdateStoredInfoTypeRequest. */
@@ -18369,6 +19552,13 @@ export namespace google {
18369
19552
  * @returns JSON object
18370
19553
  */
18371
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;
18372
19562
  }
18373
19563
 
18374
19564
  /** Properties of a GetStoredInfoTypeRequest. */
@@ -18459,6 +19649,13 @@ export namespace google {
18459
19649
  * @returns JSON object
18460
19650
  */
18461
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;
18462
19659
  }
18463
19660
 
18464
19661
  /** Properties of a ListStoredInfoTypesRequest. */
@@ -18573,6 +19770,13 @@ export namespace google {
18573
19770
  * @returns JSON object
18574
19771
  */
18575
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;
18576
19780
  }
18577
19781
 
18578
19782
  /** Properties of a ListStoredInfoTypesResponse. */
@@ -18669,6 +19873,13 @@ export namespace google {
18669
19873
  * @returns JSON object
18670
19874
  */
18671
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;
18672
19883
  }
18673
19884
 
18674
19885
  /** Properties of a DeleteStoredInfoTypeRequest. */
@@ -18759,6 +19970,13 @@ export namespace google {
18759
19970
  * @returns JSON object
18760
19971
  */
18761
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;
18762
19980
  }
18763
19981
 
18764
19982
  /** Properties of a HybridInspectJobTriggerRequest. */
@@ -18855,6 +20073,13 @@ export namespace google {
18855
20073
  * @returns JSON object
18856
20074
  */
18857
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;
18858
20083
  }
18859
20084
 
18860
20085
  /** Properties of a HybridInspectDlpJobRequest. */
@@ -18951,6 +20176,13 @@ export namespace google {
18951
20176
  * @returns JSON object
18952
20177
  */
18953
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;
18954
20186
  }
18955
20187
 
18956
20188
  /** Properties of a HybridContentItem. */
@@ -19047,6 +20279,13 @@ export namespace google {
19047
20279
  * @returns JSON object
19048
20280
  */
19049
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;
19050
20289
  }
19051
20290
 
19052
20291
  /** Properties of a HybridFindingDetails. */
@@ -19161,6 +20400,13 @@ export namespace google {
19161
20400
  * @returns JSON object
19162
20401
  */
19163
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;
19164
20410
  }
19165
20411
 
19166
20412
  /** Properties of a HybridInspectResponse. */
@@ -19245,6 +20491,13 @@ export namespace google {
19245
20491
  * @returns JSON object
19246
20492
  */
19247
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;
19248
20501
  }
19249
20502
 
19250
20503
  /** RelationalOperator enum. */
@@ -19391,6 +20644,13 @@ export namespace google {
19391
20644
  * @returns JSON object
19392
20645
  */
19393
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;
19394
20654
  }
19395
20655
 
19396
20656
  namespace SensitivityScore {
@@ -19491,7 +20751,14 @@ export namespace google {
19491
20751
  * Converts this DataRiskLevel to JSON.
19492
20752
  * @returns JSON object
19493
20753
  */
19494
- 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;
19495
20762
  }
19496
20763
 
19497
20764
  namespace DataRiskLevel {
@@ -19606,6 +20873,13 @@ export namespace google {
19606
20873
  * @returns JSON object
19607
20874
  */
19608
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;
19609
20883
  }
19610
20884
 
19611
20885
  /** Properties of a TableDataProfile. */
@@ -19840,6 +21114,13 @@ export namespace google {
19840
21114
  * @returns JSON object
19841
21115
  */
19842
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;
19843
21124
  }
19844
21125
 
19845
21126
  namespace TableDataProfile {
@@ -19946,6 +21227,13 @@ export namespace google {
19946
21227
  * @returns JSON object
19947
21228
  */
19948
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;
19949
21237
  }
19950
21238
 
19951
21239
  /** EncryptionStatus enum. */
@@ -20043,6 +21331,13 @@ export namespace google {
20043
21331
  * @returns JSON object
20044
21332
  */
20045
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;
20046
21341
  }
20047
21342
 
20048
21343
  /** Properties of an OtherInfoTypeSummary. */
@@ -20133,6 +21428,13 @@ export namespace google {
20133
21428
  * @returns JSON object
20134
21429
  */
20135
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;
20136
21438
  }
20137
21439
 
20138
21440
  /** Properties of a DataProfilePubSubCondition. */
@@ -20223,6 +21525,13 @@ export namespace google {
20223
21525
  * @returns JSON object
20224
21526
  */
20225
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;
20226
21535
  }
20227
21536
 
20228
21537
  namespace DataProfilePubSubCondition {
@@ -20331,6 +21640,13 @@ export namespace google {
20331
21640
  * @returns JSON object
20332
21641
  */
20333
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;
20334
21650
  }
20335
21651
 
20336
21652
  /** Properties of a PubSubExpressions. */
@@ -20427,6 +21743,13 @@ export namespace google {
20427
21743
  * @returns JSON object
20428
21744
  */
20429
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;
20430
21753
  }
20431
21754
 
20432
21755
  namespace PubSubExpressions {
@@ -20534,6 +21857,13 @@ export namespace google {
20534
21857
  * @returns JSON object
20535
21858
  */
20536
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;
20537
21867
  }
20538
21868
 
20539
21869
  /** Properties of an InfoType. */
@@ -20630,6 +21960,13 @@ export namespace google {
20630
21960
  * @returns JSON object
20631
21961
  */
20632
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;
20633
21970
  }
20634
21971
 
20635
21972
  /** Likelihood enum. */
@@ -20736,6 +22073,13 @@ export namespace google {
20736
22073
  * @returns JSON object
20737
22074
  */
20738
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;
20739
22083
  }
20740
22084
 
20741
22085
  /** Properties of a CustomInfoType. */
@@ -20871,6 +22215,13 @@ export namespace google {
20871
22215
  * @returns JSON object
20872
22216
  */
20873
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;
20874
22225
  }
20875
22226
 
20876
22227
  namespace CustomInfoType {
@@ -20972,6 +22323,13 @@ export namespace google {
20972
22323
  * @returns JSON object
20973
22324
  */
20974
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;
20975
22333
  }
20976
22334
 
20977
22335
  namespace Dictionary {
@@ -21064,6 +22422,13 @@ export namespace google {
21064
22422
  * @returns JSON object
21065
22423
  */
21066
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;
21067
22432
  }
21068
22433
  }
21069
22434
 
@@ -21161,6 +22526,13 @@ export namespace google {
21161
22526
  * @returns JSON object
21162
22527
  */
21163
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;
21164
22536
  }
21165
22537
 
21166
22538
  /** Properties of a SurrogateType. */
@@ -21245,6 +22617,13 @@ export namespace google {
21245
22617
  * @returns JSON object
21246
22618
  */
21247
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;
21248
22627
  }
21249
22628
 
21250
22629
  /** Properties of a DetectionRule. */
@@ -21338,6 +22717,13 @@ export namespace google {
21338
22717
  * @returns JSON object
21339
22718
  */
21340
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;
21341
22727
  }
21342
22728
 
21343
22729
  namespace DetectionRule {
@@ -21436,6 +22822,13 @@ export namespace google {
21436
22822
  * @returns JSON object
21437
22823
  */
21438
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;
21439
22832
  }
21440
22833
 
21441
22834
  /** Properties of a LikelihoodAdjustment. */
@@ -21535,6 +22928,13 @@ export namespace google {
21535
22928
  * @returns JSON object
21536
22929
  */
21537
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;
21538
22938
  }
21539
22939
 
21540
22940
  /** Properties of a HotwordRule. */
@@ -21637,6 +23037,13 @@ export namespace google {
21637
23037
  * @returns JSON object
21638
23038
  */
21639
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;
21640
23047
  }
21641
23048
  }
21642
23049
 
@@ -21735,6 +23142,13 @@ export namespace google {
21735
23142
  * @returns JSON object
21736
23143
  */
21737
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;
21738
23152
  }
21739
23153
 
21740
23154
  /** Properties of a PartitionId. */
@@ -21831,6 +23245,13 @@ export namespace google {
21831
23245
  * @returns JSON object
21832
23246
  */
21833
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;
21834
23255
  }
21835
23256
 
21836
23257
  /** Properties of a KindExpression. */
@@ -21921,6 +23342,13 @@ export namespace google {
21921
23342
  * @returns JSON object
21922
23343
  */
21923
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;
21924
23352
  }
21925
23353
 
21926
23354
  /** Properties of a DatastoreOptions. */
@@ -22017,6 +23445,13 @@ export namespace google {
22017
23445
  * @returns JSON object
22018
23446
  */
22019
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;
22020
23455
  }
22021
23456
 
22022
23457
  /** FileType enum. */
@@ -22134,6 +23569,13 @@ export namespace google {
22134
23569
  * @returns JSON object
22135
23570
  */
22136
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;
22137
23579
  }
22138
23580
 
22139
23581
  /** Properties of a CloudStorageOptions. */
@@ -22254,6 +23696,13 @@ export namespace google {
22254
23696
  * @returns JSON object
22255
23697
  */
22256
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;
22257
23706
  }
22258
23707
 
22259
23708
  namespace CloudStorageOptions {
@@ -22352,6 +23801,13 @@ export namespace google {
22352
23801
  * @returns JSON object
22353
23802
  */
22354
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;
22355
23811
  }
22356
23812
 
22357
23813
  /** SampleMethod enum. */
@@ -22450,6 +23906,13 @@ export namespace google {
22450
23906
  * @returns JSON object
22451
23907
  */
22452
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;
22453
23916
  }
22454
23917
 
22455
23918
  /** Properties of a CloudStoragePath. */
@@ -22540,6 +24003,13 @@ export namespace google {
22540
24003
  * @returns JSON object
22541
24004
  */
22542
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;
22543
24013
  }
22544
24014
 
22545
24015
  /** Properties of a BigQueryOptions. */
@@ -22666,6 +24136,13 @@ export namespace google {
22666
24136
  * @returns JSON object
22667
24137
  */
22668
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;
22669
24146
  }
22670
24147
 
22671
24148
  namespace BigQueryOptions {
@@ -22793,6 +24270,13 @@ export namespace google {
22793
24270
  * @returns JSON object
22794
24271
  */
22795
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;
22796
24280
  }
22797
24281
 
22798
24282
  namespace StorageConfig {
@@ -22903,6 +24387,13 @@ export namespace google {
22903
24387
  * @returns JSON object
22904
24388
  */
22905
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;
22906
24397
  }
22907
24398
  }
22908
24399
 
@@ -23012,6 +24503,13 @@ export namespace google {
23012
24503
  * @returns JSON object
23013
24504
  */
23014
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;
23015
24513
  }
23016
24514
 
23017
24515
  /** Properties of a BigQueryKey. */
@@ -23108,6 +24606,13 @@ export namespace google {
23108
24606
  * @returns JSON object
23109
24607
  */
23110
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;
23111
24616
  }
23112
24617
 
23113
24618
  /** Properties of a DatastoreKey. */
@@ -23198,6 +24703,13 @@ export namespace google {
23198
24703
  * @returns JSON object
23199
24704
  */
23200
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;
23201
24713
  }
23202
24714
 
23203
24715
  /** Properties of a Key. */
@@ -23294,6 +24806,13 @@ export namespace google {
23294
24806
  * @returns JSON object
23295
24807
  */
23296
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;
23297
24816
  }
23298
24817
 
23299
24818
  namespace Key {
@@ -23401,6 +24920,13 @@ export namespace google {
23401
24920
  * @returns JSON object
23402
24921
  */
23403
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;
23404
24930
  }
23405
24931
  }
23406
24932
 
@@ -23507,6 +25033,13 @@ export namespace google {
23507
25033
  * @returns JSON object
23508
25034
  */
23509
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;
23510
25043
  }
23511
25044
 
23512
25045
  /** Properties of a BigQueryTable. */
@@ -23609,6 +25142,13 @@ export namespace google {
23609
25142
  * @returns JSON object
23610
25143
  */
23611
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;
23612
25152
  }
23613
25153
 
23614
25154
  /** Properties of a BigQueryField. */
@@ -23705,6 +25245,13 @@ export namespace google {
23705
25245
  * @returns JSON object
23706
25246
  */
23707
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;
23708
25255
  }
23709
25256
 
23710
25257
  /** Properties of an EntityId. */
@@ -23795,6 +25342,13 @@ export namespace google {
23795
25342
  * @returns JSON object
23796
25343
  */
23797
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;
23798
25352
  }
23799
25353
 
23800
25354
  /** Properties of a TableOptions. */
@@ -23885,6 +25439,13 @@ export namespace google {
23885
25439
  * @returns JSON object
23886
25440
  */
23887
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;
23888
25449
  }
23889
25450
  }
23890
25451
  }
@@ -23987,6 +25548,13 @@ export namespace google {
23987
25548
  * @returns JSON object
23988
25549
  */
23989
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;
23990
25558
  }
23991
25559
 
23992
25560
  /** Properties of a HttpRule. */
@@ -24134,6 +25702,13 @@ export namespace google {
24134
25702
  * @returns JSON object
24135
25703
  */
24136
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;
24137
25712
  }
24138
25713
 
24139
25714
  /** Properties of a CustomHttpPattern. */
@@ -24230,6 +25805,13 @@ export namespace google {
24230
25805
  * @returns JSON object
24231
25806
  */
24232
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;
24233
25815
  }
24234
25816
 
24235
25817
  /** FieldBehavior enum. */
@@ -24368,6 +25950,13 @@ export namespace google {
24368
25950
  * @returns JSON object
24369
25951
  */
24370
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;
24371
25960
  }
24372
25961
 
24373
25962
  namespace ResourceDescriptor {
@@ -24480,6 +26069,13 @@ export namespace google {
24480
26069
  * @returns JSON object
24481
26070
  */
24482
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;
24483
26079
  }
24484
26080
  }
24485
26081
 
@@ -24574,6 +26170,13 @@ export namespace google {
24574
26170
  * @returns JSON object
24575
26171
  */
24576
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;
24577
26180
  }
24578
26181
 
24579
26182
  /** Properties of a FileDescriptorProto. */
@@ -24614,6 +26217,9 @@ export namespace google {
24614
26217
 
24615
26218
  /** FileDescriptorProto syntax */
24616
26219
  syntax?: (string|null);
26220
+
26221
+ /** FileDescriptorProto edition */
26222
+ edition?: (string|null);
24617
26223
  }
24618
26224
 
24619
26225
  /** Represents a FileDescriptorProto. */
@@ -24661,6 +26267,9 @@ export namespace google {
24661
26267
  /** FileDescriptorProto syntax. */
24662
26268
  public syntax: string;
24663
26269
 
26270
+ /** FileDescriptorProto edition. */
26271
+ public edition: string;
26272
+
24664
26273
  /**
24665
26274
  * Creates a new FileDescriptorProto instance using the specified properties.
24666
26275
  * @param [properties] Properties to set
@@ -24730,6 +26339,13 @@ export namespace google {
24730
26339
  * @returns JSON object
24731
26340
  */
24732
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;
24733
26349
  }
24734
26350
 
24735
26351
  /** Properties of a DescriptorProto. */
@@ -24874,6 +26490,13 @@ export namespace google {
24874
26490
  * @returns JSON object
24875
26491
  */
24876
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;
24877
26500
  }
24878
26501
 
24879
26502
  namespace DescriptorProto {
@@ -24978,6 +26601,13 @@ export namespace google {
24978
26601
  * @returns JSON object
24979
26602
  */
24980
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;
24981
26611
  }
24982
26612
 
24983
26613
  /** Properties of a ReservedRange. */
@@ -25074,6 +26704,13 @@ export namespace google {
25074
26704
  * @returns JSON object
25075
26705
  */
25076
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;
25077
26714
  }
25078
26715
  }
25079
26716
 
@@ -25165,6 +26802,13 @@ export namespace google {
25165
26802
  * @returns JSON object
25166
26803
  */
25167
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;
25168
26812
  }
25169
26813
 
25170
26814
  /** Properties of a FieldDescriptorProto. */
@@ -25315,6 +26959,13 @@ export namespace google {
25315
26959
  * @returns JSON object
25316
26960
  */
25317
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;
25318
26969
  }
25319
26970
 
25320
26971
  namespace FieldDescriptorProto {
@@ -25443,6 +27094,13 @@ export namespace google {
25443
27094
  * @returns JSON object
25444
27095
  */
25445
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;
25446
27104
  }
25447
27105
 
25448
27106
  /** Properties of an EnumDescriptorProto. */
@@ -25557,6 +27215,13 @@ export namespace google {
25557
27215
  * @returns JSON object
25558
27216
  */
25559
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;
25560
27225
  }
25561
27226
 
25562
27227
  namespace EnumDescriptorProto {
@@ -25655,6 +27320,13 @@ export namespace google {
25655
27320
  * @returns JSON object
25656
27321
  */
25657
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;
25658
27330
  }
25659
27331
  }
25660
27332
 
@@ -25758,6 +27430,13 @@ export namespace google {
25758
27430
  * @returns JSON object
25759
27431
  */
25760
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;
25761
27440
  }
25762
27441
 
25763
27442
  /** Properties of a ServiceDescriptorProto. */
@@ -25860,6 +27539,13 @@ export namespace google {
25860
27539
  * @returns JSON object
25861
27540
  */
25862
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;
25863
27549
  }
25864
27550
 
25865
27551
  /** Properties of a MethodDescriptorProto. */
@@ -25980,6 +27666,13 @@ export namespace google {
25980
27666
  * @returns JSON object
25981
27667
  */
25982
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;
25983
27676
  }
25984
27677
 
25985
27678
  /** Properties of a FileOptions. */
@@ -26193,6 +27886,13 @@ export namespace google {
26193
27886
  * @returns JSON object
26194
27887
  */
26195
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;
26196
27896
  }
26197
27897
 
26198
27898
  namespace FileOptions {
@@ -26320,6 +28020,13 @@ export namespace google {
26320
28020
  * @returns JSON object
26321
28021
  */
26322
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;
26323
28030
  }
26324
28031
 
26325
28032
  /** Properties of a FieldOptions. */
@@ -26458,6 +28165,13 @@ export namespace google {
26458
28165
  * @returns JSON object
26459
28166
  */
26460
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;
26461
28175
  }
26462
28176
 
26463
28177
  namespace FieldOptions {
@@ -26565,6 +28279,13 @@ export namespace google {
26565
28279
  * @returns JSON object
26566
28280
  */
26567
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;
26568
28289
  }
26569
28290
 
26570
28291
  /** Properties of an EnumOptions. */
@@ -26667,6 +28388,13 @@ export namespace google {
26667
28388
  * @returns JSON object
26668
28389
  */
26669
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;
26670
28398
  }
26671
28399
 
26672
28400
  /** Properties of an EnumValueOptions. */
@@ -26763,6 +28491,13 @@ export namespace google {
26763
28491
  * @returns JSON object
26764
28492
  */
26765
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;
26766
28501
  }
26767
28502
 
26768
28503
  /** Properties of a ServiceOptions. */
@@ -26865,6 +28600,13 @@ export namespace google {
26865
28600
  * @returns JSON object
26866
28601
  */
26867
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;
26868
28610
  }
26869
28611
 
26870
28612
  /** Properties of a MethodOptions. */
@@ -26973,6 +28715,13 @@ export namespace google {
26973
28715
  * @returns JSON object
26974
28716
  */
26975
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;
26976
28725
  }
26977
28726
 
26978
28727
  namespace MethodOptions {
@@ -27109,6 +28858,13 @@ export namespace google {
27109
28858
  * @returns JSON object
27110
28859
  */
27111
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;
27112
28868
  }
27113
28869
 
27114
28870
  namespace UninterpretedOption {
@@ -27207,6 +28963,13 @@ export namespace google {
27207
28963
  * @returns JSON object
27208
28964
  */
27209
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;
27210
28973
  }
27211
28974
  }
27212
28975
 
@@ -27298,6 +29061,13 @@ export namespace google {
27298
29061
  * @returns JSON object
27299
29062
  */
27300
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;
27301
29071
  }
27302
29072
 
27303
29073
  namespace SourceCodeInfo {
@@ -27414,6 +29184,13 @@ export namespace google {
27414
29184
  * @returns JSON object
27415
29185
  */
27416
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;
27417
29194
  }
27418
29195
  }
27419
29196
 
@@ -27505,6 +29282,13 @@ export namespace google {
27505
29282
  * @returns JSON object
27506
29283
  */
27507
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;
27508
29292
  }
27509
29293
 
27510
29294
  namespace GeneratedCodeInfo {
@@ -27523,6 +29307,9 @@ export namespace google {
27523
29307
 
27524
29308
  /** Annotation end */
27525
29309
  end?: (number|null);
29310
+
29311
+ /** Annotation semantic */
29312
+ semantic?: (google.protobuf.GeneratedCodeInfo.Annotation.Semantic|keyof typeof google.protobuf.GeneratedCodeInfo.Annotation.Semantic|null);
27526
29313
  }
27527
29314
 
27528
29315
  /** Represents an Annotation. */
@@ -27546,6 +29333,9 @@ export namespace google {
27546
29333
  /** Annotation end. */
27547
29334
  public end: number;
27548
29335
 
29336
+ /** Annotation semantic. */
29337
+ public semantic: (google.protobuf.GeneratedCodeInfo.Annotation.Semantic|keyof typeof google.protobuf.GeneratedCodeInfo.Annotation.Semantic);
29338
+
27549
29339
  /**
27550
29340
  * Creates a new Annotation instance using the specified properties.
27551
29341
  * @param [properties] Properties to set
@@ -27615,6 +29405,23 @@ export namespace google {
27615
29405
  * @returns JSON object
27616
29406
  */
27617
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
+ }
27618
29425
  }
27619
29426
  }
27620
29427
 
@@ -27712,6 +29519,13 @@ export namespace google {
27712
29519
  * @returns JSON object
27713
29520
  */
27714
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;
27715
29529
  }
27716
29530
 
27717
29531
  /** Properties of a Duration. */
@@ -27808,6 +29622,13 @@ export namespace google {
27808
29622
  * @returns JSON object
27809
29623
  */
27810
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;
27811
29632
  }
27812
29633
 
27813
29634
  /** Properties of an Empty. */
@@ -27892,6 +29713,13 @@ export namespace google {
27892
29713
  * @returns JSON object
27893
29714
  */
27894
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;
27895
29723
  }
27896
29724
 
27897
29725
  /** Properties of a FieldMask. */
@@ -27982,6 +29810,13 @@ export namespace google {
27982
29810
  * @returns JSON object
27983
29811
  */
27984
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;
27985
29820
  }
27986
29821
 
27987
29822
  /** Properties of an Any. */
@@ -28078,6 +29913,13 @@ export namespace google {
28078
29913
  * @returns JSON object
28079
29914
  */
28080
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;
28081
29923
  }
28082
29924
  }
28083
29925
 
@@ -28184,6 +30026,13 @@ export namespace google {
28184
30026
  * @returns JSON object
28185
30027
  */
28186
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;
28187
30036
  }
28188
30037
  }
28189
30038
 
@@ -28290,6 +30139,13 @@ export namespace google {
28290
30139
  * @returns JSON object
28291
30140
  */
28292
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;
28293
30149
  }
28294
30150
 
28295
30151
  /** DayOfWeek enum. */
@@ -28410,6 +30266,13 @@ export namespace google {
28410
30266
  * @returns JSON object
28411
30267
  */
28412
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;
28413
30276
  }
28414
30277
  }
28415
30278
  }