google-apis-bigquery_v2 0.90.0 → 0.91.0

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3cb7f1c3b2570236d8efed4c13e2c5e59e749485836a6c00506eb8887720c8ab
4
- data.tar.gz: f09fb4aa7b13ccaef22d75ce391edcc004f92cd933314f0d0c0b8dd636e46248
3
+ metadata.gz: eb19cc97fd700eb7f160a5caa210c8bee3d22db499b74a2cbc6dd52cfa4a7d29
4
+ data.tar.gz: bd26e93a93040a6ea9c9036fcf82c5b5df2f5eaa5ed876887be0c89f735355ec
5
5
  SHA512:
6
- metadata.gz: d83d53ce9a930a29271e8963f3fd6c4cc27401a43343254e775054376c5896b299276e2c46f705a0ae76dc788bf78bd2cdac54dde9ff80e0850d2b01c574ebf8
7
- data.tar.gz: 1dbe39539d6d0640c0b93de5c1c130a1cac81be5a387f4caebeb43ac9d3f3642a31305d19b10f0bea443854f21b9f94d9bffd09773a3d970f4399b13a4215735
6
+ metadata.gz: 848fb1cc9f8c853c6a07644f4239bb6e4b7b5d6cf3692b0728b18102cbf41f42ce566790846b17732c8bbca246c28e1e94293aa37739341b025d82fcb17b8d85
7
+ data.tar.gz: 79c717bc7e143c04325da9256795d93ecda0432a2810b0bf5c8c37e3de69df3f819ba6251d337a95d2eea0525cecbe343dadf299df5cb6e78e110c6eb64f9175
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-bigquery_v2
2
2
 
3
+ ### v0.91.0 (2025-07-27)
4
+
5
+ * Regenerated from discovery document revision 20250706
6
+
3
7
  ### v0.90.0 (2025-06-29)
4
8
 
5
9
  * Regenerated from discovery document revision 20250615
@@ -3476,6 +3476,13 @@ module Google
3476
3476
  class ExternalServiceCost
3477
3477
  include Google::Apis::Core::Hashable
3478
3478
 
3479
+ # The billing method used for the external job. This field is only used when
3480
+ # billed on the services sku, set to "SERVICES_SKU". Otherwise, it is
3481
+ # unspecified for backward compatibility.
3482
+ # Corresponds to the JSON property `billingMethod`
3483
+ # @return [String]
3484
+ attr_accessor :billing_method
3485
+
3479
3486
  # External service cost in terms of bigquery bytes billed.
3480
3487
  # Corresponds to the JSON property `bytesBilled`
3481
3488
  # @return [Fixnum]
@@ -3509,6 +3516,7 @@ module Google
3509
3516
 
3510
3517
  # Update properties of this object
3511
3518
  def update!(**args)
3519
+ @billing_method = args[:billing_method] if args.key?(:billing_method)
3512
3520
  @bytes_billed = args[:bytes_billed] if args.key?(:bytes_billed)
3513
3521
  @bytes_processed = args[:bytes_processed] if args.key?(:bytes_processed)
3514
3522
  @external_service = args[:external_service] if args.key?(:external_service)
@@ -6116,6 +6124,14 @@ module Google
6116
6124
  # @return [Fixnum]
6117
6125
  attr_accessor :total_partitions_processed
6118
6126
 
6127
+ # Output only. Total slot-milliseconds for the job that run on external services
6128
+ # and billed on the service SKU. This field is only populated for jobs that have
6129
+ # external service costs, and is the total of the usage for costs whose billing
6130
+ # method is "SERVICES_SKU".
6131
+ # Corresponds to the JSON property `totalServicesSkuSlotMs`
6132
+ # @return [Fixnum]
6133
+ attr_accessor :total_services_sku_slot_ms
6134
+
6119
6135
  # Output only. Slot-milliseconds for the job.
6120
6136
  # Corresponds to the JSON property `totalSlotMs`
6121
6137
  # @return [Fixnum]
@@ -6184,6 +6200,7 @@ module Google
6184
6200
  @total_bytes_processed = args[:total_bytes_processed] if args.key?(:total_bytes_processed)
6185
6201
  @total_bytes_processed_accuracy = args[:total_bytes_processed_accuracy] if args.key?(:total_bytes_processed_accuracy)
6186
6202
  @total_partitions_processed = args[:total_partitions_processed] if args.key?(:total_partitions_processed)
6203
+ @total_services_sku_slot_ms = args[:total_services_sku_slot_ms] if args.key?(:total_services_sku_slot_ms)
6187
6204
  @total_slot_ms = args[:total_slot_ms] if args.key?(:total_slot_ms)
6188
6205
  @transferred_bytes = args[:transferred_bytes] if args.key?(:transferred_bytes)
6189
6206
  @undeclared_query_parameters = args[:undeclared_query_parameters] if args.key?(:undeclared_query_parameters)
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module BigqueryV2
18
18
  # Version of the google-apis-bigquery_v2 gem
19
- GEM_VERSION = "0.90.0"
19
+ GEM_VERSION = "0.91.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.18.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20250615"
25
+ REVISION = "20250706"
26
26
  end
27
27
  end
28
28
  end
@@ -2173,6 +2173,7 @@ module Google
2173
2173
  class ExternalServiceCost
2174
2174
  # @private
2175
2175
  class Representation < Google::Apis::Core::JsonRepresentation
2176
+ property :billing_method, as: 'billingMethod'
2176
2177
  property :bytes_billed, :numeric_string => true, as: 'bytesBilled'
2177
2178
  property :bytes_processed, :numeric_string => true, as: 'bytesProcessed'
2178
2179
  property :external_service, as: 'externalService'
@@ -2790,6 +2791,7 @@ module Google
2790
2791
  property :total_bytes_processed, :numeric_string => true, as: 'totalBytesProcessed'
2791
2792
  property :total_bytes_processed_accuracy, as: 'totalBytesProcessedAccuracy'
2792
2793
  property :total_partitions_processed, :numeric_string => true, as: 'totalPartitionsProcessed'
2794
+ property :total_services_sku_slot_ms, :numeric_string => true, as: 'totalServicesSkuSlotMs'
2793
2795
  property :total_slot_ms, :numeric_string => true, as: 'totalSlotMs'
2794
2796
  property :transferred_bytes, :numeric_string => true, as: 'transferredBytes'
2795
2797
  collection :undeclared_query_parameters, as: 'undeclaredQueryParameters', class: Google::Apis::BigqueryV2::QueryParameter, decorator: Google::Apis::BigqueryV2::QueryParameter::Representation
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-bigquery_v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.90.0
4
+ version: 0.91.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -57,7 +57,7 @@ licenses:
57
57
  metadata:
58
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
59
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-bigquery_v2/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-bigquery_v2/v0.90.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-bigquery_v2/v0.91.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-bigquery_v2
62
62
  rdoc_options: []
63
63
  require_paths: