google-apis-bigquery_v2 0.29.0 → 0.32.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: ddded6a3b585d9192cce20043917be507bb0a5dbc5115b47d9c015cb4aca563f
4
- data.tar.gz: ebb13be8c67ecf27c2ef2923a095263d000f42ceb95c7bf92b8f0176121f04e6
3
+ metadata.gz: ab3c52f33111266ab05d15d02e3eec02ee5a78c0c64f390fb07dd9d3ffe9bc62
4
+ data.tar.gz: 8a1bece5edcd9241931c84d8753c7e34680af25124e7e88592968c72cbf875c5
5
5
  SHA512:
6
- metadata.gz: 34c99dcb700e77a4be4c9c62e100d3da083c0268ebe232cb75a2d5727c836f95cc635a27c66e829dd9ab5ebd2b9542da2392e7e5a266381f6ca862ad1ca8b8b3
7
- data.tar.gz: 04227e38fcba09d2d2dce82a178f3c8cf10a1e2a7d36bae650fc30937a1000023ff3aff610c473dcc4a323b174bd214d3793ecc69d706079cc0f1fc355b0ba0f
6
+ metadata.gz: 82f6ce7e1d0ef996296ebad6675bab896daa22c4b17efc9889875772e4416501af6ca6a9857c83c2532c07b9b58bee1ef5a80b9e0417a3670232101e8a801464
7
+ data.tar.gz: 25808b65e821edc734ccb7571038d748ab73d12e3b207b02f8fe8d07c04263d375448a895845b2813794896b2b2faf47f74adfa09fa7e4eacad7aeecc81e3f3f
data/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # Release history for google-apis-bigquery_v2
2
2
 
3
+ ### v0.32.0 (2022-05-06)
4
+
5
+ * Regenerated from discovery document revision 20220429
6
+
7
+ ### v0.31.0 (2022-04-30)
8
+
9
+ * Regenerated from discovery document revision 20220422
10
+
11
+ ### v0.30.0 (2022-04-07)
12
+
13
+ * Regenerated from discovery document revision 20220326
14
+
3
15
  ### v0.29.0 (2022-03-30)
4
16
 
5
17
  * Regenerated from discovery document revision 20220322
@@ -481,8 +481,8 @@ module Google
481
481
  # "audit_log_configs": [ ` "log_type": "DATA_READ" `, ` "log_type": "DATA_WRITE"
482
482
  # , "exempted_members": [ "user:aliya@example.com" ] ` ] ` ] ` For sampleservice,
483
483
  # this policy enables DATA_READ, DATA_WRITE and ADMIN_READ logging. It also
484
- # exempts jose@example.com from DATA_READ logging, and aliya@example.com from
485
- # DATA_WRITE logging.
484
+ # exempts `jose@example.com` from DATA_READ logging, and `aliya@example.com`
485
+ # from DATA_WRITE logging.
486
486
  class AuditConfig
487
487
  include Google::Apis::Core::Hashable
488
488
 
@@ -947,7 +947,7 @@ module Google
947
947
  # @return [Google::Apis::BigqueryV2::Expr]
948
948
  attr_accessor :condition
949
949
 
950
- # Specifies the principals requesting access for a Cloud Platform resource. `
950
+ # Specifies the principals requesting access for a Google Cloud resource. `
951
951
  # members` can have the following values: * `allUsers`: A special identifier
952
952
  # that represents anyone who is on the internet; with or without a Google
953
953
  # account. * `allAuthenticatedUsers`: A special identifier that represents
@@ -1644,7 +1644,7 @@ module Google
1644
1644
  attr_accessor :max_time_travel_hours
1645
1645
 
1646
1646
  # [Output-only] Reserved for future use.
1647
- # Corresponds to the JSON property `satisfiesPZS`
1647
+ # Corresponds to the JSON property `satisfiesPzs`
1648
1648
  # @return [Boolean]
1649
1649
  attr_accessor :satisfies_pzs
1650
1650
  alias_method :satisfies_pzs?, :satisfies_pzs
@@ -2488,7 +2488,7 @@ module Google
2488
2488
  # @return [Float]
2489
2489
  attr_accessor :attribution
2490
2490
 
2491
- # Full name of the feature. For non-numerical features, will be formatted like ..
2491
+ # The full feature name. For non-numerical features, will be formatted like `.`.
2492
2492
  # Overall size of feature name will always be truncated to first 120 characters.
