google-apis-bigquery_v2 0.24.0 → 0.25.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: a58fc625e6c38d6d6585968438e0d6d98ce4f7f97d6e9b31ef23d99ee0d1df83
4
- data.tar.gz: aaf2d6c6f8e75d187da1cc53428fcec482bd2dd48fbef145c871cad9c5d81918
3
+ metadata.gz: 7f1da7045a43511e4bbbcaa2ff09c31a58bbabb4322b87db5a52069023827f4d
4
+ data.tar.gz: eff669aa8d6d6517c7e32423488329aa1811e450f787fd08f88f092b6dc1b2d1
5
5
  SHA512:
6
- metadata.gz: c84720ed5913afbb95aec62a880751a41c2a30ff769bae43f58cf0a673456191dcc03180fddd1b256dbc382361826eaed72bac39d31ac44ae6d8969a9aff310c
7
- data.tar.gz: 0a400329d247f92049089f5d198dbe7ae1ea789e403048a7a7dac954b609d6f1519aca8ca31fb16c9ecc27331b0747154dd70743c90593a134cc17030b808601
6
+ metadata.gz: 139053314eb1b7a61a7b38c557f4cd22057c581c6ccfb6d5fe77a15e5f128786dd2484440637b7f34f70ff0e8ec798e6514969d6e6154061b265ab3ea2fae757
7
+ data.tar.gz: 9cf6899d24d31c289cd9c46f763ef0a5f1741fff597bfc35c7b266012fd247edf3411943c0912907d689dbb5780e23f9ed45df5b1ae88a8fca4c9cd7192613b1
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-bigquery_v2
2
2
 
3
+ ### v0.25.0 (2022-02-26)
4
+
5
+ * Regenerated from discovery document revision 20220220
6
+
3
7
  ### v0.24.0 (2022-01-27)
4
8
 
5
9
  * Regenerated from discovery document revision 20220123
@@ -3279,6 +3279,14 @@ module Google
3279
3279
  # @return [Google::Apis::BigqueryV2::ParquetOptions]
3280
3280
  attr_accessor :parquet_options
3281
3281
 
3282
+ # [Optional] Preserves the embedded ASCII control characters (the first 32
3283
+ # characters in the ASCII-table, from '\x00' to '\x1F') when loading from CSV.
3284
+ # Only applicable to CSV, ignored for other formats.
3285
+ # Corresponds to the JSON property `preserveAsciiControlCharacters`
3286
+ # @return [Boolean]
3287
+ attr_accessor :preserve_ascii_control_characters
3288
+ alias_method :preserve_ascii_control_characters?, :preserve_ascii_control_characters
3289
+
3282
3290
  # If sourceFormat is set to "DATASTORE_BACKUP", indicates which entity
3283
3291
  # properties to load into BigQuery from a Cloud Datastore backup. Property names
3284
3292
  # are case sensitive and must be top-level properties. If no properties are
@@ -3411,6 +3419,7 @@ module Google
3411
3419
  @max_bad_records = args[:max_bad_records] if args.key?(:max_bad_records)
3412
3420
  @null_marker = args[:null_marker] if args.key?(:null_marker)
3413
3421
  @parquet_options = args[:parquet_options] if args.key?(:parquet_options)
3422
+ @preserve_ascii_control_characters = args[:preserve_ascii_control_characters] if args.key?(:preserve_ascii_control_characters)
3414
3423
  @projection_fields = args[:projection_fields] if args.key?(:projection_fields)
3415
3424
  @quote = args[:quote] if args.key?(:quote)
3416
3425
  @range_partitioning = args[:range_partitioning] if args.key?(:range_partitioning)
@@ -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.24.0"
19
+ GEM_VERSION = "0.25.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220123"
25
+ REVISION = "20220220"
26
26
  end
27
27
  end
28
28
  end
@@ -1656,6 +1656,7 @@ module Google
1656
1656
  property :null_marker, as: 'nullMarker'
1657
1657
  property :parquet_options, as: 'parquetOptions', class: Google::Apis::BigqueryV2::ParquetOptions, decorator: Google::Apis::BigqueryV2::ParquetOptions::Representation
1658
1658
 
1659
+ property :preserve_ascii_control_characters, as: 'preserveAsciiControlCharacters'
1659
1660
  collection :projection_fields, as: 'projectionFields'
1660
1661
  property :quote, as: 'quote'
1661
1662
  property :range_partitioning, as: 'rangePartitioning', class: Google::Apis::BigqueryV2::RangePartitioning, decorator: Google::Apis::BigqueryV2::RangePartitioning::Representation
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.24.0
4
+ version: 0.25.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-01-31 00:00:00.000000000 Z
11
+ date: 2022-02-28 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.24.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-bigquery_v2/v0.25.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: []