google-apis-bigquery_v2 0.28.0 → 0.31.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: 449bc4c727b723e420f895da9c8fb476debfc81c67489cd0f2bbe9486c1eacd0
4
- data.tar.gz: 211457c59ff62f487088c43442aa95d7cdff8e601407922e4d6bfb0f1adec751
3
+ metadata.gz: 261de305ed98a813d23fad14218287d8cac71618a4f58bbcba65063e86a0cbcd
4
+ data.tar.gz: c5a4a962fc8c9e9cc7c4c6cc9229ebff5d681a3e8706625be4cb79597c707f29
5
5
  SHA512:
6
- metadata.gz: 770c9a65a1a3fcaab45c0aa4674c5a5dc0ede05cdd2046edaef2f2802832586439882a75ceb8d2c72569bfd3a3d2aafe14ee84a345c72175e4719e1685768ffe
7
- data.tar.gz: d412bfdcd7f8a5c85a658df4eecadefba4ea0811326773895e1feb86ba0fd9ca01aa7ea13d1f1378f5f0057ba406ed1a059cc18ce94bafc625dee33a98392566
6
+ metadata.gz: 7639dc6a0616cef0356109742ddf2a79bcbec78c192846f9d79f821faaef86a56a06c2191ffb29dc41ba568c5ba4c7b7d6a5d03f25afd137a848c22ee979b070
7
+ data.tar.gz: 486b1df6a68d9c492116a71c9737aca3f680462f21b648282b9611a60c7a22aeeef89738dde1a882d81d4656b4f66291d5c62c8f2aca8580ceaecacba8a31f04
data/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # Release history for google-apis-bigquery_v2
2
2
 
3
+ ### v0.31.0 (2022-04-30)
4
+
5
+ * Regenerated from discovery document revision 20220422
6
+
7
+ ### v0.30.0 (2022-04-07)
8
+
9
+ * Regenerated from discovery document revision 20220326
10
+
11
+ ### v0.29.0 (2022-03-30)
12
+
13
+ * Regenerated from discovery document revision 20220322
14
+
3
15
  ### v0.28.0 (2022-03-19)
4
16
 
5
17
  * Regenerated from discovery document revision 20220313
@@ -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
@@ -1637,8 +1637,14 @@ module Google
1637
1637
  # @return [String]
1638
1638
  attr_accessor :location
1639
1639
 
1640
+ # [Optional] Number of hours for the max time travel for all tables in the
1641
+ # dataset.
1642
+ # Corresponds to the JSON property `maxTimeTravelHours`
1643
+ # @return [Fixnum]
1644
+ attr_accessor :max_time_travel_hours
1645
+
1640
1646
  # [Output-only] Reserved for future use.
1641
- # Corresponds to the JSON property `satisfiesPZS`
1647
+ # Corresponds to the JSON property `satisfiesPzs`
1642
1648
  # @return [Boolean]
1643
1649
  attr_accessor :satisfies_pzs
1644
1650
  alias_method :satisfies_pzs?, :satisfies_pzs
@@ -1676,6 +1682,7 @@ module Google
1676
1682
  @labels = args[:labels] if args.key?(:labels)
1677
1683
  @last_modified_time = args[:last_modified_time] if args.key?(:last_modified_time)
1678
1684
  @location = args[:location] if args.key?(:location)
1685
+ @max_time_travel_hours = args[:max_time_travel_hours] if args.key?(:max_time_travel_hours)
1679
1686
  @satisfies_pzs = args[:satisfies_pzs] if args.key?(:satisfies_pzs)
1680
1687
  @self_link = args[:self_link] if args.key?(:self_link)
1681
1688
  @tags = args[:tags] if args.key?(:tags)
@@ -2481,7 +2488,7 @@ module Google
2481
2488
  # @return [Float]
2482
2489
  attr_accessor :attribution
2483
2490
 
2484
- # 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 `.`.
2485
2492
  # Overall size of feature name will always be truncated to first 120 characters.
2486
2493
  # Corresponds to the JSON property `featureName`
2487
2494
  # @return [String]
@@ -3165,7 +3172,8 @@ module Google
3165
3172
  end
3166
3173
  end
3167
3174
 
3168
- # 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.
3169
3177
  class HparamTuningTrial
3170
3178
  include Google::Apis::Core::Hashable
3171
3179
 
@@ -5046,6 +5054,13 @@ module Google
5046
5054
  # @return [Fixnum]
5047
5055
  attr_accessor :last_refresh_time
5048
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
+
5049
5064
  # [Required] A query whose result is persisted.
5050
5065
  # Corresponds to the JSON property `query`
5051
5066
  # @return [String]
