@google-cloud/dms 2.1.0 → 2.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
 
@@ -519,6 +519,13 @@ export namespace google {
519
519
  * @returns JSON object
520
520
  */
521
521
  public toJSON(): { [k: string]: any };
522
+
523
+ /**
524
+ * Gets the default type url for ListMigrationJobsRequest
525
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
526
+ * @returns The default type url
527
+ */
528
+ public static getTypeUrl(typeUrlPrefix?: string): string;
522
529
  }
523
530
 
524
531
  /** Properties of a ListMigrationJobsResponse. */
@@ -621,6 +628,13 @@ export namespace google {
621
628
  * @returns JSON object
622
629
  */
623
630
  public toJSON(): { [k: string]: any };
631
+
632
+ /**
633
+ * Gets the default type url for ListMigrationJobsResponse
634
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
635
+ * @returns The default type url
636
+ */
637
+ public static getTypeUrl(typeUrlPrefix?: string): string;
624
638
  }
625
639
 
626
640
  /** Properties of a GetMigrationJobRequest. */
@@ -711,6 +725,13 @@ export namespace google {
711
725
  * @returns JSON object
712
726
  */
713
727
  public toJSON(): { [k: string]: any };
728
+
729
+ /**
730
+ * Gets the default type url for GetMigrationJobRequest
731
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
732
+ * @returns The default type url
733
+ */
734
+ public static getTypeUrl(typeUrlPrefix?: string): string;
714
735
  }
715
736
 
716
737
  /** Properties of a CreateMigrationJobRequest. */
@@ -819,6 +840,13 @@ export namespace google {
819
840
  * @returns JSON object
820
841
  */
821
842
  public toJSON(): { [k: string]: any };
843
+
844
+ /**
845
+ * Gets the default type url for CreateMigrationJobRequest
846
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
847
+ * @returns The default type url
848
+ */
849
+ public static getTypeUrl(typeUrlPrefix?: string): string;
822
850
  }
823
851
 
824
852
  /** Properties of an UpdateMigrationJobRequest. */
@@ -921,6 +949,13 @@ export namespace google {
921
949
  * @returns JSON object
922
950
  */
923
951
  public toJSON(): { [k: string]: any };
952
+
953
+ /**
954
+ * Gets the default type url for UpdateMigrationJobRequest
955
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
956
+ * @returns The default type url
957
+ */
958
+ public static getTypeUrl(typeUrlPrefix?: string): string;
924
959
  }
925
960
 
926
961
  /** Properties of a DeleteMigrationJobRequest. */
@@ -1023,6 +1058,13 @@ export namespace google {
1023
1058
  * @returns JSON object
1024
1059
  */
1025
1060
  public toJSON(): { [k: string]: any };
1061
+
1062
+ /**
1063
+ * Gets the default type url for DeleteMigrationJobRequest
1064
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
1065
+ * @returns The default type url
1066
+ */
1067
+ public static getTypeUrl(typeUrlPrefix?: string): string;
1026
1068
  }
1027
1069
 
1028
1070
  /** Properties of a StartMigrationJobRequest. */
@@ -1113,6 +1155,13 @@ export namespace google {
1113
1155
  * @returns JSON object
1114
1156
  */
1115
1157
  public toJSON(): { [k: string]: any };
1158
+
1159
+ /**
1160
+ * Gets the default type url for StartMigrationJobRequest
1161
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
1162
+ * @returns The default type url
1163
+ */
1164
+ public static getTypeUrl(typeUrlPrefix?: string): string;
1116
1165
  }
1117
1166
 
1118
1167
  /** Properties of a StopMigrationJobRequest. */
@@ -1203,6 +1252,13 @@ export namespace google {
1203
1252
  * @returns JSON object
1204
1253
  */
1205
1254
  public toJSON(): { [k: string]: any };
1255
+
1256
+ /**
1257
+ * Gets the default type url for StopMigrationJobRequest
1258
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
1259
+ * @returns The default type url
1260
+ */
1261
+ public static getTypeUrl(typeUrlPrefix?: string): string;
1206
1262
  }
1207
1263
 
1208
1264
  /** Properties of a ResumeMigrationJobRequest. */
@@ -1293,6 +1349,13 @@ export namespace google {
1293
1349
  * @returns JSON object
1294
1350
  */
1295
1351
  public toJSON(): { [k: string]: any };
1352
+
1353
+ /**
1354
+ * Gets the default type url for ResumeMigrationJobRequest
1355
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
1356
+ * @returns The default type url
1357
+ */
1358
+ public static getTypeUrl(typeUrlPrefix?: string): string;
1296
1359
  }
1297
1360
 
1298
1361
  /** Properties of a PromoteMigrationJobRequest. */
@@ -1383,6 +1446,13 @@ export namespace google {
1383
1446
  * @returns JSON object
1384
1447
  */
1385
1448
  public toJSON(): { [k: string]: any };
1449
+
1450
+ /**
1451
+ * Gets the default type url for PromoteMigrationJobRequest
1452
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
1453
+ * @returns The default type url
1454
+ */
1455
+ public static getTypeUrl(typeUrlPrefix?: string): string;
1386
1456
  }
1387
1457
 
1388
1458
  /** Properties of a VerifyMigrationJobRequest. */
@@ -1473,6 +1543,13 @@ export namespace google {
1473
1543
  * @returns JSON object
1474
1544
  */
1475
1545
  public toJSON(): { [k: string]: any };
1546
+
1547
+ /**
1548
+ * Gets the default type url for VerifyMigrationJobRequest
1549
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
1550
+ * @returns The default type url
1551
+ */
1552
+ public static getTypeUrl(typeUrlPrefix?: string): string;
1476
1553
  }
1477
1554
 
1478
1555
  /** Properties of a RestartMigrationJobRequest. */
@@ -1563,6 +1640,13 @@ export namespace google {
1563
1640
  * @returns JSON object
1564
1641
  */
1565
1642
  public toJSON(): { [k: string]: any };
1643
+
1644
+ /**
1645
+ * Gets the default type url for RestartMigrationJobRequest
1646
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
1647
+ * @returns The default type url
1648
+ */
1649
+ public static getTypeUrl(typeUrlPrefix?: string): string;
1566
1650
  }
