google-apis-bigquery_v2 0.54.0 → 0.55.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: 66ee9c25946b6b9372bb90583a4e4a887b830006c18417f8ffe7edf9eef41cbc
4
- data.tar.gz: 1474ea52436013a6935f4b9438bca064d42637be2e4c080d8e655403fe93a602
3
+ metadata.gz: 25d8500f82cbfb24ff98b21a820001c2350115e69735b53b9105ffce817abf37
4
+ data.tar.gz: fd3558fc9eb0ee8372c6fa94754c0d40fa711c28f35be23111c45c99966e946a
5
5
  SHA512:
6
- metadata.gz: bf21c143ccd3028635b72cb5ef7f5d9ceb600c4354c92f609a716168901592c52fc260e4a493e1a2b9649114dc88fb0c40ca1f873baafdde358a77f5f10c57c4
7
- data.tar.gz: e3747d9752fe0a36fed948fdf24a7255334c1efb2a584ae5d6ca6487a446fe8425ef04865f91454b833fed5c4f0da54a02fb17ba5c2f8d75b39aeb3f7bd1bad2
6
+ metadata.gz: 0b67ce265711b5c31170a8f5ab7c41ea52650e9f4d2f7ef00bbb330b76e08b08e10310edacc5abb52c083cb4c4acc060068fb5f028830d7868ad49cb192512c7
7
+ data.tar.gz: 29d8df277a6c9078070bb9ef3170b2deba2d2e129cbec1c45ca79b3bfa59c428447407b2b0ad92883ea907d10dcba33893a9f5f33cf1685a7ebb485f192f9f4c
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-bigquery_v2
2
2
 
3
+ ### v0.55.0 (2023-06-25)
4
+
5
+ * Regenerated from discovery document revision 20230617
6
+
3
7
  ### v0.54.0 (2023-05-28)
4
8
 
5
9
  * Regenerated from discovery document revision 20230520
@@ -2676,6 +2676,14 @@ module Google
2676
2676
  # @return [Array<String>]
2677
2677
  attr_accessor :decimal_target_types
2678
2678
 
2679
+ # [Optional] Specifies how source URIs are interpreted for constructing the file
2680
+ # set to load. By default source URIs are expanded against the underlying
2681
+ # storage. Other options include specifying manifest files. Only applicable to
2682
+ # object storage systems.
2683
+ # Corresponds to the JSON property `fileSetSpecType`
2684
+ # @return [String]
2685
+ attr_accessor :file_set_spec_type
2686
+
2679
2687
  # [Optional] Additional options if sourceFormat is set to GOOGLE_SHEETS.
2680
2688
  # Corresponds to the JSON property `googleSheetsOptions`
2681
2689
  # @return [Google::Apis::BigqueryV2::GoogleSheetsOptions]
@@ -2781,6 +2789,7 @@ module Google
2781
2789
  @connection_id = args[:connection_id] if args.key?(:connection_id)
2782
2790
  @csv_options = args[:csv_options] if args.key?(:csv_options)
2783
2791
  @decimal_target_types = args[:decimal_target_types] if args.key?(:decimal_target_types)
2792
+ @file_set_spec_type = args[:file_set_spec_type] if args.key?(:file_set_spec_type)
2784
2793
  @google_sheets_options = args[:google_sheets_options] if args.key?(:google_sheets_options)
2785
2794
  @hive_partitioning_options = args[:hive_partitioning_options] if args.key?(:hive_partitioning_options)
2786
2795
  @ignore_unknown_values = args[:ignore_unknown_values] if args.key?(:ignore_unknown_values)
@@ -3900,6 +3909,14 @@ module Google
3900
3909
  # @return [String]
3901
3910
  attr_accessor :field_delimiter
3902
3911
 
3912
+ # [Optional] Specifies how source URIs are interpreted for constructing the file
3913
+ # set to load. By default source URIs are expanded against the underlying
3914
+ # storage. Other options include specifying manifest files. Only applicable to
3915
+ # object storage systems.
3916
+ # Corresponds to the JSON property `fileSetSpecType`
3917
+ # @return [String]
3918
+ attr_accessor :file_set_spec_type
3919
+
3903
3920
  # [Optional] Options to configure hive partitioning support.
3904
3921
  # Corresponds to the JSON property `hivePartitioningOptions`
3905
3922
  # @return [Google::Apis::BigqueryV2::HivePartitioningOptions]
@@ -4090,6 +4107,7 @@ module Google
4090
4107
  @destination_table_properties = args[:destination_table_properties] if args.key?(:destination_table_properties)
4091
4108
  @encoding = args[:encoding] if args.key?(:encoding)
