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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 32d2df0ba51f14f794d3e52af1c7cf2f50b2e548309cfca0825197453b9e9775
4
- data.tar.gz: 9fe1896be61045533a0b61418669b7de35eca0aeccce3fcf960197b97a48dd95
3
+ metadata.gz: 527395cc9d437b024f1c540de3f06ff5df2e3978127638b9c3cc46779e129645
4
+ data.tar.gz: b16c20a54addb2847ef53053a301c2a9d7ca987eb455ab0e67f6fa1f0a64ba89
5
5
  SHA512:
6
- metadata.gz: ac90f0660bd2fd45b64a54560c4e937e46c95097836659e1b02bc09060fd8382c04597a00e1ef702dcb8145de5bdcb286c4ea47ee3b54b00c480d2f2354b5c12
7
- data.tar.gz: 427ee1380c2a6367f0066fe2fcacad41607262866ca138b38579c5667d54f6a7b17f523e60124ee42cddfbf75c2c06a6a12a1fc2308c6dc297066465168f8e07
6
+ metadata.gz: 8cc28a8564bf3babcca20626005770f9cc8cd3d1ed9361599eaf1e45873ee43d75291dd71990d00c58f4377d77331ee2c813003f5ce2d10287489909972a52bd
7
+ data.tar.gz: 391319f3f83c90b2d331c14bd2cda0ebe3b07ac3e1a9b9d2a8b0f2c826ce493b186a4f602fe9246bfa0491289abc98a0bed67a2f6ed3210f7e48b6808029139c
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-bigquery_v2
2
2
 
3
+ ### v0.38.0 (2022-08-04)
4
+
5
+ * Regenerated from discovery document revision 20220730
6
+
3
7
  ### v0.37.0 (2022-07-26)
4
8
 
5
9
  * Regenerated from discovery document revision 20220716
@@ -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. projects/`
6340
- # project_id`/locations/`location_id`/connections/`connection_id`
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 (e.g. a function url in Google
6346
- # Cloud Functions).
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
- # it means no limit.
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.37.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 = "20220716"
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.37.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-01 00:00:00.000000000 Z
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.37.0
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: []