1567
1651
 
1568
1652
  /** Properties of a GenerateSshScriptRequest. */
@@ -1680,6 +1764,13 @@ export namespace google {
1680
1764
  * @returns JSON object
1681
1765
  */
1682
1766
  public toJSON(): { [k: string]: any };
1767
+
1768
+ /**
1769
+ * Gets the default type url for GenerateSshScriptRequest
1770
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
1771
+ * @returns The default type url
1772
+ */
1773
+ public static getTypeUrl(typeUrlPrefix?: string): string;
1683
1774
  }
1684
1775
 
1685
1776
  /** Properties of a VmCreationConfig. */
@@ -1782,6 +1873,13 @@ export namespace google {
1782
1873
  * @returns JSON object
1783
1874
  */
1784
1875
  public toJSON(): { [k: string]: any };
1876
+
1877
+ /**
1878
+ * Gets the default type url for VmCreationConfig
1879
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
1880
+ * @returns The default type url
1881
+ */
1882
+ public static getTypeUrl(typeUrlPrefix?: string): string;
1785
1883
  }
1786
1884
 
1787
1885
  /** Properties of a VmSelectionConfig. */
@@ -1872,6 +1970,13 @@ export namespace google {
1872
1970
  * @returns JSON object
1873
1971
  */
1874
1972
  public toJSON(): { [k: string]: any };
1973
+
1974
+ /**
1975
+ * Gets the default type url for VmSelectionConfig
1976
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
1977
+ * @returns The default type url
1978
+ */
1979
+ public static getTypeUrl(typeUrlPrefix?: string): string;
1875
1980
  }
1876
1981
 
1877
1982
  /** Properties of a SshScript. */
@@ -1962,6 +2067,13 @@ export namespace google {
1962
2067
  * @returns JSON object
1963
2068
  */
1964
2069
  public toJSON(): { [k: string]: any };
2070
+
2071
+ /**
2072
+ * Gets the default type url for SshScript
2073
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
2074
+ * @returns The default type url
2075
+ */
2076
+ public static getTypeUrl(typeUrlPrefix?: string): string;
1965
2077
  }
1966
2078
 
1967
2079
  /** Properties of a ListConnectionProfilesRequest. */
@@ -2076,6 +2188,13 @@ export namespace google {
2076
2188
  * @returns JSON object
2077
2189
  */
2078
2190
  public toJSON(): { [k: string]: any };
2191
+
2192
+ /**
2193
+ * Gets the default type url for ListConnectionProfilesRequest
2194
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
2195
+ * @returns The default type url
2196
+ */
2197
+ public static getTypeUrl(typeUrlPrefix?: string): string;
2079
2198
  }
2080
2199
 
2081
2200
  /** Properties of a ListConnectionProfilesResponse. */
@@ -2178,6 +2297,13 @@ export namespace google {
2178
2297
  * @returns JSON object
2179
2298
  */
2180
2299
  public toJSON(): { [k: string]: any };
2300
+
2301
+ /**
2302
+ * Gets the default type url for ListConnectionProfilesResponse
2303
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
2304
+ * @returns The default type url
2305
+ */
2306
+ public static getTypeUrl(typeUrlPrefix?: string): string;
2181
2307
  }
2182
2308
 
2183
2309
  /** Properties of a GetConnectionProfileRequest. */
@@ -2268,6 +2394,13 @@ export namespace google {
2268
2394
  * @returns JSON object
2269
2395
  */
2270
2396
  public toJSON(): { [k: string]: any };
2397
+
2398
+ /**
2399
+ * Gets the default type url for GetConnectionProfileRequest
2400
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
2401
+ * @returns The default type url
2402
+ */
2403
+ public static getTypeUrl(typeUrlPrefix?: string): string;
2271
2404
  }
2272
2405
 
2273
2406
  /** Properties of a CreateConnectionProfileRequest. */
@@ -2376,6 +2509,13 @@ export namespace google {
2376
2509
  * @returns JSON object
2377
2510
  */
2378
2511
  public toJSON(): { [k: string]: any };
2512
+
2513
+ /**
2514
+ * Gets the default type url for CreateConnectionProfileRequest
2515
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
2516
+ * @returns The default type url
2517
+ */
2518
+ public static getTypeUrl(typeUrlPrefix?: string): string;
2379
2519
  }
2380
2520
 
2381
2521
  /** Properties of an UpdateConnectionProfileRequest. */
@@ -2478,6 +2618,13 @@ export namespace google {
2478
2618
  * @returns JSON object
2479
2619
  */
2480
2620
  public toJSON(): { [k: string]: any };
2621
+
2622
+ /**
2623
+ * Gets the default type url for UpdateConnectionProfileRequest
2624
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
2625
+ * @returns The default type url
2626
+ */
2627
+ public static getTypeUrl(typeUrlPrefix?: string): string;
2481
2628
  }
2482
2629
 
2483
2630
  /** Properties of a DeleteConnectionProfileRequest. */
@@ -2580,6 +2727,13 @@ export namespace google {
2580
2727
  * @returns JSON object
2581
2728
  */
2582
2729
  public toJSON(): { [k: string]: any };
2730
+
2731
+ /**
2732
+ * Gets the default type url for DeleteConnectionProfileRequest
2733
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
2734
+ * @returns The default type url
2735
+ */
2736
+ public static getTypeUrl(typeUrlPrefix?: string): string;
2583
2737
  }
2584
2738
 
2585
2739
  /** Properties of an OperationMetadata. */
@@ -2706,6 +2860,13 @@ export namespace google {
2706
2860
  * @returns JSON object
2707
2861
  */
2708
2862
  public toJSON(): { [k: string]: any };
2863
+
2864
+ /**
2865
+ * Gets the default type url for OperationMetadata
2866
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
2867
+ * @returns The default type url
2868
+ */
2869
+ public static getTypeUrl(typeUrlPrefix?: string): string;
2709
2870
  }
2710
2871
 
2711
2872
  /** Properties of a SslConfig. */
