google-apis-bigquery_v2 0.37.0 → 0.38.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/bigquery_v2/classes.rb +5 -5
- data/lib/google/apis/bigquery_v2/gem_version.rb +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 527395cc9d437b024f1c540de3f06ff5df2e3978127638b9c3cc46779e129645
|
4
|
+
data.tar.gz: b16c20a54addb2847ef53053a301c2a9d7ca987eb455ab0e67f6fa1f0a64ba89
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8cc28a8564bf3babcca20626005770f9cc8cd3d1ed9361599eaf1e45873ee43d75291dd71990d00c58f4377d77331ee2c813003f5ce2d10287489909972a52bd
|
7
|
+
data.tar.gz: 391319f3f83c90b2d331c14bd2cda0ebe3b07ac3e1a9b9d2a8b0f2c826ce493b186a4f602fe9246bfa0491289abc98a0bed67a2f6ed3210f7e48b6808029139c
|
data/CHANGELOG.md
CHANGED
@@ -6336,20 +6336,20 @@ module Google
|
|
6336
6336
|
include Google::Apis::Core::Hashable
|
6337
6337
|
|
6338
6338
|
# Fully qualified name of the user-provided connection object which holds the
|
6339
|
-
# authentication information to send requests to the remote service.
|
6340
|
-
#
|
6339
|
+
# authentication information to send requests to the remote service. Format: ```"
|
6340
|
+
# projects/`projectId`/locations/`locationId`/connections/`connectionId`"```
|
6341
6341
|
# Corresponds to the JSON property `connection`
|
6342
6342
|
# @return [String]
|
6343
6343
|
attr_accessor :connection
|
6344
6344
|
|
6345
|
-
# Endpoint of the user-provided remote service
|
6346
|
-
#
|
6345
|
+
# Endpoint of the user-provided remote service, e.g. ```https://us-east1-
|
6346
|
+
# my_gcf_project.cloudfunctions.net/remote_add```
|
6347
6347
|
# Corresponds to the JSON property `endpoint`
|
6348
6348
|
# @return [String]
|
6349
6349
|
attr_accessor :endpoint
|
6350
6350
|
|
6351
6351
|
# Max number of rows in each batch sent to the remote service. If absent or if 0,
|
6352
|
-
#
|
6352
|
+
# BigQuery dynamically decides the number of rows in a batch.
|
6353
6353
|
# Corresponds to the JSON property `maxBatchingRows`
|
6354
6354
|
# @return [Fixnum]
|
6355
6355
|
attr_accessor :max_batching_rows
|
@@ -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.38.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.9.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20220730"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
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.38.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-08-
|
11
|
+
date: 2022-08-08 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.38.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: []
|