@maxim_mazurok/gapi.client.bigquery-v2 0.0.20250615 → 0.0.20250706
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 +5 -1
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
// This file was generated by https://github.com/Maxim-Mazurok/google-api-typings-generator. Please do not edit it manually.
|
|
10
10
|
// In case of any problems please post issue to https://github.com/Maxim-Mazurok/google-api-typings-generator
|
|
11
11
|
// Generated from: https://bigquery.googleapis.com/$discovery/rest?version=v2
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20250706
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -798,6 +798,8 @@ declare namespace gapi.client {
|
|
|
798
798
|
runtimeVersion?: string;
|
|
799
799
|
}
|
|
800
800
|
interface ExternalServiceCost {
|
|
801
|
+
/** The billing method used for the external job. This field is only used when billed on the services sku, set to "SERVICES_SKU". Otherwise, it is unspecified for backward compatibility. */
|
|
802
|
+
billingMethod?: string;
|
|
801
803
|
/** External service cost in terms of bigquery bytes billed. */
|
|
802
804
|
bytesBilled?: string;
|
|
803
805
|
/** External service cost in terms of bigquery bytes processed. */
|
|
@@ -1443,6 +1445,8 @@ declare namespace gapi.client {
|
|
|
1443
1445
|
totalBytesProcessedAccuracy?: string;
|
|
1444
1446
|
/** Output only. Total number of partitions processed from all partitioned tables referenced in the job. */
|
|
1445
1447
|
totalPartitionsProcessed?: string;
|
|
1448
|
+
/** Output only. Total slot-milliseconds for the job that run on external services and billed on the service SKU. This field is only populated for jobs that have external service costs, and is the total of the usage for costs whose billing method is "SERVICES_SKU". */
|
|
1449
|
+
totalServicesSkuSlotMs?: string;
|
|
1446
1450
|
/** Output only. Slot-milliseconds for the job. */
|
|
1447
1451
|
totalSlotMs?: string;
|
|
1448
1452
|
/** Output only. Total bytes transferred for cross-cloud queries such as Cross Cloud Transfer and CREATE TABLE AS SELECT (CTAS). */
|