@@ -2814,6 +2975,13 @@ export namespace google {
2814
2975
  * @returns JSON object
2815
2976
  */
2816
2977
  public toJSON(): { [k: string]: any };
2978
+
2979
+ /**
2980
+ * Gets the default type url for SslConfig
2981
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
2982
+ * @returns The default type url
2983
+ */
2984
+ public static getTypeUrl(typeUrlPrefix?: string): string;
2817
2985
  }
2818
2986
 
2819
2987
  namespace SslConfig {
@@ -2950,6 +3118,13 @@ export namespace google {
2950
3118
  * @returns JSON object
2951
3119
  */
2952
3120
  public toJSON(): { [k: string]: any };
3121
+
3122
+ /**
3123
+ * Gets the default type url for MySqlConnectionProfile
3124
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
3125
+ * @returns The default type url
3126
+ */
3127
+ public static getTypeUrl(typeUrlPrefix?: string): string;
2953
3128
  }
2954
3129
 
2955
3130
  /** Properties of a PostgreSqlConnectionProfile. */
@@ -3076,6 +3251,13 @@ export namespace google {
3076
3251
  * @returns JSON object
3077
3252
  */
3078
3253
  public toJSON(): { [k: string]: any };
3254
+
3255
+ /**
3256
+ * Gets the default type url for PostgreSqlConnectionProfile
3257
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
3258
+ * @returns The default type url
3259
+ */
3260
+ public static getTypeUrl(typeUrlPrefix?: string): string;
3079
3261
  }
3080
3262
 
3081
3263
  /** Properties of a CloudSqlConnectionProfile. */
@@ -3184,6 +3366,13 @@ export namespace google {
3184
3366
  * @returns JSON object
3185
3367
  */
3186
3368
  public toJSON(): { [k: string]: any };
3369
+
3370
+ /**
3371
+ * Gets the default type url for CloudSqlConnectionProfile
3372
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
3373
+ * @returns The default type url
3374
+ */
3375
+ public static getTypeUrl(typeUrlPrefix?: string): string;
3187
3376
  }
3188
3377
 
3189
3378
  /** Properties of a SqlAclEntry. */
@@ -3295,6 +3484,13 @@ export namespace google {
3295
3484
  * @returns JSON object
3296
3485
  */
3297
3486
  public toJSON(): { [k: string]: any };
3487
+
3488
+ /**
3489
+ * Gets the default type url for SqlAclEntry
3490
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
3491
+ * @returns The default type url
3492
+ */
3493
+ public static getTypeUrl(typeUrlPrefix?: string): string;
3298
3494
  }
3299
3495
 
3300
3496
  /** Properties of a SqlIpConfig. */
@@ -3403,6 +3599,13 @@ export namespace google {
3403
3599
  * @returns JSON object
3404
3600
  */
3405
3601
  public toJSON(): { [k: string]: any };
3602
+
3603
+ /**
3604
+ * Gets the default type url for SqlIpConfig
3605
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
3606
+ * @returns The default type url
3607
+ */
3608
+ public static getTypeUrl(typeUrlPrefix?: string): string;
3406
3609
  }
3407
3610
 
3408
3611
  /** Properties of a CloudSqlSettings. */
@@ -3577,6 +3780,13 @@ export namespace google {
3577
3780
  * @returns JSON object
3578
3781
  */
3579
3782
  public toJSON(): { [k: string]: any };
3783
+
3784
+ /**
3785
+ * Gets the default type url for CloudSqlSettings
3786
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
3787
+ * @returns The default type url
3788
+ */
3789
+ public static getTypeUrl(typeUrlPrefix?: string): string;
3580
3790
  }
3581
3791
 
3582
3792
  namespace CloudSqlSettings {
@@ -3691,6 +3901,13 @@ export namespace google {
3691
3901
  * @returns JSON object
3692
3902
  */
3693
3903
  public toJSON(): { [k: string]: any };
3904
+
3905
+ /**
3906
+ * Gets the default type url for StaticIpConnectivity
3907
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
3908
+ * @returns The default type url
3909
+ */
3910
+ public static getTypeUrl(typeUrlPrefix?: string): string;
3694
3911
  }
3695
3912
 
3696
3913
  /** Properties of a ReverseSshConnectivity. */
@@ -3799,6 +4016,13 @@ export namespace google {
3799
4016
  * @returns JSON object
3800
4017
  */
3801
4018
  public toJSON(): { [k: string]: any };
4019
+
4020
+ /**
4021
+ * Gets the default type url for ReverseSshConnectivity
4022
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
4023
+ * @returns The default type url
4024
+ */
4025
+ public static getTypeUrl(typeUrlPrefix?: string): string;
3802
4026
  }
3803
4027
 
3804
4028
  /** Properties of a VpcPeeringConnectivity. */
@@ -3889,6 +4113,13 @@ export namespace google {
3889
4113
  * @returns JSON object
3890
4114
  */
3891
4115
  public toJSON(): { [k: string]: any };
4116
+
4117
+ /**
4118
+ * Gets the default type url for VpcPeeringConnectivity
4119
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
4120
+ * @returns The default type url
4121
+ */
4122
+ public static getTypeUrl(typeUrlPrefix?: string): string;
3892
4123
  }
3893
4124
 
3894
4125
  /** Properties of a DatabaseType. */
@@ -3985,6 +4216,13 @@ export namespace google {
3985
4216
  * @returns JSON object
3986
4217
  */
3987
4218
  public toJSON(): { [k: string]: any };
4219
+
4220
+ /**
4221
+ * Gets the default type url for DatabaseType
4222
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
4223
+ * @returns The default type url
4224
+ */
4225
+ public static getTypeUrl(typeUrlPrefix?: string): string;
3988
4226
  }
3989
4227
 
3990
4228
  /** Properties of a MigrationJob. */
@@ -4186,6 +4424,13 @@ export namespace google {
4186
4424
  * @returns JSON object
4187
4425
  */
4188
4426
  public toJSON(): { [k: string]: any };
4427
+
4428
+ /**
4429
+ * Gets the default type url for MigrationJob
4430
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
4431
+ * @returns The default type url
4432
+ */
4433
+ public static getTypeUrl(typeUrlPrefix?: string): string;
4189
4434
  }
4190
4435
 
4191
4436
  namespace MigrationJob {
@@ -4379,6 +4624,13 @@ export namespace google {
4379
4624
  * @returns JSON object
4380
4625
  */
4381
4626
  public toJSON(): { [k: string]: any };
4627
+
4628
+ /**
4629
+ * Gets the default type url for ConnectionProfile
4630
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
4631
+ * @returns The default type url
4632
+ */
4633
+ public static getTypeUrl(typeUrlPrefix?: string): string;
4382
4634
  }
4383
4635
 
4384
4636
  namespace ConnectionProfile {
@@ -4496,6 +4748,13 @@ export namespace google {
4496
4748
  * @returns JSON object
4497
4749
  */
4498
4750
  public toJSON(): { [k: string]: any };
4751
+
4752
+ /**
4753
+ * Gets the default type url for MigrationJobVerificationError
4754
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
4755
+ * @returns The default type url
4756
+ */
4757
+ public static getTypeUrl(typeUrlPrefix?: string): string;
4499
4758
  }
4500
4759
 
4501
4760
  namespace MigrationJobVerificationError {
@@ -4639,6 +4898,13 @@ export namespace google {
4639
4898
  * @returns JSON object
4640
4899
  */
4641
4900
  public toJSON(): { [k: string]: any };
4901
+
4902
+ /**
4903
+ * Gets the default type url for Http
4904
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
4905
+ * @returns The default type url
4906
+ */
4907
+ public static getTypeUrl(typeUrlPrefix?: string): string;
4642
4908
  }
4643
4909
 
4644
4910
  /** Properties of a HttpRule. */
@@ -4786,6 +5052,13 @@ export namespace google {
4786
5052
  * @returns JSON object
4787
5053
  */
4788
5054
  public toJSON(): { [k: string]: any };
5055
+
5056
+ /**
5057
+ * Gets the default type url for HttpRule
5058
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
5059
+ * @returns The default type url
5060
+ */
5061
+ public static getTypeUrl(typeUrlPrefix?: string): string;
4789
5062
  }
4790
5063
 
4791
5064
  /** Properties of a CustomHttpPattern. */
@@ -4882,6 +5155,13 @@ export namespace google {
4882
5155
  * @returns JSON object
4883
5156
  */
4884
5157
  public toJSON(): { [k: string]: any };
5158
+
5159
+ /**
5160
+ * Gets the default type url for CustomHttpPattern
5161
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
5162
+ * @returns The default type url
5163
+ */
5164
+ public static getTypeUrl(typeUrlPrefix?: string): string;
4885
5165
  }
4886
5166
 
4887
5167
  /** FieldBehavior enum. */
@@ -5020,6 +5300,13 @@ export namespace google {
5020
5300
  * @returns JSON object
5021
5301
  */
5022
5302
  public toJSON(): { [k: string]: any };
5303
+
5304
+ /**
5305
+ * Gets the default type url for ResourceDescriptor
5306
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
5307
+ * @returns The default type url
5308
+ */
5309
+ public static getTypeUrl(typeUrlPrefix?: string): string;
5023
5310
  }
5024
5311
 
5025
5312
  namespace ResourceDescriptor {
@@ -5132,6 +5419,13 @@ export namespace google {
5132
5419
  * @returns JSON object
5133
5420
  */
5134
5421
  public toJSON(): { [k: string]: any };
5422
+
5423
+ /**
5424
+ * Gets the default type url for ResourceReference
5425
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
5426
+ * @returns The default type url
5427
+ */
5428
+ public static getTypeUrl(typeUrlPrefix?: string): string;
5135
5429
  }
5136
5430
  }
5137
5431
 
@@ -5226,6 +5520,13 @@ export namespace google {
5226
5520
  * @returns JSON object
5227
5521
  */
5228
5522
  public toJSON(): { [k: string]: any };
5523
+
5524
+ /**
5525
+ * Gets the default type url for FileDescriptorSet
5526
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
5527
+ * @returns The default type url
5528
+ */
5529
+ public static getTypeUrl(typeUrlPrefix?: string): string;
5229
5530
  }
5230
5531
 
5231
5532
  /** Properties of a FileDescriptorProto. */
@@ -5266,6 +5567,9 @@ export namespace google {
5266
5567
 
5267
5568
  /** FileDescriptorProto syntax */
5268
5569
  syntax?: (string|null);
5570
+
5571
+ /** FileDescriptorProto edition */
5572
+ edition?: (string|null);
5269
5573
  }
5270
5574
 
5271
5575
  /** Represents a FileDescriptorProto. */
@@ -5313,6 +5617,9 @@ export namespace google {
5313
5617
  /** FileDescriptorProto syntax. */
5314
5618
  public syntax: string;
5315
5619
 
5620
+ /** FileDescriptorProto edition. */
5621
+ public edition: string;
5622
+
5316
5623
  /**
5317
5624
  * Creates a new FileDescriptorProto instance using the specified properties.
5318
5625
  * @param [properties] Properties to set
@@ -5382,6 +5689,13 @@ export namespace google {
5382
5689
  * @returns JSON object
5383
5690
  */
5384
5691
  public toJSON(): { [k: string]: any };
5692
+
5693
+ /**
5694
+ * Gets the default type url for FileDescriptorProto
5695
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
5696
+ * @returns The default type url
5697
+ */
5698
+ public static getTypeUrl(typeUrlPrefix?: string): string;
5385
5699
  }
5386
5700
 
5387
5701
  /** Properties of a DescriptorProto. */
@@ -5526,6 +5840,13 @@ export namespace google {
5526
5840
  * @returns JSON object
5527
5841
  */
5528
5842
  public toJSON(): { [k: string]: any };
5843
+
5844
+ /**
5845
+ * Gets the default type url for DescriptorProto
5846
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
5847
+ * @returns The default type url
5848
+ */
5849
+ public static getTypeUrl(typeUrlPrefix?: string): string;
5529
5850
  }
5530
5851
 
5531
5852
  namespace DescriptorProto {
@@ -5630,6 +5951,13 @@ export namespace google {
5630
5951
  * @returns JSON object
5631
5952
  */
5632
5953
  public toJSON(): { [k: string]: any };
5954
+
5955
+ /**
5956
+ * Gets the default type url for ExtensionRange
5957
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
5958
+ * @returns The default type url
5959
+ */
5960
+ public static getTypeUrl(typeUrlPrefix?: string): string;
5633
5961
  }
5634
5962
 
5635
5963
  /** Properties of a ReservedRange. */
@@ -5726,6 +6054,13 @@ export namespace google {
5726
6054
  * @returns JSON object
5727
6055
  */
5728
6056
  public toJSON(): { [k: string]: any };
6057
+
6058
+ /**
6059
+ * Gets the default type url for ReservedRange
6060
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
6061
+ * @returns The default type url
6062
+ */
6063
+ public static getTypeUrl(typeUrlPrefix?: string): string;
5729
6064
  }
5730
6065
  }
5731
6066
 
@@ -5817,6 +6152,13 @@ export namespace google {
5817
6152
  * @returns JSON object
5818
6153
  */
5819
6154
  public toJSON(): { [k: string]: any };
6155
+
6156
+ /**
6157
+ * Gets the default type url for ExtensionRangeOptions
6158
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
6159
+ * @returns The default type url
6160
+ */
6161
+ public static getTypeUrl(typeUrlPrefix?: string): string;
5820
6162
  }
5821
6163
 
5822
6164
  /** Properties of a FieldDescriptorProto. */
@@ -5967,6 +6309,13 @@ export namespace google {
5967
6309
  * @returns JSON object
5968
6310
  */
5969
6311
  public toJSON(): { [k: string]: any };
6312
+
6313
+ /**
6314
+ * Gets the default type url for FieldDescriptorProto
6315
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
6316
+ * @returns The default type url
6317
+ */
6318
+ public static getTypeUrl(typeUrlPrefix?: string): string;
5970
6319
  }
5971
6320
 
5972
6321
  namespace FieldDescriptorProto {
@@ -6095,6 +6444,13 @@ export namespace google {
6095
6444
  * @returns JSON object
6096
6445
  */
6097
6446
  public toJSON(): { [k: string]: any };
6447
+
6448
+ /**
6449
+ * Gets the default type url for OneofDescriptorProto
6450
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
6451
+ * @returns The default type url
6452
+ */
6453
+ public static getTypeUrl(typeUrlPrefix?: string): string;
6098
6454
  }
6099
6455
 
6100
6456
  /** Properties of an EnumDescriptorProto. */
@@ -6209,6 +6565,13 @@ export namespace google {
6209
6565
  * @returns JSON object
6210
6566
  */
6211
6567
  public toJSON(): { [k: string]: any };
6568
+
6569
+ /**
6570
+ * Gets the default type url for EnumDescriptorProto
6571
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
6572
+ * @returns The default type url
6573
+ */
6574
+ public static getTypeUrl(typeUrlPrefix?: string): string;
6212
6575
  }
6213
6576
 
6214
6577
  namespace EnumDescriptorProto {
@@ -6307,6 +6670,13 @@ export namespace google {
6307
6670
  * @returns JSON object
6308
6671
  */
6309
6672
  public toJSON(): { [k: string]: any };
6673
+
6674
+ /**
6675
+ * Gets the default type url for EnumReservedRange
6676
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
6677
+ * @returns The default type url
6678
+ */
6679
+ public static getTypeUrl(typeUrlPrefix?: string): string;
6310
6680
  }
6311
6681
  }
6312
6682
 
@@ -6410,6 +6780,13 @@ export namespace google {
6410
6780
  * @returns JSON object
6411
6781
  */
6412
6782
  public toJSON(): { [k: string]: any };
6783
+
6784
+ /**
6785
+ * Gets the default type url for EnumValueDescriptorProto
6786
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
6787
+ * @returns The default type url
6788
+ */
6789
+ public static getTypeUrl(typeUrlPrefix?: string): string;
6413
6790
  }
6414
6791
 
6415
6792
  /** Properties of a ServiceDescriptorProto. */
@@ -6512,6 +6889,13 @@ export namespace google {
6512
6889
  * @returns JSON object
6513
6890
  */
6514
6891
  public toJSON(): { [k: string]: any };
6892
+
6893
+ /**
6894
+ * Gets the default type url for ServiceDescriptorProto
6895
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
6896
+ * @returns The default type url
6897
+ */
6898
+ public static getTypeUrl(typeUrlPrefix?: string): string;
6515
6899
  }
6516
6900
 
6517
6901
  /** Properties of a MethodDescriptorProto. */
@@ -6632,6 +7016,13 @@ export namespace google {
6632
7016
  * @returns JSON object
6633
7017
  */
6634
7018
  public toJSON(): { [k: string]: any };
7019
+
7020
+ /**
7021
+ * Gets the default type url for MethodDescriptorProto
7022
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
7023
+ * @returns The default type url
7024
+ */
7025
+ public static getTypeUrl(typeUrlPrefix?: string): string;
6635
7026
  }
6636
7027
 
6637
7028
  /** Properties of a FileOptions. */
@@ -6845,6 +7236,13 @@ export namespace google {
6845
7236
  * @returns JSON object
6846
7237
  */
6847
7238
  public toJSON(): { [k: string]: any };
7239
+
7240
+ /**
7241
+ * Gets the default type url for FileOptions
7242
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
7243
+ * @returns The default type url
7244
+ */
7245
+ public static getTypeUrl(typeUrlPrefix?: string): string;
6848
7246
  }
6849
7247
 
6850
7248
  namespace FileOptions {
@@ -6972,6 +7370,13 @@ export namespace google {
6972
7370
  * @returns JSON object
6973
7371
  */
6974
7372
  public toJSON(): { [k: string]: any };
7373
+
7374
+ /**
7375
+ * Gets the default type url for MessageOptions
7376
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
7377
+ * @returns The default type url
7378
+ */
7379
+ public static getTypeUrl(typeUrlPrefix?: string): string;
6975
7380
  }
6976
7381
 
6977
7382
  /** Properties of a FieldOptions. */
@@ -7110,6 +7515,13 @@ export namespace google {
7110
7515
  * @returns JSON object
7111
7516
  */
7112
7517
  public toJSON(): { [k: string]: any };
7518
+
7519
+ /**
7520
+ * Gets the default type url for FieldOptions
7521
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
7522
+ * @returns The default type url
7523
+ */
7524
+ public static getTypeUrl(typeUrlPrefix?: string): string;
7113
7525
  }
7114
7526
 
7115
7527
  namespace FieldOptions {
@@ -7217,6 +7629,13 @@ export namespace google {
7217
7629
  * @returns JSON object
7218
7630
  */
7219
7631
  public toJSON(): { [k: string]: any };
7632
+
7633
+ /**
7634
+ * Gets the default type url for OneofOptions
7635
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
7636
+ * @returns The default type url
7637
+ */
7638
+ public static getTypeUrl(typeUrlPrefix?: string): string;
7220
7639
  }
7221
7640
 
7222
7641
  /** Properties of an EnumOptions. */
@@ -7319,6 +7738,13 @@ export namespace google {
7319
7738
  * @returns JSON object
7320
7739
  */
7321
7740
  public toJSON(): { [k: string]: any };
7741
+
7742
+ /**
7743
+ * Gets the default type url for EnumOptions
7744
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
7745
+ * @returns The default type url
7746
+ */
7747
+ public static getTypeUrl(typeUrlPrefix?: string): string;
7322
7748
  }
7323
7749
 
7324
7750
  /** Properties of an EnumValueOptions. */
@@ -7415,6 +7841,13 @@ export namespace google {
7415
7841
  * @returns JSON object
7416
7842
  */
7417
7843
  public toJSON(): { [k: string]: any };
7844
+
7845
+ /**
7846
+ * Gets the default type url for EnumValueOptions
7847
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
7848
+ * @returns The default type url
7849
+ */
7850
+ public static getTypeUrl(typeUrlPrefix?: string): string;
7418
7851
  }
7419
7852
 
7420
7853
  /** Properties of a ServiceOptions. */
@@ -7517,6 +7950,13 @@ export namespace google {
7517
7950
  * @returns JSON object
7518
7951
  */
7519
7952
  public toJSON(): { [k: string]: any };
7953
+
7954
+ /**
7955
+ * Gets the default type url for ServiceOptions
7956
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
7957
+ * @returns The default type url
7958
+ */
7959
+ public static getTypeUrl(typeUrlPrefix?: string): string;
7520
7960
  }
7521
7961
 
7522
7962
  /** Properties of a MethodOptions. */
@@ -7628,6 +8068,13 @@ export namespace google {
7628
8068
  * @returns JSON object
7629
8069
  */
7630
8070
  public toJSON(): { [k: string]: any };
8071
+
8072
+ /**
8073
+ * Gets the default type url for MethodOptions
8074
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
8075
+ * @returns The default type url
8076
+ */
8077
+ public static getTypeUrl(typeUrlPrefix?: string): string;
7631
8078
  }
7632
8079
 
7633
8080
  namespace MethodOptions {
@@ -7764,6 +8211,13 @@ export namespace google {
7764
8211
  * @returns JSON object
7765
8212
  */
7766
8213
  public toJSON(): { [k: string]: any };
8214
+
8215
+ /**
8216
+ * Gets the default type url for UninterpretedOption
8217
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
8218
+ * @returns The default type url
8219
+ */
8220
+ public static getTypeUrl(typeUrlPrefix?: string): string;
7767
8221
  }
7768
8222
 
7769
8223
  namespace UninterpretedOption {
@@ -7862,6 +8316,13 @@ export namespace google {
7862
8316
  * @returns JSON object
7863
8317
  */
7864
8318
  public toJSON(): { [k: string]: any };
8319
+
8320
+ /**
8321
+ * Gets the default type url for NamePart
8322
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
8323
+ * @returns The default type url
8324
+ */
8325
+ public static getTypeUrl(typeUrlPrefix?: string): string;
7865
8326
  }
7866
8327
  }
7867
8328
 
@@ -7953,6 +8414,13 @@ export namespace google {
7953
8414
  * @returns JSON object
7954
8415
  */
7955
8416
  public toJSON(): { [k: string]: any };
8417
+
8418
+ /**
8419
+ * Gets the default type url for SourceCodeInfo
8420
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
8421
+ * @returns The default type url
8422
+ */
8423
+ public static getTypeUrl(typeUrlPrefix?: string): string;
7956
8424
  }
7957
8425
 
7958
8426
  namespace SourceCodeInfo {
@@ -8069,6 +8537,13 @@ export namespace google {
8069
8537
  * @returns JSON object
8070
8538
  */
8071
8539
  public toJSON(): { [k: string]: any };
8540
+
8541
+ /**
8542
+ * Gets the default type url for Location
8543
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
8544
+ * @returns The default type url
8545
+ */
8546
+ public static getTypeUrl(typeUrlPrefix?: string): string;
8072
8547
  }
8073
8548
  }
8074
8549
 
@@ -8160,6 +8635,13 @@ export namespace google {
8160
8635
  * @returns JSON object
8161
8636
  */
8162
8637
  public toJSON(): { [k: string]: any };
8638
+
8639
+ /**
8640
+ * Gets the default type url for GeneratedCodeInfo
8641
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
8642
+ * @returns The default type url
8643
+ */
8644
+ public static getTypeUrl(typeUrlPrefix?: string): string;
8163
8645
  }
8164
8646
 
8165
8647
  namespace GeneratedCodeInfo {
@@ -8178,6 +8660,9 @@ export namespace google {
8178
8660
 
8179
8661
  /** Annotation end */
8180
8662
  end?: (number|null);
8663
+
8664
+ /** Annotation semantic */
8665
+ semantic?: (google.protobuf.GeneratedCodeInfo.Annotation.Semantic|keyof typeof google.protobuf.GeneratedCodeInfo.Annotation.Semantic|null);
8181
8666
  }
8182
8667
 
8183
8668
  /** Represents an Annotation. */
@@ -8201,6 +8686,9 @@ export namespace google {
8201
8686
  /** Annotation end. */
8202
8687
  public end: number;
8203
8688
 
8689
+ /** Annotation semantic. */
8690
+ public semantic: (google.protobuf.GeneratedCodeInfo.Annotation.Semantic|keyof typeof google.protobuf.GeneratedCodeInfo.Annotation.Semantic);
8691
+
8204
8692
  /**
8205
8693
  * Creates a new Annotation instance using the specified properties.
8206
8694
  * @param [properties] Properties to set
@@ -8270,6 +8758,23 @@ export namespace google {
8270
8758
  * @returns JSON object
8271
8759
  */
8272
8760
  public toJSON(): { [k: string]: any };
8761
+
8762
+ /**
8763
+ * Gets the default type url for Annotation
8764
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
8765
+ * @returns The default type url
8766
+ */
8767
+ public static getTypeUrl(typeUrlPrefix?: string): string;
8768
+ }
8769
+
8770
+ namespace Annotation {
8771
+
8772
+ /** Semantic enum. */
8773
+ enum Semantic {
8774
+ NONE = 0,
8775
+ SET = 1,
8776
+ ALIAS = 2
8777
+ }
8273
8778
  }
8274
8779
  }
8275
8780
 
@@ -8367,6 +8872,13 @@ export namespace google {
8367
8872
  * @returns JSON object
8368
8873
  */
8369
8874
  public toJSON(): { [k: string]: any };
8875
+
8876
+ /**
8877
+ * Gets the default type url for Duration
8878
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
8879
+ * @returns The default type url
8880
+ */
8881
+ public static getTypeUrl(typeUrlPrefix?: string): string;
8370
8882
  }
8371
8883
 
8372
8884
  /** Properties of a Timestamp. */
@@ -8463,6 +8975,13 @@ export namespace google {
8463
8975
  * @returns JSON object
8464
8976
  */
8465
8977
  public toJSON(): { [k: string]: any };
8978
+
8979
+ /**
8980
+ * Gets the default type url for Timestamp
8981
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
8982
+ * @returns The default type url
8983
+ */
8984
+ public static getTypeUrl(typeUrlPrefix?: string): string;
8466
8985
  }
8467
8986
 
8468
8987
  /** Properties of a DoubleValue. */
@@ -8553,6 +9072,13 @@ export namespace google {
8553
9072
  * @returns JSON object
8554
9073
  */
8555
9074
  public toJSON(): { [k: string]: any };
9075
+
9076
+ /**
9077
+ * Gets the default type url for DoubleValue
9078
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
9079
+ * @returns The default type url
9080
+ */
9081
+ public static getTypeUrl(typeUrlPrefix?: string): string;
8556
9082
  }
8557
9083
 
8558
9084
  /** Properties of a FloatValue. */
@@ -8643,6 +9169,13 @@ export namespace google {
8643
9169
  * @returns JSON object
8644
9170
  */
8645
9171
  public toJSON(): { [k: string]: any };
9172
+
9173
+ /**
9174
+ * Gets the default type url for FloatValue
9175
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
9176
+ * @returns The default type url
9177
+ */
9178
+ public static getTypeUrl(typeUrlPrefix?: string): string;
8646
9179
  }
8647
9180
 
8648
9181
  /** Properties of an Int64Value. */
@@ -8733,6 +9266,13 @@ export namespace google {
8733
9266
  * @returns JSON object
8734
9267
  */
8735
9268
  public toJSON(): { [k: string]: any };
9269
+
9270
+ /**
9271
+ * Gets the default type url for Int64Value
9272
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
9273
+ * @returns The default type url
9274
+ */
9275
+ public static getTypeUrl(typeUrlPrefix?: string): string;
8736
9276
  }
8737
9277
 
8738
9278
  /** Properties of a UInt64Value. */
@@ -8823,6 +9363,13 @@ export namespace google {
8823
9363
  * @returns JSON object
8824
9364
  */
8825
9365
  public toJSON(): { [k: string]: any };
9366
+
9367
+ /**
9368
+ * Gets the default type url for UInt64Value
9369
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
9370
+ * @returns The default type url
9371
+ */
9372
+ public static getTypeUrl(typeUrlPrefix?: string): string;
8826
9373
  }
8827
9374
 
8828
9375
  /** Properties of an Int32Value. */
@@ -8913,6 +9460,13 @@ export namespace google {
8913
9460
  * @returns JSON object
8914
9461
  */
8915
9462
  public toJSON(): { [k: string]: any };
9463
+
9464
+ /**
9465
+ * Gets the default type url for Int32Value
9466
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
9467
+ * @returns The default type url
9468
+ */
9469
+ public static getTypeUrl(typeUrlPrefix?: string): string;
8916
9470
  }
8917
9471
 
8918
9472
  /** Properties of a UInt32Value. */
@@ -9003,6 +9557,13 @@ export namespace google {
9003
9557
  * @returns JSON object
9004
9558
  */
9005
9559
  public toJSON(): { [k: string]: any };
9560
+
9561
+ /**
9562
+ * Gets the default type url for UInt32Value
9563
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
9564
+ * @returns The default type url
9565
+ */
9566
+ public static getTypeUrl(typeUrlPrefix?: string): string;
9006
9567
  }
9007
9568
 
9008
9569
  /** Properties of a BoolValue. */
@@ -9093,6 +9654,13 @@ export namespace google {
9093
9654
  * @returns JSON object
9094
9655
  */
9095
9656
  public toJSON(): { [k: string]: any };
9657
+
9658
+ /**
9659
+ * Gets the default type url for BoolValue
9660
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
9661
+ * @returns The default type url
9662
+ */
9663
+ public static getTypeUrl(typeUrlPrefix?: string): string;
9096
9664
  }
9097
9665
 
9098
9666
  /** Properties of a StringValue. */
@@ -9183,6 +9751,13 @@ export namespace google {
9183
9751
  * @returns JSON object
9184
9752
  */
9185
9753
  public toJSON(): { [k: string]: any };
9754
+
9755
+ /**
9756
+ * Gets the default type url for StringValue
9757
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
9758
+ * @returns The default type url
9759
+ */
9760
+ public static getTypeUrl(typeUrlPrefix?: string): string;
9186
9761
  }
9187
9762
 
9188
9763
  /** Properties of a BytesValue. */
@@ -9273,6 +9848,13 @@ export namespace google {
9273
9848
  * @returns JSON object
9274
9849
  */
9275
9850
  public toJSON(): { [k: string]: any };
9851
+
9852
+ /**
9853
+ * Gets the default type url for BytesValue
9854
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
9855
+ * @returns The default type url
9856
+ */
9857
+ public static getTypeUrl(typeUrlPrefix?: string): string;
9276
9858
  }
9277
9859
 
9278
9860
  /** Properties of an Any. */
@@ -9369,6 +9951,13 @@ export namespace google {
9369
9951
  * @returns JSON object
9370
9952
  */
9371
9953
  public toJSON(): { [k: string]: any };
9954
+
9955
+ /**
9956
+ * Gets the default type url for Any
9957
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
9958
+ * @returns The default type url
9959
+ */
9960
+ public static getTypeUrl(typeUrlPrefix?: string): string;
9372
9961
  }
9373
9962
 
9374
9963
  /** Properties of an Empty. */
@@ -9453,6 +10042,13 @@ export namespace google {
9453
10042
  * @returns JSON object
9454
10043
  */
9455
10044
  public toJSON(): { [k: string]: any };
10045
+
10046
+ /**
10047
+ * Gets the default type url for Empty
10048
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
10049
+ * @returns The default type url
10050
+ */
10051
+ public static getTypeUrl(typeUrlPrefix?: string): string;
9456
10052
  }
9457
10053
 
9458
10054
  /** Properties of a FieldMask. */
@@ -9543,6 +10139,13 @@ export namespace google {
9543
10139
  * @returns JSON object
9544
10140
  */
9545
10141
  public toJSON(): { [k: string]: any };
10142
+
10143
+ /**
10144
+ * Gets the default type url for FieldMask
10145
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
10146
+ * @returns The default type url
10147
+ */
10148
+ public static getTypeUrl(typeUrlPrefix?: string): string;
9546
10149
  }
9547
10150
  }
9548
10151
 
@@ -9649,6 +10252,13 @@ export namespace google {
9649
10252
  * @returns JSON object
9650
10253
  */
9651
10254
  public toJSON(): { [k: string]: any };
10255
+
10256
+ /**
10257
+ * Gets the default type url for Status
10258
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
10259
+ * @returns The default type url
10260
+ */
10261
+ public static getTypeUrl(typeUrlPrefix?: string): string;
9652
10262
  }
9653
10263
  }
9654
10264
 
@@ -9899,6 +10509,13 @@ export namespace google {
9899
10509
  * @returns JSON object
9900
10510
  */
9901
10511
  public toJSON(): { [k: string]: any };
10512
+
10513
+ /**
10514
+ * Gets the default type url for Operation
10515
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
10516
+ * @returns The default type url
10517
+ */
10518
+ public static getTypeUrl(typeUrlPrefix?: string): string;
9902
10519
  }
9903
10520
 
9904
10521
  /** Properties of a GetOperationRequest. */
@@ -9989,6 +10606,13 @@ export namespace google {
9989
10606
  * @returns JSON object
9990
10607
  */
9991
10608
  public toJSON(): { [k: string]: any };
10609
+
10610
+ /**
10611
+ * Gets the default type url for GetOperationRequest
10612
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
10613
+ * @returns The default type url
10614
+ */
10615
+ public static getTypeUrl(typeUrlPrefix?: string): string;
9992
10616
  }
9993
10617
 
9994
10618
  /** Properties of a ListOperationsRequest. */
@@ -10097,6 +10721,13 @@ export namespace google {
10097
10721
  * @returns JSON object
10098
10722
  */
10099
10723
  public toJSON(): { [k: string]: any };
10724
+
10725
+ /**
10726
+ * Gets the default type url for ListOperationsRequest
10727
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
10728
+ * @returns The default type url
10729
+ */
10730
+ public static getTypeUrl(typeUrlPrefix?: string): string;
10100
10731
  }
10101
10732
 
10102
10733
  /** Properties of a ListOperationsResponse. */
@@ -10193,6 +10824,13 @@ export namespace google {
10193
10824
  * @returns JSON object
10194
10825
  */
10195
10826
  public toJSON(): { [k: string]: any };
10827
+
10828
+ /**
10829
+ * Gets the default type url for ListOperationsResponse
10830
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
10831
+ * @returns The default type url
10832
+ */
10833
+ public static getTypeUrl(typeUrlPrefix?: string): string;
10196
10834
  }
10197
10835
 
10198
10836
  /** Properties of a CancelOperationRequest. */
@@ -10283,6 +10921,13 @@ export namespace google {
10283
10921
  * @returns JSON object
10284
10922
  */
10285
10923
  public toJSON(): { [k: string]: any };
10924
+
10925
+ /**
10926
+ * Gets the default type url for CancelOperationRequest
10927
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
10928
+ * @returns The default type url
10929
+ */
10930
+ public static getTypeUrl(typeUrlPrefix?: string): string;
10286
10931
  }
10287
10932
 
10288
10933
  /** Properties of a DeleteOperationRequest. */
@@ -10373,6 +11018,13 @@ export namespace google {
10373
11018
  * @returns JSON object
10374
11019
  */
10375
11020
  public toJSON(): { [k: string]: any };
11021
+
11022
+ /**
11023
+ * Gets the default type url for DeleteOperationRequest
11024
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
11025
+ * @returns The default type url
11026
+ */
11027
+ public static getTypeUrl(typeUrlPrefix?: string): string;
10376
11028
  }
10377
11029
 
10378
11030
  /** Properties of a WaitOperationRequest. */
@@ -10469,6 +11121,13 @@ export namespace google {
10469
11121
  * @returns JSON object
10470
11122
  */
10471
11123
  public toJSON(): { [k: string]: any };
11124
+
11125
+ /**
11126
+ * Gets the default type url for WaitOperationRequest
11127
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
11128
+ * @returns The default type url
11129
+ */
11130
+ public static getTypeUrl(typeUrlPrefix?: string): string;
10472
11131
  }
10473
11132
 
10474
11133
  /** Properties of an OperationInfo. */
@@ -10565,6 +11224,13 @@ export namespace google {
10565
11224
  * @returns JSON object
10566
11225
  */
10567
11226
  public toJSON(): { [k: string]: any };
11227
+
11228
+ /**
11229
+ * Gets the default type url for OperationInfo
11230
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
11231
+ * @returns The default type url
11232
+ */
11233
+ public static getTypeUrl(typeUrlPrefix?: string): string;
10568
11234
  }
10569
11235
  }
10570
11236
  }