2493
2493
  # Corresponds to the JSON property `featureName`
2494
2494
  # @return [String]
@@ -3172,7 +3172,8 @@ module Google
3172
3172
  end
3173
3173
  end
3174
3174
 
3175
- # Training info of a trial in hyperparameter tuning.
3175
+ # Training info of a trial in [hyperparameter tuning](/bigquery-ml/docs/
3176
+ # reference/standard-sql/bigqueryml-syntax-hp-tuning-overview) models.
3176
3177
  class HparamTuningTrial
3177
3178
  include Google::Apis::Core::Hashable
3178
3179
 
@@ -5053,6 +5054,13 @@ module Google
5053
5054
  # @return [Fixnum]
5054
5055
  attr_accessor :last_refresh_time
5055
5056
 
5057
+ # [Optional] Max staleness of data that could be returned when materizlized view
5058
+ # is queried (formatted as Google SQL Interval type).
5059
+ # Corresponds to the JSON property `maxStaleness`
5060
+ # NOTE: Values are automatically base64 encoded/decoded in the client library.
5061
+ # @return [String]
5062
+ attr_accessor :max_staleness
5063
+
5056
5064
  # [Required] A query whose result is persisted.
5057
5065
  # Corresponds to the JSON property `query`
5058
5066
  # @return [String]
@@ -5072,6 +5080,7 @@ module Google
5072
5080
  def update!(**args)
5073
5081
  @enable_refresh = args[:enable_refresh] if args.key?(:enable_refresh)
5074
5082
  @last_refresh_time = args[:last_refresh_time] if args.key?(:last_refresh_time)
5083
+ @max_staleness = args[:max_staleness] if args.key?(:max_staleness)
5075
5084
  @query = args[:query] if args.key?(:query)
5076
5085
  @refresh_interval_ms = args[:refresh_interval_ms] if args.key?(:refresh_interval_ms)
5077
5086
  end
@@ -5120,9 +5129,11 @@ module Google
5120
5129
  attr_accessor :creation_time
5121
5130
 
5122
5131
  # Output only. The default trial_id to use in TVFs when the trial_id is not
5123
- # passed in. For single-objective hyperparameter tuning, this is the best trial
5124
- # id. For multi-objective hyperparameter tuning, this is the smallest trial id
5125
- # among all Pareto optimal trials.
5132
+ # passed in. For single-objective [hyperparameter tuning](/bigquery-ml/docs/
5133
+ # reference/standard-sql/bigqueryml-syntax-hp-tuning-overview) models, this is
5134
+ # the best trial ID. For multi-objective [hyperparameter tuning](/bigquery-ml/
5135
+ # docs/reference/standard-sql/bigqueryml-syntax-hp-tuning-overview) models, this
5136
+ # is the smallest trial ID among all Pareto optimal trials.
5126
5137
  # Corresponds to the JSON property `defaultTrialId`
5127
5138
  # @return [Fixnum]
5128
5139
  attr_accessor :default_trial_id
@@ -5169,7 +5180,8 @@ module Google
5169
5180
  # @return [Google::Apis::BigqueryV2::HparamSearchSpaces]
5170
5181
  attr_accessor :hparam_search_spaces
5171
5182
 
5172
- # Output only. Trials of a hyperparameter tuning model sorted by trial_id.
5183
+ # Output only. Trials of a [hyperparameter tuning](/bigquery-ml/docs/reference/
5184
+ # standard-sql/bigqueryml-syntax-hp-tuning-overview) model sorted by trial_id.
5173
5185
  # Corresponds to the JSON property `hparamTrials`
5174
5186
  # @return [Array<Google::Apis::BigqueryV2::HparamTuningTrial>]
5175
5187
  attr_accessor :hparam_trials
@@ -5211,9 +5223,11 @@ module Google
5211
5223
  # @return [String]
5212
5224
  attr_accessor :model_type
5213
5225
 
5214
- # Output only. For single-objective hyperparameter tuning, it only contains the
5215
- # best trial. For multi-objective hyperparameter tuning, it contains all Pareto
5216
- # optimal trials sorted by trial_id.
5226
+ # Output only. For single-objective [hyperparameter tuning](/bigquery-ml/docs/
5227
+ # reference/standard-sql/bigqueryml-syntax-hp-tuning-overview) models, it only
5228
+ # contains the best trial. For multi-objective [hyperparameter tuning](/bigquery-
5229
+ # ml/docs/reference/standard-sql/bigqueryml-syntax-hp-tuning-overview) models,
5230
+ # it contains all Pareto optimal trials sorted by trial_id.
5217
5231
  # Corresponds to the JSON property `optimalTrialIds`
