@maxim_mazurok/gapi.client.bigquery-v2 0.0.20230408 → 0.0.20230506
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.d.ts +3039 -1536
- package/package.json +1 -1
- package/tests.ts +123 -25
package/package.json
CHANGED
package/tests.ts
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
// This file was generated by https://github.com/Maxim-Mazurok/google-api-typings-generator. Please do not edit it manually.
|
|
4
4
|
// In case of any problems please post issue to https://github.com/Maxim-Mazurok/google-api-typings-generator
|
|
5
5
|
|
|
6
|
-
// Revision:
|
|
6
|
+
// Revision: 20230506
|
|
7
7
|
|
|
8
8
|
gapi.load('client', async () => {
|
|
9
9
|
/** now we can use gapi.client */
|
|
@@ -403,6 +403,9 @@ gapi.load('client', async () => {
|
|
|
403
403
|
encoding: "Test string",
|
|
404
404
|
fieldDelimiter: "Test string",
|
|
405
405
|
hivePartitioningOptions: {
|
|
406
|
+
fields: [
|
|
407
|
+
"Test string"
|
|
408
|
+
],
|
|
406
409
|
mode: "Test string",
|
|
407
410
|
requirePartitionFilter: true,
|
|
408
411
|
sourceUriPrefix: "Test string",
|
|
@@ -590,6 +593,9 @@ gapi.load('client', async () => {
|
|
|
590
593
|
skipLeadingRows: "Test string",
|
|
591
594
|
},
|
|
592
595
|
hivePartitioningOptions: {
|
|
596
|
+
fields: [
|
|
597
|
+
"Test string"
|
|
598
|
+
],
|
|
593
599
|
mode: "Test string",
|
|
594
600
|
requirePartitionFilter: true,
|
|
595
601
|
sourceUriPrefix: "Test string",
|
|
@@ -1445,6 +1451,7 @@ gapi.load('client', async () => {
|
|
|
1445
1451
|
},
|
|
1446
1452
|
hparams: {
|
|
1447
1453
|
adjustStepChanges: true,
|
|
1454
|
+
approxGlobalFeatureContrib: true,
|
|
1448
1455
|
autoArima: true,
|
|
1449
1456
|
autoArimaMaxOrder: "Test string",
|
|
1450
1457
|
autoArimaMinOrder: "Test string",
|
|
@@ -1480,6 +1487,7 @@ gapi.load('client', async () => {
|
|
|
1480
1487
|
inputLabelColumns: [
|
|
1481
1488
|
"Test string"
|
|
1482
1489
|
],
|
|
1490
|
+
instanceWeightColumn: "Test string",
|
|
1483
1491
|
integratedGradientsNumSteps: "Test string",
|
|
1484
1492
|
itemColumn: "Test string",
|
|
1485
1493
|
kmeansInitializationColumn: "Test string",
|
|
@@ -1514,6 +1522,7 @@ gapi.load('client', async () => {
|
|
|
1514
1522
|
preserveInputStructs: true,
|
|
1515
1523
|
sampledShapleyNumPaths: "Test string",
|
|
1516
1524
|
subsample: 42,
|
|
1525
|
+
tfVersion: "Test string",
|
|
1517
1526
|
timeSeriesDataColumn: "Test string",
|
|
1518
1527
|
timeSeriesIdColumn: "Test string",
|
|
1519
1528
|
timeSeriesIdColumns: [
|
|
@@ -1526,6 +1535,7 @@ gapi.load('client', async () => {
|
|
|
1526
1535
|
userColumn: "Test string",
|
|
1527
1536
|
walsAlpha: 42,
|
|
1528
1537
|
warmStart: true,
|
|
1538
|
+
xgboostVersion: "Test string",
|
|
1529
1539
|
},
|
|
1530
1540
|
hparamTuningEvaluationMetrics: {
|
|
1531
1541
|
arimaForecastingMetrics: {
|
|
@@ -1704,6 +1714,12 @@ gapi.load('client', async () => {
|
|
|
1704
1714
|
optimalTrialIds: [
|
|
1705
1715
|
"Test string"
|
|
1706
1716
|
],
|
|
1717
|
+
remoteModelInfo: {
|
|
1718
|
+
connection: "Test string",
|
|
1719
|
+
endpoint: "Test string",
|
|
1720
|
+
maxBatchingRows: "Test string",
|
|
1721
|
+
remoteServiceType: "Test string",
|
|
1722
|
+
},
|
|
1707
1723
|
trainingRuns: [
|
|
1708
1724
|
{
|
|
1709
1725
|
classLevelGlobalExplanations: [
|
|
@@ -1900,6 +1916,7 @@ gapi.load('client', async () => {
|
|
|
1900
1916
|
startTime: "Test string",
|
|
1901
1917
|
trainingOptions: {
|
|
1902
1918
|
adjustStepChanges: true,
|
|
1919
|
+
approxGlobalFeatureContrib: true,
|
|
1903
1920
|
autoArima: true,
|
|
1904
1921
|
autoArimaMaxOrder: "Test string",
|
|
1905
1922
|
autoArimaMinOrder: "Test string",
|
|
@@ -1935,6 +1952,7 @@ gapi.load('client', async () => {
|
|
|
1935
1952
|
inputLabelColumns: [
|
|
1936
1953
|
"Test string"
|
|
1937
1954
|
],
|
|
1955
|
+
instanceWeightColumn: "Test string",
|
|
1938
1956
|
integratedGradientsNumSteps: "Test string",
|
|
1939
1957
|
itemColumn: "Test string",
|
|
1940
1958
|
kmeansInitializationColumn: "Test string",
|
|
@@ -1969,6 +1987,7 @@ gapi.load('client', async () => {
|
|
|
1969
1987
|
preserveInputStructs: true,
|
|
1970
1988
|
sampledShapleyNumPaths: "Test string",
|
|
1971
1989
|
subsample: 42,
|
|
1990
|
+
tfVersion: "Test string",
|
|
1972
1991
|
timeSeriesDataColumn: "Test string",
|
|
1973
1992
|
timeSeriesIdColumn: "Test string",
|
|
1974
1993
|
timeSeriesIdColumns: [
|
|
@@ -1981,6 +2000,7 @@ gapi.load('client', async () => {
|
|
|
1981
2000
|
userColumn: "Test string",
|
|
1982
2001
|
walsAlpha: 42,
|
|
1983
2002
|
warmStart: true,
|
|
2003
|
+
xgboostVersion: "Test string",
|
|
1984
2004
|
},
|
|
1985
2005
|
trainingStartTime: "Test string",
|
|
1986
2006
|
vertexAiModelId: "Test string",
|
|
@@ -2405,6 +2425,9 @@ gapi.load('client', async () => {
|
|
|
2405
2425
|
skipLeadingRows: "Test string",
|
|
2406
2426
|
},
|
|
2407
2427
|
hivePartitioningOptions: {
|
|
2428
|
+
fields: [
|
|
2429
|
+
"Test string"
|
|
2430
|
+
],
|
|
2408
2431
|
mode: "Test string",
|
|
2409
2432
|
requirePartitionFilter: true,
|
|
2410
2433
|
sourceUriPrefix: "Test string",
|
|
@@ -2502,18 +2525,18 @@ gapi.load('client', async () => {
|
|
|
2502
2525
|
}
|
|
2503
2526
|
],
|
|
2504
2527
|
},
|
|
2505
|
-
|
|
2506
|
-
|
|
2507
|
-
num_long_term_logical_bytes: "Test string",
|
|
2508
|
-
num_long_term_physical_bytes: "Test string",
|
|
2509
|
-
num_partitions: "Test string",
|
|
2510
|
-
num_time_travel_physical_bytes: "Test string",
|
|
2511
|
-
num_total_logical_bytes: "Test string",
|
|
2512
|
-
num_total_physical_bytes: "Test string",
|
|
2528
|
+
numActiveLogicalBytes: "Test string",
|
|
2529
|
+
numActivePhysicalBytes: "Test string",
|
|
2513
2530
|
numBytes: "Test string",
|
|
2514
2531
|
numLongTermBytes: "Test string",
|
|
2532
|
+
numLongTermLogicalBytes: "Test string",
|
|
2533
|
+
numLongTermPhysicalBytes: "Test string",
|
|
2534
|
+
numPartitions: "Test string",
|
|
2515
2535
|
numPhysicalBytes: "Test string",
|
|
2516
2536
|
numRows: "Test string",
|
|
2537
|
+
numTimeTravelPhysicalBytes: "Test string",
|
|
2538
|
+
numTotalLogicalBytes: "Test string",
|
|
2539
|
+
numTotalPhysicalBytes: "Test string",
|
|
2517
2540
|
rangePartitioning: {
|
|
2518
2541
|
field: "Test string",
|
|
2519
2542
|
range: {
|
|
@@ -2564,6 +2587,29 @@ gapi.load('client', async () => {
|
|
|
2564
2587
|
estimatedRows: "Test string",
|
|
2565
2588
|
oldestEntryTime: "Test string",
|
|
2566
2589
|
},
|
|
2590
|
+
tableConstraints: {
|
|
2591
|
+
foreign_keys: [
|
|
2592
|
+
{
|
|
2593
|
+
column_references: [
|
|
2594
|
+
{
|
|
2595
|
+
referenced_column: "Test string",
|
|
2596
|
+
referencing_column: "Test string",
|
|
2597
|
+
}
|
|
2598
|
+
],
|
|
2599
|
+
name: "Test string",
|
|
2600
|
+
referenced_table: {
|
|
2601
|
+
datasetId: "Test string",
|
|
2602
|
+
projectId: "Test string",
|
|
2603
|
+
tableId: "Test string",
|
|
2604
|
+
},
|
|
2605
|
+
}
|
|
2606
|
+
],
|
|
2607
|
+
primary_key: {
|
|
2608
|
+
columns: [
|
|
2609
|
+
"Test string"
|
|
2610
|
+
],
|
|
2611
|
+
},
|
|
2612
|
+
},
|
|
2567
2613
|
tableReference: {
|
|
2568
2614
|
datasetId: "Test string",
|
|
2569
2615
|
projectId: "Test string",
|
|
@@ -2674,6 +2720,9 @@ gapi.load('client', async () => {
|
|
|
2674
2720
|
skipLeadingRows: "Test string",
|
|
2675
2721
|
},
|
|
2676
2722
|
hivePartitioningOptions: {
|
|
2723
|
+
fields: [
|
|
2724
|
+
"Test string"
|
|
2725
|
+
],
|
|
2677
2726
|
mode: "Test string",
|
|
2678
2727
|
requirePartitionFilter: true,
|
|
2679
2728
|
sourceUriPrefix: "Test string",
|
|
@@ -2771,18 +2820,18 @@ gapi.load('client', async () => {
|
|
|
2771
2820
|
}
|
|
2772
2821
|
],
|
|
2773
2822
|
},
|
|
2774
|
-
|
|
2775
|
-
|
|
2776
|
-
num_long_term_logical_bytes: "Test string",
|
|
2777
|
-
num_long_term_physical_bytes: "Test string",
|
|
2778
|
-
num_partitions: "Test string",
|
|
2779
|
-
num_time_travel_physical_bytes: "Test string",
|
|
2780
|
-
num_total_logical_bytes: "Test string",
|
|
2781
|
-
num_total_physical_bytes: "Test string",
|
|
2823
|
+
numActiveLogicalBytes: "Test string",
|
|
2824
|
+
numActivePhysicalBytes: "Test string",
|
|
2782
2825
|
numBytes: "Test string",
|
|
2783
2826
|
numLongTermBytes: "Test string",
|
|
2827
|
+
numLongTermLogicalBytes: "Test string",
|
|
2828
|
+
numLongTermPhysicalBytes: "Test string",
|
|
2829
|
+
numPartitions: "Test string",
|
|
2784
2830
|
numPhysicalBytes: "Test string",
|
|
2785
2831
|
numRows: "Test string",
|
|
2832
|
+
numTimeTravelPhysicalBytes: "Test string",
|
|
2833
|
+
numTotalLogicalBytes: "Test string",
|
|
2834
|
+
numTotalPhysicalBytes: "Test string",
|
|
2786
2835
|
rangePartitioning: {
|
|
2787
2836
|
field: "Test string",
|
|
2788
2837
|
range: {
|
|
@@ -2833,6 +2882,29 @@ gapi.load('client', async () => {
|
|
|
2833
2882
|
estimatedRows: "Test string",
|
|
2834
2883
|
oldestEntryTime: "Test string",
|
|
2835
2884
|
},
|
|
2885
|
+
tableConstraints: {
|
|
2886
|
+
foreign_keys: [
|
|
2887
|
+
{
|
|
2888
|
+
column_references: [
|
|
2889
|
+
{
|
|
2890
|
+
referenced_column: "Test string",
|
|
2891
|
+
referencing_column: "Test string",
|
|
2892
|
+
}
|
|
2893
|
+
],
|
|
2894
|
+
name: "Test string",
|
|
2895
|
+
referenced_table: {
|
|
2896
|
+
datasetId: "Test string",
|
|
2897
|
+
projectId: "Test string",
|
|
2898
|
+
tableId: "Test string",
|
|
2899
|
+
},
|
|
2900
|
+
}
|
|
2901
|
+
],
|
|
2902
|
+
primary_key: {
|
|
2903
|
+
columns: [
|
|
2904
|
+
"Test string"
|
|
2905
|
+
],
|
|
2906
|
+
},
|
|
2907
|
+
},
|
|
2836
2908
|
tableReference: {
|
|
2837
2909
|
datasetId: "Test string",
|
|
2838
2910
|
projectId: "Test string",
|
|
@@ -2984,6 +3056,9 @@ gapi.load('client', async () => {
|
|
|
2984
3056
|
skipLeadingRows: "Test string",
|
|
2985
3057
|
},
|
|
2986
3058
|
hivePartitioningOptions: {
|
|
3059
|
+
fields: [
|
|
3060
|
+
"Test string"
|
|
3061
|
+
],
|
|
2987
3062
|
mode: "Test string",
|
|
2988
3063
|
requirePartitionFilter: true,
|
|
2989
3064
|
sourceUriPrefix: "Test string",
|
|
@@ -3081,18 +3156,18 @@ gapi.load('client', async () => {
|
|
|
3081
3156
|
}
|
|
3082
3157
|
],
|
|
3083
3158
|
},
|
|
3084
|
-
|
|
3085
|
-
|
|
3086
|
-
num_long_term_logical_bytes: "Test string",
|
|
3087
|
-
num_long_term_physical_bytes: "Test string",
|
|
3088
|
-
num_partitions: "Test string",
|
|
3089
|
-
num_time_travel_physical_bytes: "Test string",
|
|
3090
|
-
num_total_logical_bytes: "Test string",
|
|
3091
|
-
num_total_physical_bytes: "Test string",
|
|
3159
|
+
numActiveLogicalBytes: "Test string",
|
|
3160
|
+
numActivePhysicalBytes: "Test string",
|
|
3092
3161
|
numBytes: "Test string",
|
|
3093
3162
|
numLongTermBytes: "Test string",
|
|
3163
|
+
numLongTermLogicalBytes: "Test string",
|
|
3164
|
+
numLongTermPhysicalBytes: "Test string",
|
|
3165
|
+
numPartitions: "Test string",
|
|
3094
3166
|
numPhysicalBytes: "Test string",
|
|
3095
3167
|
numRows: "Test string",
|
|
3168
|
+
numTimeTravelPhysicalBytes: "Test string",
|
|
3169
|
+
numTotalLogicalBytes: "Test string",
|
|
3170
|
+
numTotalPhysicalBytes: "Test string",
|
|
3096
3171
|
rangePartitioning: {
|
|
3097
3172
|
field: "Test string",
|
|
3098
3173
|
range: {
|
|
@@ -3143,6 +3218,29 @@ gapi.load('client', async () => {
|
|
|
3143
3218
|
estimatedRows: "Test string",
|
|
3144
3219
|
oldestEntryTime: "Test string",
|
|
3145
3220
|
},
|
|
3221
|
+
tableConstraints: {
|
|
3222
|
+
foreign_keys: [
|
|
3223
|
+
{
|
|
3224
|
+
column_references: [
|
|
3225
|
+
{
|
|
3226
|
+
referenced_column: "Test string",
|
|
3227
|
+
referencing_column: "Test string",
|
|
3228
|
+
}
|
|
3229
|
+
],
|
|
3230
|
+
name: "Test string",
|
|
3231
|
+
referenced_table: {
|
|
3232
|
+
datasetId: "Test string",
|
|
3233
|
+
projectId: "Test string",
|
|
3234
|
+
tableId: "Test string",
|
|
3235
|
+
},
|
|
3236
|
+
}
|
|
3237
|
+
],
|
|
3238
|
+
primary_key: {
|
|
3239
|
+
columns: [
|
|
3240
|
+
"Test string"
|
|
3241
|
+
],
|
|
3242
|
+
},
|
|
3243
|
+
},
|
|
3146
3244
|
tableReference: {
|
|
3147
3245
|
datasetId: "Test string",
|
|
3148
3246
|
projectId: "Test string",
|