@@ -5065,6 +5080,7 @@ module Google
5065
5080
  def update!(**args)
5066
5081
  @enable_refresh = args[:enable_refresh] if args.key?(:enable_refresh)
5067
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)
5068
5084
  @query = args[:query] if args.key?(:query)
5069
5085
  @refresh_interval_ms = args[:refresh_interval_ms] if args.key?(:refresh_interval_ms)
5070
5086
  end
@@ -5113,9 +5129,11 @@ module Google
5113
5129
  attr_accessor :creation_time
5114
5130
 
5115
5131
  # Output only. The default trial_id to use in TVFs when the trial_id is not
5116
- # passed in. For single-objective hyperparameter tuning, this is the best trial
5117
- # id. For multi-objective hyperparameter tuning, this is the smallest trial id
5118
- # 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.
5119
5137
  # Corresponds to the JSON property `defaultTrialId`
5120
5138
  # @return [Fixnum]
5121
5139
  attr_accessor :default_trial_id
@@ -5162,7 +5180,8 @@ module Google
5162
5180
  # @return [Google::Apis::BigqueryV2::HparamSearchSpaces]
5163
5181
  attr_accessor :hparam_search_spaces
5164
5182
 
5165
- # 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.
5166
5185
  # Corresponds to the JSON property `hparamTrials`
5167
5186
  # @return [Array<Google::Apis::BigqueryV2::HparamTuningTrial>]
5168
5187
  attr_accessor :hparam_trials
@@ -5204,9 +5223,11 @@ module Google
5204
5223
  # @return [String]
5205
5224
  attr_accessor :model_type
5206
5225
 
5207
- # Output only. For single-objective hyperparameter tuning, it only contains the
5208
- # best trial. For multi-objective hyperparameter tuning, it contains all Pareto
5209
- # 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.
5210
5231
  # Corresponds to the JSON property `optimalTrialIds`
5211
5232
  # @return [Array<Fixnum>]
5212
5233
  attr_accessor :optimal_trial_ids
@@ -6232,6 +6253,50 @@ module Google
6232
6253
  end
6233
6254
  end
6234
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
+
6235
6300
  # A user-defined function or a stored procedure.
6236
6301
  class Routine
6237
6302
  include Google::Apis::Core::Hashable
@@ -6293,6 +6358,11 @@ module Google
6293
6358
  # @return [Fixnum]
6294
6359
  attr_accessor :last_modified_time
6295
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
+
6296
6366
  # A table type
6297
6367
  # Corresponds to the JSON property `returnTableType`
6298
6368
  # @return [Google::Apis::BigqueryV2::StandardSqlTableType]
@@ -6343,6 +6413,7 @@ module Google
6343
6413
  @imported_libraries = args[:imported_libraries] if args.key?(:imported_libraries)
6344
6414
  @language = args[:language] if args.key?(:language)
6345
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)
6346
6417
  @return_table_type = args[:return_table_type] if args.key?(:return_table_type)
6347
6418
  @return_type = args[:return_type] if args.key?(:return_type)
6348
6419
  @routine_reference = args[:routine_reference] if args.key?(:routine_reference)
@@ -6989,6 +7060,54 @@ module Google
6989
7060
  # @return [Fixnum]
6990
7061
  attr_accessor :num_rows
6991
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
+
6992
7111
  # [TrustedTester] Range partitioning specification for this table. Only one of
6993
7112
  # timePartitioning and rangePartitioning should be specified.
6994
7113
  # Corresponds to the JSON property `rangePartitioning`
@@ -7077,6 +7196,14 @@ module Google
7077
7196
  @num_long_term_bytes = args[:num_long_term_bytes] if args.key?(:num_long_term_bytes)
7078
7197
  @num_physical_bytes = args[:num_physical_bytes] if args.key?(:num_physical_bytes)
7079
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)
7080
7207
  @range_partitioning = args[:range_partitioning] if args.key?(:range_partitioning)
7081
7208
  @require_partition_filter = args[:require_partition_filter] if args.key?(:require_partition_filter)
7082
7209
  @schema = args[:schema] if args.key?(:schema)
@@ -7295,9 +7422,21 @@ module Google
7295
7422
 
7296
7423
  # Optional. Collation specification of the field. It only can be set on string
7297
7424
  # type field.
7298
- # 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`
7299
7438
  # @return [String]
7300
- attr_accessor :collation_spec
7439
+ attr_accessor :default_value_expression
7301
7440
 
7302
7441
  # [Optional] The field description. The maximum length is 1,024 characters.
7303
7442
  # Corresponds to the JSON property `description`
@@ -7379,7 +7518,8 @@ module Google
7379
7518
  # Update properties of this object
