google-apis-bigquery_v2 0.95.0 → 0.96.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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e7a3eadffc0e8f959a005d5c9707c4315e6ccb7bb6f0eec13b335f07166f0112
|
|
4
|
+
data.tar.gz: 212ba6badd521899e0bd983caf09198c833ff38f7dcc52a7f4709017a5552c03
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 26887ad44bb81cb7fb2b3be19ca8bb86ab1d2529f25f2bf3cf71ffb650c363e299d5209fc2e1bcc311511c60261f31de3416beaa2c37840e24c5bf3bde60593e
|
|
7
|
+
data.tar.gz: d4461486e39d3001972594dba0bc758d154d5bd99ac528e168b0bb08f33705f6015e9201e92938fb98c5a1478876dd141c857c5ec5b26cb71bc432bc3178cdee
|
data/CHANGELOG.md
CHANGED
|
@@ -4235,6 +4235,11 @@ module Google
|
|
|
4235
4235
|
# @return [Google::Apis::BigqueryV2::TableReference]
|
|
4236
4236
|
attr_accessor :base_table
|
|
4237
4237
|
|
|
4238
|
+
# The index id.
|
|
4239
|
+
# Corresponds to the JSON property `indexId`
|
|
4240
|
+
# @return [String]
|
|
4241
|
+
attr_accessor :index_id
|
|
4242
|
+
|
|
4238
4243
|
# The number of parallel inputs after index pruning.
|
|
4239
4244
|
# Corresponds to the JSON property `postIndexPruningParallelInputCount`
|
|
4240
4245
|
# @return [Fixnum]
|
|
@@ -4252,6 +4257,7 @@ module Google
|
|
|
4252
4257
|
# Update properties of this object
|
|
4253
4258
|
def update!(**args)
|
|
4254
4259
|
@base_table = args[:base_table] if args.key?(:base_table)
|
|
4260
|
+
@index_id = args[:index_id] if args.key?(:index_id)
|
|
4255
4261
|
@post_index_pruning_parallel_input_count = args[:post_index_pruning_parallel_input_count] if args.key?(:post_index_pruning_parallel_input_count)
|
|
4256
4262
|
@pre_index_pruning_parallel_input_count = args[:pre_index_pruning_parallel_input_count] if args.key?(:pre_index_pruning_parallel_input_count)
|
|
4257
4263
|
end
|
|
@@ -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.
|
|
19
|
+
GEM_VERSION = "0.96.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 = "
|
|
25
|
+
REVISION = "20251012"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -2392,6 +2392,7 @@ module Google
|
|
|
2392
2392
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2393
2393
|
property :base_table, as: 'baseTable', class: Google::Apis::BigqueryV2::TableReference, decorator: Google::Apis::BigqueryV2::TableReference::Representation
|
|
2394
2394
|
|
|
2395
|
+
property :index_id, as: 'indexId'
|
|
2395
2396
|
property :post_index_pruning_parallel_input_count, :numeric_string => true, as: 'postIndexPruningParallelInputCount'
|
|
2396
2397
|
property :pre_index_pruning_parallel_input_count, :numeric_string => true, as: 'preIndexPruningParallelInputCount'
|
|
2397
2398
|
end
|
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.
|
|
4
|
+
version: 0.96.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.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-bigquery_v2/v0.96.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:
|