5218
5232
  # @return [Array<Fixnum>]
5219
5233
  attr_accessor :optimal_trial_ids
@@ -6239,6 +6253,50 @@ module Google
6239
6253
  end
6240
6254
  end
6241
6255
 
6256
+ # Options for a remote user-defined function.
6257
+ class RemoteFunctionOptions
6258
+ include Google::Apis::Core::Hashable
6259
+
6260
+ # Fully qualified name of the user-provided connection object which holds the
6261
+ # authentication information to send requests to the remote service. projects/`
6262
+ # project_id`/locations/`location_id`/connections/`connection_id`
6263
+ # Corresponds to the JSON property `connection`
6264
+ # @return [String]
6265
+ attr_accessor :connection
6266
+
6267
+ # Endpoint of the user-provided remote service (e.g. a function url in Google
6268
+ # Cloud Functions).
6269
+ # Corresponds to the JSON property `endpoint`
6270
+ # @return [String]
6271
+ attr_accessor :endpoint
6272
+
6273
+ # Max number of rows in each batch sent to the remote service. If absent or if 0,
6274
+ # it means no limit.
6275
+ # Corresponds to the JSON property `maxBatchingRows`
6276
+ # @return [Fixnum]
6277
+ attr_accessor :max_batching_rows
6278
+
6279
+ # User-defined context as a set of key/value pairs, which will be sent as
6280
+ # function invocation context together with batched arguments in the requests to
6281
+ # the remote service. The total number of bytes of keys and values must be less
6282
+ # than 8KB.
6283
+ # Corresponds to the JSON property `userDefinedContext`
6284
+ # @return [Hash<String,String>]
6285
+ attr_accessor :user_defined_context
6286
+
6287
+ def initialize(**args)
6288
+ update!(**args)
6289
+ end
6290
+
6291
+ # Update properties of this object
6292
+ def update!(**args)
6293
+ @connection = args[:connection] if args.key?(:connection)
6294
+ @endpoint = args[:endpoint] if args.key?(:endpoint)
6295
+ @max_batching_rows = args[:max_batching_rows] if args.key?(:max_batching_rows)
6296
+ @user_defined_context = args[:user_defined_context] if args.key?(:user_defined_context)
6297
+ end
6298
+ end
6299
+
6242
6300
  # A user-defined function or a stored procedure.
6243
6301
  class Routine
6244
6302
  include Google::Apis::Core::Hashable
@@ -6300,6 +6358,11 @@ module Google
6300
6358
  # @return [Fixnum]
6301
6359
  attr_accessor :last_modified_time
6302
6360
 
6361
+ # Options for a remote user-defined function.
6362
+ # Corresponds to the JSON property `remoteFunctionOptions`
6363
+ # @return [Google::Apis::BigqueryV2::RemoteFunctionOptions]
6364
+ attr_accessor :remote_function_options
6365
+
6303
6366
  # A table type
6304
6367
  # Corresponds to the JSON property `returnTableType`
6305
6368
  # @return [Google::Apis::BigqueryV2::StandardSqlTableType]
@@ -6350,6 +6413,7 @@ module Google
6350
6413
  @imported_libraries = args[:imported_libraries] if args.key?(:imported_libraries)
6351
6414
  @language = args[:language] if args.key?(:language)
6352
6415
  @last_modified_time = args[:last_modified_time] if args.key?(:last_modified_time)
6416
+ @remote_function_options = args[:remote_function_options] if args.key?(:remote_function_options)
6353
6417
  @return_table_type = args[:return_table_type] if args.key?(:return_table_type)
6354
6418
  @return_type = args[:return_type] if args.key?(:return_type)
6355
6419
  @routine_reference = args[:routine_reference] if args.key?(:routine_reference)
@@ -6996,6 +7060,54 @@ module Google
6996
7060
  # @return [Fixnum]
6997
7061
  attr_accessor :num_rows
6998
7062
 
