@google-cloud/dms 1.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.
- package/CHANGELOG.md +29 -0
- package/README.md +17 -17
- package/build/protos/google/cloud/clouddms/v1/clouddms_resources.proto +1 -2
- package/build/protos/protos.d.ts +699 -26
- package/build/protos/protos.js +3227 -1269
- package/build/protos/protos.json +38 -1
- package/build/src/v1/data_migration_service_client.d.ts +581 -96
- package/build/src/v1/data_migration_service_client.js +168 -605
- package/build/src/v1/data_migration_service_client.js.map +1 -1
- package/build/src/v1/index.js +2 -1
- package/build/src/v1/index.js.map +1 -1
- package/package.json +12 -12
package/build/protos/protos.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// Copyright
|
|
1
|
+
// Copyright 2022 Google LLC
|
|
2
2
|
//
|
|
3
3
|
// Licensed under the Apache License, Version 2.0 (the "License");
|
|
4
4
|
// you may not use this file except in compliance with the License.
|
|
@@ -12,8 +12,8 @@
|
|
|
12
12
|
// See the License for the specific language governing permissions and
|
|
13
13
|
// limitations under the License.
|
|
14
14
|
|
|
15
|
-
import
|
|
16
|
-
import {protobuf as $protobuf} from "google-gax";
|
|
15
|
+
import Long = require("long");
|
|
16
|
+
import type {protobuf as $protobuf} from "google-gax";
|
|
17
17
|
/** Namespace google. */
|
|
18
18
|
export namespace google {
|
|
19
19
|
|
|
@@ -288,119 +288,119 @@ export namespace google {
|
|
|
288
288
|
namespace DataMigrationService {
|
|
289
289
|
|
|
290
290
|
/**
|
|
291
|
-
* Callback as used by {@link google.cloud.clouddms.v1.DataMigrationService
|
|
291
|
+
* Callback as used by {@link google.cloud.clouddms.v1.DataMigrationService|listMigrationJobs}.
|
|
292
292
|
* @param error Error, if any
|
|
293
293
|
* @param [response] ListMigrationJobsResponse
|
|
294
294
|
*/
|
|
295
295
|
type ListMigrationJobsCallback = (error: (Error|null), response?: google.cloud.clouddms.v1.ListMigrationJobsResponse) => void;
|
|
296
296
|
|
|
297
297
|
/**
|
|
298
|
-
* Callback as used by {@link google.cloud.clouddms.v1.DataMigrationService
|
|
298
|
+
* Callback as used by {@link google.cloud.clouddms.v1.DataMigrationService|getMigrationJob}.
|
|
299
299
|
* @param error Error, if any
|
|
300
300
|
* @param [response] MigrationJob
|
|
301
301
|
*/
|
|
302
302
|
type GetMigrationJobCallback = (error: (Error|null), response?: google.cloud.clouddms.v1.MigrationJob) => void;
|
|
303
303
|
|
|
304
304
|
/**
|
|
305
|
-
* Callback as used by {@link google.cloud.clouddms.v1.DataMigrationService
|
|
305
|
+
* Callback as used by {@link google.cloud.clouddms.v1.DataMigrationService|createMigrationJob}.
|
|
306
306
|
* @param error Error, if any
|
|
307
307
|
* @param [response] Operation
|
|
308
308
|
*/
|
|
309
309
|
type CreateMigrationJobCallback = (error: (Error|null), response?: google.longrunning.Operation) => void;
|
|
310
310
|
|
|
311
311
|
/**
|
|
312
|
-
* Callback as used by {@link google.cloud.clouddms.v1.DataMigrationService
|
|
312
|
+
* Callback as used by {@link google.cloud.clouddms.v1.DataMigrationService|updateMigrationJob}.
|
|
313
313
|
* @param error Error, if any
|
|
314
314
|
* @param [response] Operation
|
|
315
315
|
*/
|
|
316
316
|
type UpdateMigrationJobCallback = (error: (Error|null), response?: google.longrunning.Operation) => void;
|
|
317
317
|
|
|
318
318
|
/**
|
|
319
|
-
* Callback as used by {@link google.cloud.clouddms.v1.DataMigrationService
|
|
319
|
+
* Callback as used by {@link google.cloud.clouddms.v1.DataMigrationService|deleteMigrationJob}.
|
|
320
320
|
* @param error Error, if any
|
|
321
321
|
* @param [response] Operation
|
|
322
322
|
*/
|
|
323
323
|
type DeleteMigrationJobCallback = (error: (Error|null), response?: google.longrunning.Operation) => void;
|
|
324
324
|
|
|
325
325
|
/**
|
|
326
|
-
* Callback as used by {@link google.cloud.clouddms.v1.DataMigrationService
|
|
326
|
+
* Callback as used by {@link google.cloud.clouddms.v1.DataMigrationService|startMigrationJob}.
|
|
327
327
|
* @param error Error, if any
|
|
328
328
|
* @param [response] Operation
|
|
329
329
|
*/
|
|
330
330
|
type StartMigrationJobCallback = (error: (Error|null), response?: google.longrunning.Operation) => void;
|
|
331
331
|
|
|
332
332
|
/**
|
|
333
|
-
* Callback as used by {@link google.cloud.clouddms.v1.DataMigrationService
|
|
333
|
+
* Callback as used by {@link google.cloud.clouddms.v1.DataMigrationService|stopMigrationJob}.
|
|
334
334
|
* @param error Error, if any
|
|
335
335
|
* @param [response] Operation
|
|
336
336
|
*/
|
|
337
337
|
type StopMigrationJobCallback = (error: (Error|null), response?: google.longrunning.Operation) => void;
|
|
338
338
|
|
|
339
339
|
/**
|
|
340
|
-
* Callback as used by {@link google.cloud.clouddms.v1.DataMigrationService
|
|
340
|
+
* Callback as used by {@link google.cloud.clouddms.v1.DataMigrationService|resumeMigrationJob}.
|
|
341
341
|
* @param error Error, if any
|
|
342
342
|
* @param [response] Operation
|
|
343
343
|
*/
|
|
344
344
|
type ResumeMigrationJobCallback = (error: (Error|null), response?: google.longrunning.Operation) => void;
|
|
345
345
|
|
|
346
346
|
/**
|
|
347
|
-
* Callback as used by {@link google.cloud.clouddms.v1.DataMigrationService
|
|
347
|
+
* Callback as used by {@link google.cloud.clouddms.v1.DataMigrationService|promoteMigrationJob}.
|
|
348
348
|
* @param error Error, if any
|
|
349
349
|
* @param [response] Operation
|
|
350
350
|
*/
|
|
351
351
|
type PromoteMigrationJobCallback = (error: (Error|null), response?: google.longrunning.Operation) => void;
|
|
352
352
|
|
|
353
353
|
/**
|
|
354
|
-
* Callback as used by {@link google.cloud.clouddms.v1.DataMigrationService
|
|
354
|
+
* Callback as used by {@link google.cloud.clouddms.v1.DataMigrationService|verifyMigrationJob}.
|
|
355
355
|
* @param error Error, if any
|
|
356
356
|
* @param [response] Operation
|
|
357
357
|
*/
|
|
358
358
|
type VerifyMigrationJobCallback = (error: (Error|null), response?: google.longrunning.Operation) => void;
|
|
359
359
|
|
|
360
360
|
/**
|
|
361
|
-
* Callback as used by {@link google.cloud.clouddms.v1.DataMigrationService
|
|
361
|
+
* Callback as used by {@link google.cloud.clouddms.v1.DataMigrationService|restartMigrationJob}.
|
|
362
362
|
* @param error Error, if any
|
|
363
363
|
* @param [response] Operation
|
|
364
364
|
*/
|
|
365
365
|
type RestartMigrationJobCallback = (error: (Error|null), response?: google.longrunning.Operation) => void;
|
|
366
366
|
|
|
367
367
|
/**
|
|
368
|
-
* Callback as used by {@link google.cloud.clouddms.v1.DataMigrationService
|
|
368
|
+
* Callback as used by {@link google.cloud.clouddms.v1.DataMigrationService|generateSshScript}.
|
|
369
369
|
* @param error Error, if any
|
|
370
370
|
* @param [response] SshScript
|
|
371
371
|
*/
|
|
372
372
|
type GenerateSshScriptCallback = (error: (Error|null), response?: google.cloud.clouddms.v1.SshScript) => void;
|
|
373
373
|
|
|
374
374
|
/**
|
|
375
|
-
* Callback as used by {@link google.cloud.clouddms.v1.DataMigrationService
|
|
375
|
+
* Callback as used by {@link google.cloud.clouddms.v1.DataMigrationService|listConnectionProfiles}.
|
|
376
376
|
* @param error Error, if any
|
|
377
377
|
* @param [response] ListConnectionProfilesResponse
|
|
378
378
|
*/
|
|
379
379
|
type ListConnectionProfilesCallback = (error: (Error|null), response?: google.cloud.clouddms.v1.ListConnectionProfilesResponse) => void;
|
|
380
380
|
|
|
381
381
|
/**
|
|
382
|
-
* Callback as used by {@link google.cloud.clouddms.v1.DataMigrationService
|
|
382
|
+
* Callback as used by {@link google.cloud.clouddms.v1.DataMigrationService|getConnectionProfile}.
|
|
383
383
|
* @param error Error, if any
|
|
384
384
|
* @param [response] ConnectionProfile
|
|
385
385
|
*/
|
|
386
386
|
type GetConnectionProfileCallback = (error: (Error|null), response?: google.cloud.clouddms.v1.ConnectionProfile) => void;
|
|
387
387
|
|
|
388
388
|
/**
|
|
389
|
-
* Callback as used by {@link google.cloud.clouddms.v1.DataMigrationService
|
|
389
|
+
* Callback as used by {@link google.cloud.clouddms.v1.DataMigrationService|createConnectionProfile}.
|
|
390
390
|
* @param error Error, if any
|
|
391
391
|
* @param [response] Operation
|
|
392
392
|
*/
|
|
393
393
|
type CreateConnectionProfileCallback = (error: (Error|null), response?: google.longrunning.Operation) => void;
|
|
394
394
|
|
|
395
395
|
/**
|
|
396
|
-
* Callback as used by {@link google.cloud.clouddms.v1.DataMigrationService
|
|
396
|
+
* Callback as used by {@link google.cloud.clouddms.v1.DataMigrationService|updateConnectionProfile}.
|
|
397
397
|
* @param error Error, if any
|
|
398
398
|
* @param [response] Operation
|
|
399
399
|
*/
|
|
400
400
|
type UpdateConnectionProfileCallback = (error: (Error|null), response?: google.longrunning.Operation) => void;
|
|
401
401
|
|
|
402
402
|
/**
|
|
403
|
-
* Callback as used by {@link google.cloud.clouddms.v1.DataMigrationService
|
|
403
|
+
* Callback as used by {@link google.cloud.clouddms.v1.DataMigrationService|deleteConnectionProfile}.
|
|
404
404
|
* @param error Error, if any
|
|
405
405
|
* @param [response] Operation
|
|
406
406
|
*/
|
|
@@ -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. */
|
|
@@ -4892,7 +5172,8 @@ export namespace google {
|
|
|
4892
5172
|
OUTPUT_ONLY = 3,
|
|
4893
5173
|
INPUT_ONLY = 4,
|
|
4894
5174
|
IMMUTABLE = 5,
|
|
4895
|
-
UNORDERED_LIST = 6
|
|
5175
|
+
UNORDERED_LIST = 6,
|
|
5176
|
+
NON_EMPTY_DEFAULT = 7
|
|
4896
5177
|
}
|
|
4897
5178
|
|
|
4898
5179
|
/** Properties of a ResourceDescriptor. */
|
|
@@ -5019,6 +5300,13 @@ export namespace google {
|
|
|
5019
5300
|
* @returns JSON object
|
|
5020
5301
|
*/
|
|
5021
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;
|
|
5022
5310
|
}
|
|
5023
5311
|
|
|
5024
5312
|
namespace ResourceDescriptor {
|
|
@@ -5131,6 +5419,13 @@ export namespace google {
|
|
|
5131
5419
|
* @returns JSON object
|
|
5132
5420
|
*/
|
|
5133
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;
|
|
5134
5429
|
}
|
|
5135
5430
|
}
|
|
5136
5431
|
|
|
@@ -5225,6 +5520,13 @@ export namespace google {
|
|
|
5225
5520
|
* @returns JSON object
|
|
5226
5521
|
*/
|
|
5227
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;
|
|
5228
5530
|
}
|
|
5229
5531
|
|
|
5230
5532
|
/** Properties of a FileDescriptorProto. */
|
|
@@ -5265,6 +5567,9 @@ export namespace google {
|
|
|
5265
5567
|
|
|
5266
5568
|
/** FileDescriptorProto syntax */
|
|
5267
5569
|
syntax?: (string|null);
|
|
5570
|
+
|
|
5571
|
+
/** FileDescriptorProto edition */
|
|
5572
|
+
edition?: (string|null);
|
|
5268
5573
|
}
|
|
5269
5574
|
|
|
5270
5575
|
/** Represents a FileDescriptorProto. */
|
|
@@ -5312,6 +5617,9 @@ export namespace google {
|
|
|
5312
5617
|
/** FileDescriptorProto syntax. */
|
|
5313
5618
|
public syntax: string;
|
|
5314
5619
|
|
|
5620
|
+
/** FileDescriptorProto edition. */
|
|
5621
|
+
public edition: string;
|
|
5622
|
+
|
|
5315
5623
|
/**
|
|
5316
5624
|
* Creates a new FileDescriptorProto instance using the specified properties.
|
|
5317
5625
|
* @param [properties] Properties to set
|
|
@@ -5381,6 +5689,13 @@ export namespace google {
|
|
|
5381
5689
|
* @returns JSON object
|
|
5382
5690
|
*/
|
|
5383
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;
|
|
5384
5699
|
}
|
|
5385
5700
|
|
|
5386
5701
|
/** Properties of a DescriptorProto. */
|
|
@@ -5525,6 +5840,13 @@ export namespace google {
|
|
|
5525
5840
|
* @returns JSON object
|
|
5526
5841
|
*/
|
|
5527
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;
|
|
5528
5850
|
}
|
|
5529
5851
|
|
|
5530
5852
|
namespace DescriptorProto {
|
|
@@ -5629,6 +5951,13 @@ export namespace google {
|
|
|
5629
5951
|
* @returns JSON object
|
|
5630
5952
|
*/
|
|
5631
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;
|
|
5632
5961
|
}
|
|
5633
5962
|
|
|
5634
5963
|
/** Properties of a ReservedRange. */
|
|
@@ -5725,6 +6054,13 @@ export namespace google {
|
|
|
5725
6054
|
* @returns JSON object
|
|
5726
6055
|
*/
|
|
5727
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;
|
|
5728
6064
|
}
|
|
5729
6065
|
}
|
|
5730
6066
|
|
|
@@ -5816,6 +6152,13 @@ export namespace google {
|
|
|
5816
6152
|
* @returns JSON object
|
|
5817
6153
|
*/
|
|
5818
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;
|
|
5819
6162
|
}
|
|
5820
6163
|
|
|
5821
6164
|
/** Properties of a FieldDescriptorProto. */
|
|
@@ -5966,6 +6309,13 @@ export namespace google {
|
|
|
5966
6309
|
* @returns JSON object
|
|
5967
6310
|
*/
|
|
5968
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;
|
|
5969
6319
|
}
|
|
5970
6320
|
|
|
5971
6321
|
namespace FieldDescriptorProto {
|
|
@@ -6094,6 +6444,13 @@ export namespace google {
|
|
|
6094
6444
|
* @returns JSON object
|
|
6095
6445
|
*/
|
|
6096
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;
|
|
6097
6454
|
}
|
|
6098
6455
|
|
|
6099
6456
|
/** Properties of an EnumDescriptorProto. */
|
|
@@ -6208,6 +6565,13 @@ export namespace google {
|
|
|
6208
6565
|
* @returns JSON object
|
|
6209
6566
|
*/
|
|
6210
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;
|
|
6211
6575
|
}
|
|
6212
6576
|
|
|
6213
6577
|
namespace EnumDescriptorProto {
|
|
@@ -6306,6 +6670,13 @@ export namespace google {
|
|
|
6306
6670
|
* @returns JSON object
|
|
6307
6671
|
*/
|
|
6308
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;
|
|
6309
6680
|
}
|
|
6310
6681
|
}
|
|
6311
6682
|
|
|
@@ -6409,6 +6780,13 @@ export namespace google {
|
|
|
6409
6780
|
* @returns JSON object
|
|
6410
6781
|
*/
|
|
6411
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;
|
|
6412
6790
|
}
|
|
6413
6791
|
|
|
6414
6792
|
/** Properties of a ServiceDescriptorProto. */
|
|
@@ -6511,6 +6889,13 @@ export namespace google {
|
|
|
6511
6889
|
* @returns JSON object
|
|
6512
6890
|
*/
|
|
6513
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;
|
|
6514
6899
|
}
|
|
6515
6900
|
|
|
6516
6901
|
/** Properties of a MethodDescriptorProto. */
|
|
@@ -6631,6 +7016,13 @@ export namespace google {
|
|
|
6631
7016
|
* @returns JSON object
|
|
6632
7017
|
*/
|
|
6633
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;
|
|
6634
7026
|
}
|
|
6635
7027
|
|
|
6636
7028
|
/** Properties of a FileOptions. */
|
|
@@ -6844,6 +7236,13 @@ export namespace google {
|
|
|
6844
7236
|
* @returns JSON object
|
|
6845
7237
|
*/
|
|
6846
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;
|
|
6847
7246
|
}
|
|
6848
7247
|
|
|
6849
7248
|
namespace FileOptions {
|
|
@@ -6971,6 +7370,13 @@ export namespace google {
|
|
|
6971
7370
|
* @returns JSON object
|
|
6972
7371
|
*/
|
|
6973
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;
|
|
6974
7380
|
}
|
|
6975
7381
|
|
|
6976
7382
|
/** Properties of a FieldOptions. */
|
|
@@ -6988,6 +7394,9 @@ export namespace google {
|
|
|
6988
7394
|
/** FieldOptions lazy */
|
|
6989
7395
|
lazy?: (boolean|null);
|
|
6990
7396
|
|
|
7397
|
+
/** FieldOptions unverifiedLazy */
|
|
7398
|
+
unverifiedLazy?: (boolean|null);
|
|
7399
|
+
|
|
6991
7400
|
/** FieldOptions deprecated */
|
|
6992
7401
|
deprecated?: (boolean|null);
|
|
6993
7402
|
|
|
@@ -7025,6 +7434,9 @@ export namespace google {
|
|
|
7025
7434
|
/** FieldOptions lazy. */
|
|
7026
7435
|
public lazy: boolean;
|
|
7027
7436
|
|
|
7437
|
+
/** FieldOptions unverifiedLazy. */
|
|
7438
|
+
public unverifiedLazy: boolean;
|
|
7439
|
+
|
|
7028
7440
|
/** FieldOptions deprecated. */
|
|
7029
7441
|
public deprecated: boolean;
|
|
7030
7442
|
|
|
@@ -7103,6 +7515,13 @@ export namespace google {
|
|
|
7103
7515
|
* @returns JSON object
|
|
7104
7516
|
*/
|
|
7105
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;
|
|
7106
7525
|
}
|
|
7107
7526
|
|
|
7108
7527
|
namespace FieldOptions {
|
|
@@ -7210,6 +7629,13 @@ export namespace google {
|
|
|
7210
7629
|
* @returns JSON object
|
|
7211
7630
|
*/
|
|
7212
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;
|
|
7213
7639
|
}
|
|
7214
7640
|
|
|
7215
7641
|
/** Properties of an EnumOptions. */
|
|
@@ -7312,6 +7738,13 @@ export namespace google {
|
|
|
7312
7738
|
* @returns JSON object
|
|
7313
7739
|
*/
|
|
7314
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;
|
|
7315
7748
|
}
|
|
7316
7749
|
|
|
7317
7750
|
/** Properties of an EnumValueOptions. */
|
|
@@ -7408,6 +7841,13 @@ export namespace google {
|
|
|
7408
7841
|
* @returns JSON object
|
|
7409
7842
|
*/
|
|
7410
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;
|
|
7411
7851
|
}
|
|
7412
7852
|
|
|
7413
7853
|
/** Properties of a ServiceOptions. */
|
|
@@ -7510,6 +7950,13 @@ export namespace google {
|
|
|
7510
7950
|
* @returns JSON object
|
|
7511
7951
|
*/
|
|
7512
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;
|
|
7513
7960
|
}
|
|
7514
7961
|
|
|
7515
7962
|
/** Properties of a MethodOptions. */
|
|
@@ -7621,6 +8068,13 @@ export namespace google {
|
|
|
7621
8068
|
* @returns JSON object
|
|
7622
8069
|
*/
|
|
7623
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;
|
|
7624
8078
|
}
|
|
7625
8079
|
|
|
7626
8080
|
namespace MethodOptions {
|
|
@@ -7757,6 +8211,13 @@ export namespace google {
|
|
|
7757
8211
|
* @returns JSON object
|
|
7758
8212
|
*/
|
|
7759
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;
|
|
7760
8221
|
}
|
|
7761
8222
|
|
|
7762
8223
|
namespace UninterpretedOption {
|
|
@@ -7855,6 +8316,13 @@ export namespace google {
|
|
|
7855
8316
|
* @returns JSON object
|
|
7856
8317
|
*/
|
|
7857
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;
|
|
7858
8326
|
}
|
|
7859
8327
|
}
|
|
7860
8328
|
|
|
@@ -7946,6 +8414,13 @@ export namespace google {
|
|
|
7946
8414
|
* @returns JSON object
|
|
7947
8415
|
*/
|
|
7948
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;
|
|
7949
8424
|
}
|
|
7950
8425
|
|
|
7951
8426
|
namespace SourceCodeInfo {
|
|
@@ -8062,6 +8537,13 @@ export namespace google {
|
|
|
8062
8537
|
* @returns JSON object
|
|
8063
8538
|
*/
|
|
8064
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;
|
|
8065
8547
|
}
|
|
8066
8548
|
}
|
|
8067
8549
|
|
|
@@ -8153,6 +8635,13 @@ export namespace google {
|
|
|
8153
8635
|
* @returns JSON object
|
|
8154
8636
|
*/
|
|
8155
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;
|
|
8156
8645
|
}
|
|
8157
8646
|
|
|
8158
8647
|
namespace GeneratedCodeInfo {
|
|
@@ -8171,6 +8660,9 @@ export namespace google {
|
|
|
8171
8660
|
|
|
8172
8661
|
/** Annotation end */
|
|
8173
8662
|
end?: (number|null);
|
|
8663
|
+
|
|
8664
|
+
/** Annotation semantic */
|
|
8665
|
+
semantic?: (google.protobuf.GeneratedCodeInfo.Annotation.Semantic|keyof typeof google.protobuf.GeneratedCodeInfo.Annotation.Semantic|null);
|
|
8174
8666
|
}
|
|
8175
8667
|
|
|
8176
8668
|
/** Represents an Annotation. */
|
|
@@ -8194,6 +8686,9 @@ export namespace google {
|
|
|
8194
8686
|
/** Annotation end. */
|
|
8195
8687
|
public end: number;
|
|
8196
8688
|
|
|
8689
|
+
/** Annotation semantic. */
|
|
8690
|
+
public semantic: (google.protobuf.GeneratedCodeInfo.Annotation.Semantic|keyof typeof google.protobuf.GeneratedCodeInfo.Annotation.Semantic);
|
|
8691
|
+
|
|
8197
8692
|
/**
|
|
8198
8693
|
* Creates a new Annotation instance using the specified properties.
|
|
8199
8694
|
* @param [properties] Properties to set
|
|
@@ -8263,6 +8758,23 @@ export namespace google {
|
|
|
8263
8758
|
* @returns JSON object
|
|
8264
8759
|
*/
|
|
8265
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
|
+
}
|
|
8266
8778
|
}
|
|
8267
8779
|
}
|
|
8268
8780
|
|
|
@@ -8360,6 +8872,13 @@ export namespace google {
|
|
|
8360
8872
|
* @returns JSON object
|
|
8361
8873
|
*/
|
|
8362
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;
|
|
8363
8882
|
}
|
|
8364
8883
|
|
|
8365
8884
|
/** Properties of a Timestamp. */
|
|
@@ -8456,6 +8975,13 @@ export namespace google {
|
|
|
8456
8975
|
* @returns JSON object
|
|
8457
8976
|
*/
|
|
8458
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;
|
|
8459
8985
|
}
|
|
8460
8986
|
|
|
8461
8987
|
/** Properties of a DoubleValue. */
|
|
@@ -8546,6 +9072,13 @@ export namespace google {
|
|
|
8546
9072
|
* @returns JSON object
|
|
8547
9073
|
*/
|
|
8548
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;
|
|
8549
9082
|
}
|
|
8550
9083
|
|
|
8551
9084
|
/** Properties of a FloatValue. */
|
|
@@ -8636,6 +9169,13 @@ export namespace google {
|
|
|
8636
9169
|
* @returns JSON object
|
|
8637
9170
|
*/
|
|
8638
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;
|
|
8639
9179
|
}
|
|
8640
9180
|
|
|
8641
9181
|
/** Properties of an Int64Value. */
|
|
@@ -8726,6 +9266,13 @@ export namespace google {
|
|
|
8726
9266
|
* @returns JSON object
|
|
8727
9267
|
*/
|
|
8728
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;
|
|
8729
9276
|
}
|
|
8730
9277
|
|
|
8731
9278
|
/** Properties of a UInt64Value. */
|
|
@@ -8816,6 +9363,13 @@ export namespace google {
|
|
|
8816
9363
|
* @returns JSON object
|
|
8817
9364
|
*/
|
|
8818
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;
|
|
8819
9373
|
}
|
|
8820
9374
|
|
|
8821
9375
|
/** Properties of an Int32Value. */
|
|
@@ -8906,6 +9460,13 @@ export namespace google {
|
|
|
8906
9460
|
* @returns JSON object
|
|
8907
9461
|
*/
|
|
8908
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;
|
|
8909
9470
|
}
|
|
8910
9471
|
|
|
8911
9472
|
/** Properties of a UInt32Value. */
|
|
@@ -8996,6 +9557,13 @@ export namespace google {
|
|
|
8996
9557
|
* @returns JSON object
|
|
8997
9558
|
*/
|
|
8998
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;
|
|
8999
9567
|
}
|
|
9000
9568
|
|
|
9001
9569
|
/** Properties of a BoolValue. */
|
|
@@ -9086,6 +9654,13 @@ export namespace google {
|
|
|
9086
9654
|
* @returns JSON object
|
|
9087
9655
|
*/
|
|
9088
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;
|
|
9089
9664
|
}
|
|
9090
9665
|
|
|
9091
9666
|
/** Properties of a StringValue. */
|
|
@@ -9176,6 +9751,13 @@ export namespace google {
|
|
|
9176
9751
|
* @returns JSON object
|
|
9177
9752
|
*/
|
|
9178
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;
|
|
9179
9761
|
}
|
|
9180
9762
|
|
|
9181
9763
|
/** Properties of a BytesValue. */
|
|
@@ -9266,6 +9848,13 @@ export namespace google {
|
|
|
9266
9848
|
* @returns JSON object
|
|
9267
9849
|
*/
|
|
9268
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;
|
|
9269
9858
|
}
|
|
9270
9859
|
|
|
9271
9860
|
/** Properties of an Any. */
|
|
@@ -9362,6 +9951,13 @@ export namespace google {
|
|
|
9362
9951
|
* @returns JSON object
|
|
9363
9952
|
*/
|
|
9364
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;
|
|
9365
9961
|
}
|
|
9366
9962
|
|
|
9367
9963
|
/** Properties of an Empty. */
|
|
@@ -9446,6 +10042,13 @@ export namespace google {
|
|
|
9446
10042
|
* @returns JSON object
|
|
9447
10043
|
*/
|
|
9448
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;
|
|
9449
10052
|
}
|
|
9450
10053
|
|
|
9451
10054
|
/** Properties of a FieldMask. */
|
|
@@ -9536,6 +10139,13 @@ export namespace google {
|
|
|
9536
10139
|
* @returns JSON object
|
|
9537
10140
|
*/
|
|
9538
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;
|
|
9539
10149
|
}
|
|
9540
10150
|
}
|
|
9541
10151
|
|
|
@@ -9642,6 +10252,13 @@ export namespace google {
|
|
|
9642
10252
|
* @returns JSON object
|
|
9643
10253
|
*/
|
|
9644
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;
|
|
9645
10262
|
}
|
|
9646
10263
|
}
|
|
9647
10264
|
|
|
@@ -9742,35 +10359,35 @@ export namespace google {
|
|
|
9742
10359
|
namespace Operations {
|
|
9743
10360
|
|
|
9744
10361
|
/**
|
|
9745
|
-
* Callback as used by {@link google.longrunning.Operations
|
|
10362
|
+
* Callback as used by {@link google.longrunning.Operations|listOperations}.
|
|
9746
10363
|
* @param error Error, if any
|
|
9747
10364
|
* @param [response] ListOperationsResponse
|
|
9748
10365
|
*/
|
|
9749
10366
|
type ListOperationsCallback = (error: (Error|null), response?: google.longrunning.ListOperationsResponse) => void;
|
|
9750
10367
|
|
|
9751
10368
|
/**
|
|
9752
|
-
* Callback as used by {@link google.longrunning.Operations
|
|
10369
|
+
* Callback as used by {@link google.longrunning.Operations|getOperation}.
|
|
9753
10370
|
* @param error Error, if any
|
|
9754
10371
|
* @param [response] Operation
|
|
9755
10372
|
*/
|
|
9756
10373
|
type GetOperationCallback = (error: (Error|null), response?: google.longrunning.Operation) => void;
|
|
9757
10374
|
|
|
9758
10375
|
/**
|
|
9759
|
-
* Callback as used by {@link google.longrunning.Operations
|
|
10376
|
+
* Callback as used by {@link google.longrunning.Operations|deleteOperation}.
|
|
9760
10377
|
* @param error Error, if any
|
|
9761
10378
|
* @param [response] Empty
|
|
9762
10379
|
*/
|
|
9763
10380
|
type DeleteOperationCallback = (error: (Error|null), response?: google.protobuf.Empty) => void;
|
|
9764
10381
|
|
|
9765
10382
|
/**
|
|
9766
|
-
* Callback as used by {@link google.longrunning.Operations
|
|
10383
|
+
* Callback as used by {@link google.longrunning.Operations|cancelOperation}.
|
|
9767
10384
|
* @param error Error, if any
|
|
9768
10385
|
* @param [response] Empty
|
|
9769
10386
|
*/
|
|
9770
10387
|
type CancelOperationCallback = (error: (Error|null), response?: google.protobuf.Empty) => void;
|
|
9771
10388
|
|
|
9772
10389
|
/**
|
|
9773
|
-
* Callback as used by {@link google.longrunning.Operations
|
|
10390
|
+
* Callback as used by {@link google.longrunning.Operations|waitOperation}.
|
|
9774
10391
|
* @param error Error, if any
|
|
9775
10392
|
* @param [response] Operation
|
|
9776
10393
|
*/
|
|
@@ -9892,6 +10509,13 @@ export namespace google {
|
|
|
9892
10509
|
* @returns JSON object
|
|
9893
10510
|
*/
|
|
9894
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;
|
|
9895
10519
|
}
|
|
9896
10520
|
|
|
9897
10521
|
/** Properties of a GetOperationRequest. */
|
|
@@ -9982,6 +10606,13 @@ export namespace google {
|
|
|
9982
10606
|
* @returns JSON object
|
|
9983
10607
|
*/
|
|
9984
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;
|
|
9985
10616
|
}
|
|
9986
10617
|
|
|
9987
10618
|
/** Properties of a ListOperationsRequest. */
|
|
@@ -10090,6 +10721,13 @@ export namespace google {
|
|
|
10090
10721
|
* @returns JSON object
|
|
10091
10722
|
*/
|
|
10092
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;
|
|
10093
10731
|
}
|
|
10094
10732
|
|
|
10095
10733
|
/** Properties of a ListOperationsResponse. */
|
|
@@ -10186,6 +10824,13 @@ export namespace google {
|
|
|
10186
10824
|
* @returns JSON object
|
|
10187
10825
|
*/
|
|
10188
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;
|
|
10189
10834
|
}
|
|
10190
10835
|
|
|
10191
10836
|
/** Properties of a CancelOperationRequest. */
|
|
@@ -10276,6 +10921,13 @@ export namespace google {
|
|
|
10276
10921
|
* @returns JSON object
|
|
10277
10922
|
*/
|
|
10278
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;
|
|
10279
10931
|
}
|
|
10280
10932
|
|
|
10281
10933
|
/** Properties of a DeleteOperationRequest. */
|
|
@@ -10366,6 +11018,13 @@ export namespace google {
|
|
|
10366
11018
|
* @returns JSON object
|
|
10367
11019
|
*/
|
|
10368
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;
|
|
10369
11028
|
}
|
|
10370
11029
|
|
|
10371
11030
|
/** Properties of a WaitOperationRequest. */
|
|
@@ -10462,6 +11121,13 @@ export namespace google {
|
|
|
10462
11121
|
* @returns JSON object
|
|
10463
11122
|
*/
|
|
10464
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;
|
|
10465
11131
|
}
|
|
10466
11132
|
|
|
10467
11133
|
/** Properties of an OperationInfo. */
|
|
@@ -10558,6 +11224,13 @@ export namespace google {
|
|
|
10558
11224
|
* @returns JSON object
|
|
10559
11225
|
*/
|
|
10560
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;
|
|
10561
11234
|
}
|
|
10562
11235
|
}
|
|
10563
11236
|
}
|