google-apis-bigquery_v2 0.41.0 → 0.42.0
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ea4e5c7899229437a43cb7f960ffcd569e01579597a1615369413812a28c3035
|
4
|
+
data.tar.gz: 2fe091670981e7dc88bc8a44f4442990fcd365732b798fa6ef6b9944c8aaa3c2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7a966c13c3efef972df3b44a0bb650b3a845f84781634266b7f6d786f8064a0625a54c99f4f4806ee9de0f98b77014266bc2e97b55d7a124ddd67137ebf73923
|
7
|
+
data.tar.gz: 49b89b1d3a1260ab696c19a99ad096a1ca69e2f21e8f19c18c85124101b1015b9afdc2045b7f971720252a825cc4e2a4c54b1daa05d5a2535a1edb8cbd96c1dc
|
data/CHANGELOG.md
CHANGED
@@ -4856,6 +4856,12 @@ module Google
|
|
4856
4856
|
# @return [Fixnum]
|
4857
4857
|
attr_accessor :total_slot_ms
|
4858
4858
|
|
4859
|
+
# [Output-only] Total bytes transferred for cross-cloud queries such as Cross
|
4860
|
+
# Cloud Transfer and CREATE TABLE AS SELECT (CTAS).
|
4861
|
+
# Corresponds to the JSON property `transferredBytes`
|
4862
|
+
# @return [Fixnum]
|
4863
|
+
attr_accessor :transferred_bytes
|
4864
|
+
|
4859
4865
|
# Standard SQL only: list of undeclared query parameters detected during a dry
|
4860
4866
|
# run validation.
|
4861
4867
|
# Corresponds to the JSON property `undeclaredQueryParameters`
|
@@ -4899,6 +4905,7 @@ module Google
|
|
4899
4905
|
@total_bytes_processed_accuracy = args[:total_bytes_processed_accuracy] if args.key?(:total_bytes_processed_accuracy)
|
4900
4906
|
@total_partitions_processed = args[:total_partitions_processed] if args.key?(:total_partitions_processed)
|
4901
4907
|
@total_slot_ms = args[:total_slot_ms] if args.key?(:total_slot_ms)
|
4908
|
+
@transferred_bytes = args[:transferred_bytes] if args.key?(:transferred_bytes)
|
4902
4909
|
@undeclared_query_parameters = args[:undeclared_query_parameters] if args.key?(:undeclared_query_parameters)
|
4903
4910
|
end
|
4904
4911
|
|
@@ -8695,13 +8702,14 @@ module Google
|
|
8695
8702
|
# @return [Fixnum]
|
8696
8703
|
attr_accessor :training_start_time
|
8697
8704
|
|
8698
|
-
# The model id in Vertex AI Model Registry
|
8705
|
+
# The model id in the [Vertex AI Model Registry](https://cloud.google.com/vertex-
|
8706
|
+
# ai/docs/model-registry/introduction) for this training run.
|
8699
8707
|
# Corresponds to the JSON property `vertexAiModelId`
|
8700
8708
|
# @return [String]
|
8701
8709
|
attr_accessor :vertex_ai_model_id
|
8702
8710
|
|
8703
|
-
# Output only. The model version in Vertex AI Model Registry
|
8704
|
-
# run
|
8711
|
+
# Output only. The model version in the [Vertex AI Model Registry](https://cloud.
|
8712
|
+
# google.com/vertex-ai/docs/model-registry/introduction) for this training run.
|
8705
8713
|
# Corresponds to the JSON property `vertexAiModelVersion`
|
8706
8714
|
# @return [String]
|
8707
8715
|
attr_accessor :vertex_ai_model_version
|
@@ -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.42.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.10.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20220924"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -2210,6 +2210,7 @@ module Google
|
|
2210
2210
|
property :total_bytes_processed_accuracy, as: 'totalBytesProcessedAccuracy'
|
2211
2211
|
property :total_partitions_processed, :numeric_string => true, as: 'totalPartitionsProcessed'
|
2212
2212
|
property :total_slot_ms, :numeric_string => true, as: 'totalSlotMs'
|
2213
|
+
property :transferred_bytes, :numeric_string => true, as: 'transferredBytes'
|
2213
2214
|
collection :undeclared_query_parameters, as: 'undeclaredQueryParameters', class: Google::Apis::BigqueryV2::QueryParameter, decorator: Google::Apis::BigqueryV2::QueryParameter::Representation
|
2214
2215
|
|
2215
2216
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
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.42.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-
|
11
|
+
date: 2022-10-17 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -58,7 +58,7 @@ licenses:
|
|
58
58
|
metadata:
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
60
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-bigquery_v2/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-bigquery_v2/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-bigquery_v2/v0.42.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-bigquery_v2
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|