7063
+ # [Output-only] Number of logical bytes that are less than 90 days old.
7064
+ # Corresponds to the JSON property `num_active_logical_bytes`
7065
+ # @return [Fixnum]
7066
+ attr_accessor :num_active_logical_bytes
7067
+
7068
+ # [Output-only] Number of physical bytes less than 90 days old. This data is not
7069
+ # kept in real time, and might be delayed by a few seconds to a few minutes.
7070
+ # Corresponds to the JSON property `num_active_physical_bytes`
7071
+ # @return [Fixnum]
7072
+ attr_accessor :num_active_physical_bytes
7073
+
7074
+ # [Output-only] Number of logical bytes that are more than 90 days old.
7075
+ # Corresponds to the JSON property `num_long_term_logical_bytes`
7076
+ # @return [Fixnum]
7077
+ attr_accessor :num_long_term_logical_bytes
7078
+
7079
+ # [Output-only] Number of physical bytes more than 90 days old. This data is not
7080
+ # kept in real time, and might be delayed by a few seconds to a few minutes.
7081
+ # Corresponds to the JSON property `num_long_term_physical_bytes`
7082
+ # @return [Fixnum]
7083
+ attr_accessor :num_long_term_physical_bytes
7084
+
7085
+ # [Output-only] The number of partitions present in the table or materialized
7086
+ # view. This data is not kept in real time, and might be delayed by a few
7087
+ # seconds to a few minutes.
7088
+ # Corresponds to the JSON property `num_partitions`
7089
+ # @return [Fixnum]
7090
+ attr_accessor :num_partitions
7091
+
7092
+ # [Output-only] Number of physical bytes used by time travel storage (deleted or
7093
+ # changed data). This data is not kept in real time, and might be delayed by a
7094
+ # few seconds to a few minutes.
7095
+ # Corresponds to the JSON property `num_time_travel_physical_bytes`
7096
+ # @return [Fixnum]
7097
+ attr_accessor :num_time_travel_physical_bytes
7098
+
7099
+ # [Output-only] Total number of logical bytes in the table or materialized view.
7100
+ # Corresponds to the JSON property `num_total_logical_bytes`
7101
+ # @return [Fixnum]
7102
+ attr_accessor :num_total_logical_bytes
7103
+
7104
+ # [Output-only] The physical size of this table in bytes. This also includes
7105
+ # storage used for time travel. This data is not kept in real time, and might be
7106
+ # delayed by a few seconds to a few minutes.
7107
+ # Corresponds to the JSON property `num_total_physical_bytes`
7108
+ # @return [Fixnum]
7109
+ attr_accessor :num_total_physical_bytes
7110
+
6999
7111
  # [TrustedTester] Range partitioning specification for this table. Only one of
7000
7112
  # timePartitioning and rangePartitioning should be specified.
7001
7113
  # Corresponds to the JSON property `rangePartitioning`
@@ -7084,6 +7196,14 @@ module Google
7084
7196
  @num_long_term_bytes = args[:num_long_term_bytes] if args.key?(:num_long_term_bytes)
7085
7197
  @num_physical_bytes = args[:num_physical_bytes] if args.key?(:num_physical_bytes)
7086
7198
  @num_rows = args[:num_rows] if args.key?(:num_rows)
7199
+ @num_active_logical_bytes = args[:num_active_logical_bytes] if args.key?(:num_active_logical_bytes)
7200
+ @num_active_physical_bytes = args[:num_active_physical_bytes] if args.key?(:num_active_physical_bytes)
7201
+ @num_long_term_logical_bytes = args[:num_long_term_logical_bytes] if args.key?(:num_long_term_logical_bytes)
7202
+ @num_long_term_physical_bytes = args[:num_long_term_physical_bytes] if args.key?(:num_long_term_physical_bytes)
7203
+ @num_partitions = args[:num_partitions] if args.key?(:num_partitions)
7204
+ @num_time_travel_physical_bytes = args[:num_time_travel_physical_bytes] if args.key?(:num_time_travel_physical_bytes)
7205
+ @num_total_logical_bytes = args[:num_total_logical_bytes] if args.key?(:num_total_logical_bytes)
7206
+ @num_total_physical_bytes = args[:num_total_physical_bytes] if args.key?(:num_total_physical_bytes)
7087
7207
  @range_partitioning = args[:range_partitioning] if args.key?(:range_partitioning)
7088
7208
  @require_partition_filter = args[:require_partition_filter] if args.key?(:require_partition_filter)
7089
7209
  @schema = args[:schema] if args.key?(:schema)