4092
4109
  @field_delimiter = args[:field_delimiter] if args.key?(:field_delimiter)
4110
+ @file_set_spec_type = args[:file_set_spec_type] if args.key?(:file_set_spec_type)
4093
4111
  @hive_partitioning_options = args[:hive_partitioning_options] if args.key?(:hive_partitioning_options)
4094
4112
  @ignore_unknown_values = args[:ignore_unknown_values] if args.key?(:ignore_unknown_values)
4095
4113
  @json_extension = args[:json_extension] if args.key?(:json_extension)
@@ -8834,14 +8852,6 @@ module Google
8834
8852
  # @return [String]
8835
8853
  attr_accessor :optimization_strategy
8836
8854
 
8837
- # Whether to preserve the input structs in output feature names. Suppose there
8838
- # is a struct A with field b. When false (default), the output feature name is
8839
- # A_b. When true, the output feature name is A.b.
8840
- # Corresponds to the JSON property `preserveInputStructs`
8841
- # @return [Boolean]
8842
- attr_accessor :preserve_input_structs
8843
- alias_method :preserve_input_structs?, :preserve_input_structs
8844
-
8845
8855
  # Number of paths for the sampled Shapley explain method.
8846
8856
  # Corresponds to the JSON property `sampledShapleyNumPaths`
8847
8857
  # @return [Fixnum]
@@ -8978,7 +8988,6 @@ module Google
8978
8988
  @num_parallel_tree = args[:num_parallel_tree] if args.key?(:num_parallel_tree)
8979
8989
  @num_trials = args[:num_trials] if args.key?(:num_trials)
8980
8990
  @optimization_strategy = args[:optimization_strategy] if args.key?(:optimization_strategy)
8981
- @preserve_input_structs = args[:preserve_input_structs] if args.key?(:preserve_input_structs)
8982
8991
  @sampled_shapley_num_paths = args[:sampled_shapley_num_paths] if args.key?(:sampled_shapley_num_paths)
8983
8992
  @subsample = args[:subsample] if args.key?(:subsample)
8984
8993
  @tf_version = args[:tf_version] if args.key?(:tf_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.54.0"
19
+ GEM_VERSION = "0.55.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230520"
25
+ REVISION = "20230617"
26
26
  end
27
27
  end
28
28
  end
@@ -1721,6 +1721,7 @@ module Google
1721
1721
  property :csv_options, as: 'csvOptions', class: Google::Apis::BigqueryV2::CsvOptions, decorator: Google::Apis::BigqueryV2::CsvOptions::Representation
1722
1722
 
1723
1723
  collection :decimal_target_types, as: 'decimalTargetTypes'
1724
+ property :file_set_spec_type, as: 'fileSetSpecType'
1724
1725
  property :google_sheets_options, as: 'googleSheetsOptions', class: Google::Apis::BigqueryV2::GoogleSheetsOptions, decorator: Google::Apis::BigqueryV2::GoogleSheetsOptions::Representation
1725
1726
 
1726
1727
  property :hive_partitioning_options, as: 'hivePartitioningOptions', class: Google::Apis::BigqueryV2::HivePartitioningOptions, decorator: Google::Apis::BigqueryV2::HivePartitioningOptions::Representation
@@ -2038,6 +2039,7 @@ module Google
2038
2039
 
2039
2040
  property :encoding, as: 'encoding'
2040
2041
  property :field_delimiter, as: 'fieldDelimiter'
2042
+ property :file_set_spec_type, as: 'fileSetSpecType'
2041
2043
  property :hive_partitioning_options, as: 'hivePartitioningOptions', class: Google::Apis::BigqueryV2::HivePartitioningOptions, decorator: Google::Apis::BigqueryV2::HivePartitioningOptions::Representation
2042
2044
 
2043
2045
  property :ignore_unknown_values, as: 'ignoreUnknownValues'
@@ -3244,7 +3246,6 @@ module Google
3244
3246
  property :num_parallel_tree, :numeric_string => true, as: 'numParallelTree'
3245
3247
  property :num_trials, :numeric_string => true, as: 'numTrials'
3246
3248
  property :optimization_strategy, as: 'optimizationStrategy'
3247
- property :preserve_input_structs, as: 'preserveInputStructs'
3248
3249
  property :sampled_shapley_num_paths, :numeric_string => true, as: 'sampledShapleyNumPaths'
3249
3250
  property :subsample, as: 'subsample'
3250
3251
  property :tf_version, as: 'tfVersion'
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.54.0
4
+ version: 0.55.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: 2023-05-28 00:00:00.000000000 Z
11
+ date: 2023-06-25 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.54.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-bigquery_v2/v0.55.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: []