7380
7519
  def update!(**args)
7381
7520
  @categories = args[:categories] if args.key?(:categories)
7382
- @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)
7383
7523
  @description = args[:description] if args.key?(:description)
7384
7524
  @fields = args[:fields] if args.key?(:fields)
7385
7525
  @max_length = args[:max_length] if args.key?(:max_length)
@@ -7659,7 +7799,7 @@ module Google
7659
7799
  include Google::Apis::Core::Hashable
7660
7800
 
7661
7801
  # The set of permissions to check for the `resource`. Permissions with wildcards
7662
- # (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
7663
7803
  # Overview](https://cloud.google.com/iam/docs/overview#permissions).
7664
7804
  # Corresponds to the JSON property `permissions`
7665
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.28.0"
19
+ GEM_VERSION = "0.31.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 = "20220313"
25
+ REVISION = "20220422"
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
 
@@ -1378,7 +1384,8 @@ module Google
1378
1384
  hash :labels, as: 'labels'
1379
1385
  property :last_modified_time, :numeric_string => true, as: 'lastModifiedTime'
1380
1386
  property :location, as: 'location'
1381
- property :satisfies_pzs, as: 'satisfiesPZS'
1387
+ property :max_time_travel_hours, :numeric_string => true, as: 'maxTimeTravelHours'
1388
+ property :satisfies_pzs, as: 'satisfiesPzs'
1382
1389
  property :self_link, as: 'selfLink'
1383
1390
  collection :tags, as: 'tags', class: Google::Apis::BigqueryV2::Dataset::Tag, decorator: Google::Apis::BigqueryV2::Dataset::Tag::Representation
1384
1391
 
@@ -2227,6 +2234,7 @@ module Google
2227
2234
  class Representation < Google::Apis::Core::JsonRepresentation
2228
2235
  property :enable_refresh, as: 'enableRefresh'
2229
2236
  property :last_refresh_time, :numeric_string => true, as: 'lastRefreshTime'
2237
+ property :max_staleness, :base64 => true, as: 'maxStaleness'
2230
2238
  property :query, as: 'query'
2231
2239
  property :refresh_interval_ms, :numeric_string => true, as: 'refreshIntervalMs'
2232
2240
  end
@@ -2516,6 +2524,16 @@ module Google
2516
2524
  end
2517
2525
  end
2518
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
+
2519
2537
  class Routine
2520
2538
  # @private
2521
2539
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -2529,6 +2547,8 @@ module Google
2529
2547
  collection :imported_libraries, as: 'importedLibraries'
2530
2548
  property :language, as: 'language'
2531
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
+
2532
2552
  property :return_table_type, as: 'returnTableType', class: Google::Apis::BigqueryV2::StandardSqlTableType, decorator: Google::Apis::BigqueryV2::StandardSqlTableType::Representation
2533
2553
 
2534
2554
  property :return_type, as: 'returnType', class: Google::Apis::BigqueryV2::StandardSqlDataType, decorator: Google::Apis::BigqueryV2::StandardSqlDataType::Representation
@@ -2716,6 +2736,14 @@ module Google
2716
2736
  property :num_long_term_bytes, :numeric_string => true, as: 'numLongTermBytes'
2717
2737
  property :num_physical_bytes, :numeric_string => true, as: 'numPhysicalBytes'
2718
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'
2719
2747
  property :range_partitioning, as: 'rangePartitioning', class: Google::Apis::BigqueryV2::RangePartitioning, decorator: Google::Apis::BigqueryV2::RangePartitioning::Representation
2720
2748
 
2721
2749
  property :require_partition_filter, as: 'requirePartitionFilter'
@@ -2798,7 +2826,8 @@ module Google
2798
2826
  class Representation < Google::Apis::Core::JsonRepresentation
2799
2827
  property :categories, as: 'categories', class: Google::Apis::BigqueryV2::TableFieldSchema::Categories, decorator: Google::Apis::BigqueryV2::TableFieldSchema::Categories::Representation
2800
2828
 
2801
- property :collation_spec, as: 'collationSpec'
2829
+ property :collation, as: 'collation'
2830
+ property :default_value_expression, as: 'defaultValueExpression'
2802
2831
  property :description, as: 'description'
2803
2832
  collection :fields, as: 'fields', class: Google::Apis::BigqueryV2::TableFieldSchema, decorator: Google::Apis::BigqueryV2::TableFieldSchema::Representation
2804
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.28.0
4
+ version: 0.31.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-03-21 00:00:00.000000000 Z
11
+ date: 2022-05-02 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.28.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-bigquery_v2/v0.31.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: []