@@ -7302,9 +7422,21 @@ module Google
7302
7422
 
7303
7423
  # Optional. Collation specification of the field. It only can be set on string
7304
7424
  # type field.
7305
- # Corresponds to the JSON property `collationSpec`
7425
+ # Corresponds to the JSON property `collation`
7426
+ # @return [String]
7427
+ attr_accessor :collation
7428
+
7429
+ # Optional. A SQL expression to specify the default value for this field. It can
7430
+ # only be set for top level fields (columns). You can use struct or array
7431
+ # expression to specify default value for the entire struct or array. The valid
7432
+ # SQL expressions are: - Literals for all data types, including STRUCT and ARRAY.
7433
+ # - Following functions: - CURRENT_TIMESTAMP - CURRENT_TIME - CURRENT_DATE -
7434
+ # CURRENT_DATETIME - GENERATE_UUID - RAND - SESSION_USER - ST_GEOGPOINT - Struct
7435
+ # or array composed with the above allowed functions, for example, [CURRENT_DATE(
7436
+ # ), DATE '2020-01-01']
7437
+ # Corresponds to the JSON property `defaultValueExpression`
7306
7438
  # @return [String]
7307
- attr_accessor :collation_spec
7439
+ attr_accessor :default_value_expression
7308
7440
 
7309
7441
  # [Optional] The field description. The maximum length is 1,024 characters.
7310
7442
  # Corresponds to the JSON property `description`
@@ -7386,7 +7518,8 @@ module Google
7386
7518
  # Update properties of this object
7387
7519
  def update!(**args)
7388
7520
  @categories = args[:categories] if args.key?(:categories)
7389
- @collation_spec = args[:collation_spec] if args.key?(:collation_spec)
7521
+ @collation = args[:collation] if args.key?(:collation)
7522
+ @default_value_expression = args[:default_value_expression] if args.key?(:default_value_expression)
7390
7523
  @description = args[:description] if args.key?(:description)
7391
7524
  @fields = args[:fields] if args.key?(:fields)
7392
7525
  @max_length = args[:max_length] if args.key?(:max_length)
@@ -7666,7 +7799,7 @@ module Google
7666
7799
  include Google::Apis::Core::Hashable
7667
7800
 
7668
7801
  # The set of permissions to check for the `resource`. Permissions with wildcards
7669
- # (such as '*' or 'storage.*') are not allowed. For more information see [IAM
7802
+ # (such as `*` or `storage.*`) are not allowed. For more information see [IAM
7670
7803
  # Overview](https://cloud.google.com/iam/docs/overview#permissions).
7671
7804
  # Corresponds to the JSON property `permissions`
7672
7805
  # @return [Array<String>]
@@ -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.29.0"
19
+ GEM_VERSION = "0.32.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 = "20220322"
25
+ REVISION = "20220429"
26
26
  end
27
27
  end
28
28
  end
@@ -736,6 +736,12 @@ module Google
736
736
  include Google::Apis::Core::JsonObjectSupport
737
737
  end
738
738
 
739
+ class RemoteFunctionOptions
740
+ class Representation < Google::Apis::Core::JsonRepresentation; end
741
+
742
+ include Google::Apis::Core::JsonObjectSupport
743
+ end
744
+
739
745
  class Routine
740
746
  class Representation < Google::Apis::Core::JsonRepresentation; end
741
747
 
@@ -1379,7 +1385,7 @@ module Google
1379
1385
  property :last_modified_time, :numeric_string => true, as: 'lastModifiedTime'
1380
1386
  property :location, as: 'location'
1381
1387
  property :max_time_travel_hours, :numeric_string => true, as: 'maxTimeTravelHours'
1382
- property :satisfies_pzs, as: 'satisfiesPZS'
1388
+ property :satisfies_pzs, as: 'satisfiesPzs'
1383
1389
  property :self_link, as: 'selfLink'
1384
1390
  collection :tags, as: 'tags', class: Google::Apis::BigqueryV2::Dataset::Tag, decorator: Google::Apis::BigqueryV2::Dataset::Tag::Representation
1385
1391
 
@@ -2228,6 +2234,7 @@ module Google
2228
2234
  class Representation < Google::Apis::Core::JsonRepresentation
2229
2235
  property :enable_refresh, as: 'enableRefresh'
2230
2236
  property :last_refresh_time, :numeric_string => true, as: 'lastRefreshTime'
2237
+ property :max_staleness, :base64 => true, as: 'maxStaleness'
2231
2238
  property :query, as: 'query'
2232
2239
  property :refresh_interval_ms, :numeric_string => true, as: 'refreshIntervalMs'
2233
2240
  end
@@ -2517,6 +2524,16 @@ module Google
2517
2524
  end
2518
2525
  end
2519
2526
 
2527
+ class RemoteFunctionOptions
2528
+ # @private
2529
+ class Representation < Google::Apis::Core::JsonRepresentation
2530
+ property :connection, as: 'connection'
2531
+ property :endpoint, as: 'endpoint'
2532
+ property :max_batching_rows, :numeric_string => true, as: 'maxBatchingRows'
2533
+ hash :user_defined_context, as: 'userDefinedContext'
2534
+ end
2535
+ end
2536
+
2520
2537
  class Routine
2521
2538
  # @private
2522
2539
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -2530,6 +2547,8 @@ module Google
2530
2547
  collection :imported_libraries, as: 'importedLibraries'
2531
2548
  property :language, as: 'language'
2532
2549
  property :last_modified_time, :numeric_string => true, as: 'lastModifiedTime'
2550
+ property :remote_function_options, as: 'remoteFunctionOptions', class: Google::Apis::BigqueryV2::RemoteFunctionOptions, decorator: Google::Apis::BigqueryV2::RemoteFunctionOptions::Representation
2551
+
2533
2552
  property :return_table_type, as: 'returnTableType', class: Google::Apis::BigqueryV2::StandardSqlTableType, decorator: Google::Apis::BigqueryV2::StandardSqlTableType::Representation
2534
2553
 
2535
2554
  property :return_type, as: 'returnType', class: Google::Apis::BigqueryV2::StandardSqlDataType, decorator: Google::Apis::BigqueryV2::StandardSqlDataType::Representation
@@ -2717,6 +2736,14 @@ module Google
2717
2736
  property :num_long_term_bytes, :numeric_string => true, as: 'numLongTermBytes'
2718
2737
  property :num_physical_bytes, :numeric_string => true, as: 'numPhysicalBytes'
2719
2738
  property :num_rows, :numeric_string => true, as: 'numRows'
2739
+ property :num_active_logical_bytes, :numeric_string => true, as: 'num_active_logical_bytes'
2740
+ property :num_active_physical_bytes, :numeric_string => true, as: 'num_active_physical_bytes'
2741
+ property :num_long_term_logical_bytes, :numeric_string => true, as: 'num_long_term_logical_bytes'
2742
+ property :num_long_term_physical_bytes, :numeric_string => true, as: 'num_long_term_physical_bytes'
2743
+ property :num_partitions, :numeric_string => true, as: 'num_partitions'
2744
+ property :num_time_travel_physical_bytes, :numeric_string => true, as: 'num_time_travel_physical_bytes'
2745
+ property :num_total_logical_bytes, :numeric_string => true, as: 'num_total_logical_bytes'
2746
+ property :num_total_physical_bytes, :numeric_string => true, as: 'num_total_physical_bytes'
2720
2747
  property :range_partitioning, as: 'rangePartitioning', class: Google::Apis::BigqueryV2::RangePartitioning, decorator: Google::Apis::BigqueryV2::RangePartitioning::Representation
2721
2748
 
2722
2749
  property :require_partition_filter, as: 'requirePartitionFilter'
@@ -2799,7 +2826,8 @@ module Google
2799
2826
  class Representation < Google::Apis::Core::JsonRepresentation
2800
2827
  property :categories, as: 'categories', class: Google::Apis::BigqueryV2::TableFieldSchema::Categories, decorator: Google::Apis::BigqueryV2::TableFieldSchema::Categories::Representation
2801
2828
 
2802
- property :collation_spec, as: 'collationSpec'
2829
+ property :collation, as: 'collation'
2830
+ property :default_value_expression, as: 'defaultValueExpression'
2803
2831
  property :description, as: 'description'
2804
2832
  collection :fields, as: 'fields', class: Google::Apis::BigqueryV2::TableFieldSchema, decorator: Google::Apis::BigqueryV2::TableFieldSchema::Representation
2805
2833
 
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.29.0
4
+ version: 0.32.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-04-04 00:00:00.000000000 Z
11
+ date: 2022-05-09 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.29.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-bigquery_v2/v0.32.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: []