google-apis-bigquery_v2 0.71.0 → 0.92.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -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.71.0"
19
+ GEM_VERSION = "0.92.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.15.0"
22
+ GENERATOR_VERSION = "0.18.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240602"
25
+ REVISION = "20250713"
26
26
  end
27
27
  end
28
28
  end
@@ -100,6 +100,12 @@ module Google
100
100
  include Google::Apis::Core::JsonObjectSupport
101
101
  end
102
102
 
103
+ class BatchDeleteRowAccessPoliciesRequest
104
+ class Representation < Google::Apis::Core::JsonRepresentation; end
105
+
106
+ include Google::Apis::Core::JsonObjectSupport
107
+ end
108
+
103
109
  class BiEngineReason
104
110
  class Representation < Google::Apis::Core::JsonRepresentation; end
105
111
 
@@ -250,6 +256,12 @@ module Google
250
256
  include Google::Apis::Core::JsonObjectSupport
251
257
  end
252
258
 
259
+ class DataPolicyOption
260
+ class Representation < Google::Apis::Core::JsonRepresentation; end
261
+
262
+ include Google::Apis::Core::JsonObjectSupport
263
+ end
264
+
253
265
  class DataSplitResult
254
266
  class Representation < Google::Apis::Core::JsonRepresentation; end
255
267
 
@@ -418,6 +430,12 @@ module Google
418
430
  include Google::Apis::Core::JsonObjectSupport
419
431
  end
420
432
 
433
+ class ExternalRuntimeOptions
434
+ class Representation < Google::Apis::Core::JsonRepresentation; end
435
+
436
+ include Google::Apis::Core::JsonObjectSupport
437
+ end
438
+
421
439
  class ExternalServiceCost
422
440
  class Representation < Google::Apis::Core::JsonRepresentation; end
423
441
 
@@ -856,6 +874,12 @@ module Google
856
874
  include Google::Apis::Core::JsonObjectSupport
857
875
  end
858
876
 
877
+ class PythonOptions
878
+ class Representation < Google::Apis::Core::JsonRepresentation; end
879
+
880
+ include Google::Apis::Core::JsonObjectSupport
881
+ end
882
+
859
883
  class QueryInfo
860
884
  class Representation < Google::Apis::Core::JsonRepresentation; end
861
885
 
@@ -1102,6 +1126,18 @@ module Google
1102
1126
  include Google::Apis::Core::JsonObjectSupport
1103
1127
  end
1104
1128
 
1129
+ class StoredColumnsUnusedReason
1130
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1131
+
1132
+ include Google::Apis::Core::JsonObjectSupport
1133
+ end
1134
+
1135
+ class StoredColumnsUsage
1136
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1137
+
1138
+ include Google::Apis::Core::JsonObjectSupport
1139
+ end
1140
+
1105
1141
  class Streamingbuffer
1106
1142
  class Representation < Google::Apis::Core::JsonRepresentation; end
1107
1143
 
@@ -1474,6 +1510,14 @@ module Google
1474
1510
  end
1475
1511
  end
1476
1512
 
1513
+ class BatchDeleteRowAccessPoliciesRequest
1514
+ # @private
1515
+ class Representation < Google::Apis::Core::JsonRepresentation
1516
+ property :force, as: 'force'
1517
+ collection :policy_ids, as: 'policyIds'
1518
+ end
1519
+ end
1520
+
1477
1521
  class BiEngineReason
1478
1522
  # @private
1479
1523
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1708,15 +1752,18 @@ module Google
1708
1752
  property :encoding, as: 'encoding'
1709
1753
  property :field_delimiter, as: 'fieldDelimiter'
1710
1754
  property :null_marker, as: 'nullMarker'
1755
+ collection :null_markers, as: 'nullMarkers'
1711
1756
  property :preserve_ascii_control_characters, as: 'preserveAsciiControlCharacters'
1712
1757
  property :quote, as: 'quote'
1713
1758
  property :skip_leading_rows, :numeric_string => true, as: 'skipLeadingRows'
1759
+ property :source_column_match, as: 'sourceColumnMatch'
1714
1760
  end
1715
1761
  end
1716
1762
 
1717
1763
  class DataFormatOptions
1718
1764
  # @private
1719
1765
  class Representation < Google::Apis::Core::JsonRepresentation
1766
+ property :timestamp_output_format, as: 'timestampOutputFormat'
1720
1767
  property :use_int64_timestamp, as: 'useInt64Timestamp'
1721
1768
  end
1722
1769
  end
@@ -1728,6 +1775,13 @@ module Google
1728
1775
  end
1729
1776
  end
1730
1777
 
1778
+ class DataPolicyOption
1779
+ # @private
1780
+ class Representation < Google::Apis::Core::JsonRepresentation
1781
+ property :name, as: 'name'
1782
+ end
1783
+ end
1784
+
1731
1785
  class DataSplitResult
1732
1786
  # @private
1733
1787
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1787,6 +1841,8 @@ module Google
1787
1841
  class Access
1788
1842
  # @private
1789
1843
  class Representation < Google::Apis::Core::JsonRepresentation
1844
+ property :condition, as: 'condition', class: Google::Apis::BigqueryV2::Expr, decorator: Google::Apis::BigqueryV2::Expr::Representation
1845
+
1790
1846
  property :dataset, as: 'dataset', class: Google::Apis::BigqueryV2::DatasetAccessEntry, decorator: Google::Apis::BigqueryV2::DatasetAccessEntry::Representation
1791
1847
 
1792
1848
  property :domain, as: 'domain'
@@ -1836,6 +1892,8 @@ module Google
1836
1892
  class Representation < Google::Apis::Core::JsonRepresentation
1837
1893
  property :dataset_reference, as: 'datasetReference', class: Google::Apis::BigqueryV2::DatasetReference, decorator: Google::Apis::BigqueryV2::DatasetReference::Representation
1838
1894
 
1895
+ property :external_dataset_reference, as: 'externalDatasetReference', class: Google::Apis::BigqueryV2::ExternalDatasetReference, decorator: Google::Apis::BigqueryV2::ExternalDatasetReference::Representation
1896
+
1839
1897
  property :friendly_name, as: 'friendlyName'
1840
1898
  property :id, as: 'id'
1841
1899
  property :kind, as: 'kind'
@@ -2066,6 +2124,8 @@ module Google
2066
2124
  property :connection_id, as: 'connectionId'
2067
2125
  property :csv_options, as: 'csvOptions', class: Google::Apis::BigqueryV2::CsvOptions, decorator: Google::Apis::BigqueryV2::CsvOptions::Representation
2068
2126
 
2127
+ property :date_format, as: 'dateFormat'
2128
+ property :datetime_format, as: 'datetimeFormat'
2069
2129
  collection :decimal_target_types, as: 'decimalTargetTypes'
2070
2130
  property :file_set_spec_type, as: 'fileSetSpecType'
2071
2131
  property :google_sheets_options, as: 'googleSheetsOptions', class: Google::Apis::BigqueryV2::GoogleSheetsOptions, decorator: Google::Apis::BigqueryV2::GoogleSheetsOptions::Representation
@@ -2086,6 +2146,9 @@ module Google
2086
2146
 
2087
2147
  property :source_format, as: 'sourceFormat'
2088
2148
  collection :source_uris, as: 'sourceUris'
2149
+ property :time_format, as: 'timeFormat'
2150
+ property :time_zone, as: 'timeZone'
2151
+ property :timestamp_format, as: 'timestampFormat'
2089
2152
  end
2090
2153
  end
2091
2154
 
@@ -2097,9 +2160,21 @@ module Google
2097
2160
  end
2098
2161
  end
2099
2162
 
2163
+ class ExternalRuntimeOptions
2164
+ # @private
2165
+ class Representation < Google::Apis::Core::JsonRepresentation
2166
+ property :container_cpu, as: 'containerCpu'
2167
+ property :container_memory, as: 'containerMemory'
2168
+ property :max_batching_rows, :numeric_string => true, as: 'maxBatchingRows'
2169
+ property :runtime_connection, as: 'runtimeConnection'
2170
+ property :runtime_version, as: 'runtimeVersion'
2171
+ end
2172
+ end
2173
+
2100
2174
  class ExternalServiceCost
2101
2175
  # @private
2102
2176
  class Representation < Google::Apis::Core::JsonRepresentation
2177
+ property :billing_method, as: 'billingMethod'
2103
2178
  property :bytes_billed, :numeric_string => true, as: 'bytesBilled'
2104
2179
  property :bytes_processed, :numeric_string => true, as: 'bytesProcessed'
2105
2180
  property :external_service, as: 'externalService'
@@ -2405,6 +2480,7 @@ module Google
2405
2480
 
2406
2481
  property :query, as: 'query', class: Google::Apis::BigqueryV2::JobConfigurationQuery, decorator: Google::Apis::BigqueryV2::JobConfigurationQuery::Representation
2407
2482
 
2483
+ property :reservation, as: 'reservation'
2408
2484
  end
2409
2485
  end
2410
2486
 
@@ -2441,6 +2517,8 @@ module Google
2441
2517
  property :copy_files_only, as: 'copyFilesOnly'
2442
2518
  property :create_disposition, as: 'createDisposition'
2443
2519
  property :create_session, as: 'createSession'
2520
+ property :date_format, as: 'dateFormat'
2521
+ property :datetime_format, as: 'datetimeFormat'
2444
2522
  collection :decimal_target_types, as: 'decimalTargetTypes'
2445
2523
  property :destination_encryption_configuration, as: 'destinationEncryptionConfiguration', class: Google::Apis::BigqueryV2::EncryptionConfiguration, decorator: Google::Apis::BigqueryV2::EncryptionConfiguration::Representation
2446
2524
 
@@ -2457,6 +2535,7 @@ module Google
2457
2535
  property :json_extension, as: 'jsonExtension'
2458
2536
  property :max_bad_records, as: 'maxBadRecords'
2459
2537
  property :null_marker, as: 'nullMarker'
2538
+ collection :null_markers, as: 'nullMarkers'
2460
2539
  property :parquet_options, as: 'parquetOptions', class: Google::Apis::BigqueryV2::ParquetOptions, decorator: Google::Apis::BigqueryV2::ParquetOptions::Representation
2461
2540
 
2462
2541
  property :preserve_ascii_control_characters, as: 'preserveAsciiControlCharacters'
@@ -2471,10 +2550,14 @@ module Google
2471
2550
  property :schema_inline_format, as: 'schemaInlineFormat'
2472
2551
  collection :schema_update_options, as: 'schemaUpdateOptions'
2473
2552
  property :skip_leading_rows, as: 'skipLeadingRows'
2553
+ property :source_column_match, as: 'sourceColumnMatch'
2474
2554
  property :source_format, as: 'sourceFormat'
2475
2555
  collection :source_uris, as: 'sourceUris'
2556
+ property :time_format, as: 'timeFormat'
2476
2557
  property :time_partitioning, as: 'timePartitioning', class: Google::Apis::BigqueryV2::TimePartitioning, decorator: Google::Apis::BigqueryV2::TimePartitioning::Representation
2477
2558
 
2559
+ property :time_zone, as: 'timeZone'
2560
+ property :timestamp_format, as: 'timestampFormat'
2478
2561
  property :use_avro_logical_types, as: 'useAvroLogicalTypes'
2479
2562
  property :write_disposition, as: 'writeDisposition'
2480
2563
  end
@@ -2522,6 +2605,7 @@ module Google
2522
2605
  collection :user_defined_function_resources, as: 'userDefinedFunctionResources', class: Google::Apis::BigqueryV2::UserDefinedFunctionResource, decorator: Google::Apis::BigqueryV2::UserDefinedFunctionResource::Representation
2523
2606
 
2524
2607
  property :write_disposition, as: 'writeDisposition'
2608
+ property :write_incremental_results, as: 'writeIncrementalResults'
2525
2609
  end
2526
2610
  end
2527
2611
 
@@ -2601,6 +2685,7 @@ module Google
2601
2685
  property :creation_time, :numeric_string => true, as: 'creationTime'
2602
2686
  property :data_masking_statistics, as: 'dataMaskingStatistics', class: Google::Apis::BigqueryV2::DataMaskingStatistics, decorator: Google::Apis::BigqueryV2::DataMaskingStatistics::Representation
2603
2687
 
2688
+ property :edition, as: 'edition'
2604
2689
  property :end_time, :numeric_string => true, as: 'endTime'
2605
2690
  property :extract, as: 'extract', class: Google::Apis::BigqueryV2::JobStatistics4, decorator: Google::Apis::BigqueryV2::JobStatistics4::Representation
2606
2691
 
@@ -2707,6 +2792,7 @@ module Google
2707
2792
  property :total_bytes_processed, :numeric_string => true, as: 'totalBytesProcessed'
2708
2793
  property :total_bytes_processed_accuracy, as: 'totalBytesProcessedAccuracy'
2709
2794
  property :total_partitions_processed, :numeric_string => true, as: 'totalPartitionsProcessed'
2795
+ property :total_services_sku_slot_ms, :numeric_string => true, as: 'totalServicesSkuSlotMs'
2710
2796
  property :total_slot_ms, :numeric_string => true, as: 'totalSlotMs'
2711
2797
  property :transferred_bytes, :numeric_string => true, as: 'transferredBytes'
2712
2798
  collection :undeclared_query_parameters, as: 'undeclaredQueryParameters', class: Google::Apis::BigqueryV2::QueryParameter, decorator: Google::Apis::BigqueryV2::QueryParameter::Representation
@@ -3092,6 +3178,14 @@ module Google
3092
3178
  end
3093
3179
  end
3094
3180
 
3181
+ class PythonOptions
3182
+ # @private
3183
+ class Representation < Google::Apis::Core::JsonRepresentation
3184
+ property :entry_point, as: 'entryPoint'
3185
+ collection :packages, as: 'packages'
3186
+ end
3187
+ end
3188
+
3095
3189
  class QueryInfo
3096
3190
  # @private
3097
3191
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -3119,6 +3213,7 @@ module Google
3119
3213
 
3120
3214
  collection :struct_types, as: 'structTypes', class: Google::Apis::BigqueryV2::QueryParameterType::StructType, decorator: Google::Apis::BigqueryV2::QueryParameterType::StructType::Representation
3121
3215
 
3216
+ property :timestamp_precision, :numeric_string => true, as: 'timestampPrecision'
3122
3217
  property :type, as: 'type'
3123
3218
  end
3124
3219
 
@@ -3155,10 +3250,13 @@ module Google
3155
3250
  property :create_session, as: 'createSession'
3156
3251
  property :default_dataset, as: 'defaultDataset', class: Google::Apis::BigqueryV2::DatasetReference, decorator: Google::Apis::BigqueryV2::DatasetReference::Representation
3157
3252
 
3253
+ property :destination_encryption_configuration, as: 'destinationEncryptionConfiguration', class: Google::Apis::BigqueryV2::EncryptionConfiguration, decorator: Google::Apis::BigqueryV2::EncryptionConfiguration::Representation
3254
+
3158
3255
  property :dry_run, as: 'dryRun'
3159
3256
  property :format_options, as: 'formatOptions', class: Google::Apis::BigqueryV2::DataFormatOptions, decorator: Google::Apis::BigqueryV2::DataFormatOptions::Representation
3160
3257
 
3161
3258
  property :job_creation_mode, as: 'jobCreationMode'
3259
+ property :job_timeout_ms, :numeric_string => true, as: 'jobTimeoutMs'
3162
3260
  property :kind, as: 'kind'
3163
3261
  hash :labels, as: 'labels'
3164
3262
  property :location, as: 'location'
@@ -3170,9 +3268,11 @@ module Google
3170
3268
  collection :query_parameters, as: 'queryParameters', class: Google::Apis::BigqueryV2::QueryParameter, decorator: Google::Apis::BigqueryV2::QueryParameter::Representation
3171
3269
 
3172
3270
  property :request_id, as: 'requestId'
3271
+ property :reservation, as: 'reservation'
3173
3272
  property :timeout_ms, as: 'timeoutMs'
3174
3273
  property :use_legacy_sql, as: 'useLegacySql'
3175
3274
  property :use_query_cache, as: 'useQueryCache'
3275
+ property :write_incremental_results, as: 'writeIncrementalResults'
3176
3276
  end
3177
3277
  end
3178
3278
 
@@ -3180,8 +3280,10 @@ module Google
3180
3280
  # @private
3181
3281
  class Representation < Google::Apis::Core::JsonRepresentation
3182
3282
  property :cache_hit, as: 'cacheHit'
3283
+ property :creation_time, :numeric_string => true, as: 'creationTime'
3183
3284
  property :dml_stats, as: 'dmlStats', class: Google::Apis::BigqueryV2::DmlStatistics, decorator: Google::Apis::BigqueryV2::DmlStatistics::Representation
3184
3285
 
3286
+ property :end_time, :numeric_string => true, as: 'endTime'
3185
3287
  collection :errors, as: 'errors', class: Google::Apis::BigqueryV2::ErrorProto, decorator: Google::Apis::BigqueryV2::ErrorProto::Representation
3186
3288
 
3187
3289
  property :job_complete, as: 'jobComplete'
@@ -3190,6 +3292,7 @@ module Google
3190
3292
  property :job_reference, as: 'jobReference', class: Google::Apis::BigqueryV2::JobReference, decorator: Google::Apis::BigqueryV2::JobReference::Representation
3191
3293
 
3192
3294
  property :kind, as: 'kind'
3295
+ property :location, as: 'location'
3193
3296
  property :num_dml_affected_rows, :numeric_string => true, as: 'numDmlAffectedRows'
3194
3297
  property :page_token, as: 'pageToken'
3195
3298
  property :query_id, as: 'queryId'
@@ -3199,8 +3302,11 @@ module Google
3199
3302
 
3200
3303
  property :session_info, as: 'sessionInfo', class: Google::Apis::BigqueryV2::SessionInfo, decorator: Google::Apis::BigqueryV2::SessionInfo::Representation
3201
3304
 
3305
+ property :start_time, :numeric_string => true, as: 'startTime'
3306
+ property :total_bytes_billed, :numeric_string => true, as: 'totalBytesBilled'
3202
3307
  property :total_bytes_processed, :numeric_string => true, as: 'totalBytesProcessed'
3203
3308
  property :total_rows, :numeric_string => true, as: 'totalRows'
3309
+ property :total_slot_ms, :numeric_string => true, as: 'totalSlotMs'
3204
3310
  end
3205
3311
  end
3206
3312
 
@@ -3212,6 +3318,7 @@ module Google
3212
3318
  property :elapsed_ms, :numeric_string => true, as: 'elapsedMs'
3213
3319
  property :estimated_runnable_units, :numeric_string => true, as: 'estimatedRunnableUnits'
3214
3320
  property :pending_units, :numeric_string => true, as: 'pendingUnits'
3321
+ property :shuffle_ram_usage_ratio, as: 'shuffleRamUsageRatio'
3215
3322
  property :total_slot_ms, :numeric_string => true, as: 'totalSlotMs'
3216
3323
  end
3217
3324
  end
@@ -3305,9 +3412,13 @@ module Google
3305
3412
  property :description, as: 'description'
3306
3413
  property :determinism_level, as: 'determinismLevel'
3307
3414
  property :etag, as: 'etag'
3415
+ property :external_runtime_options, as: 'externalRuntimeOptions', class: Google::Apis::BigqueryV2::ExternalRuntimeOptions, decorator: Google::Apis::BigqueryV2::ExternalRuntimeOptions::Representation
3416
+
3308
3417
  collection :imported_libraries, as: 'importedLibraries'
3309
3418
  property :language, as: 'language'
3310
3419
  property :last_modified_time, :numeric_string => true, as: 'lastModifiedTime'
3420
+ property :python_options, as: 'pythonOptions', class: Google::Apis::BigqueryV2::PythonOptions, decorator: Google::Apis::BigqueryV2::PythonOptions::Representation
3421
+
3311
3422
  property :remote_function_options, as: 'remoteFunctionOptions', class: Google::Apis::BigqueryV2::RemoteFunctionOptions, decorator: Google::Apis::BigqueryV2::RemoteFunctionOptions::Representation
3312
3423
 
3313
3424
  property :return_table_type, as: 'returnTableType', class: Google::Apis::BigqueryV2::StandardSqlTableType, decorator: Google::Apis::BigqueryV2::StandardSqlTableType::Representation
@@ -3348,6 +3459,7 @@ module Google
3348
3459
  property :creation_time, as: 'creationTime'
3349
3460
  property :etag, as: 'etag'
3350
3461
  property :filter_predicate, as: 'filterPredicate'
3462
+ collection :grantees, as: 'grantees'
3351
3463
  property :last_modified_time, as: 'lastModifiedTime'
3352
3464
  property :row_access_policy_reference, as: 'rowAccessPolicyReference', class: Google::Apis::BigqueryV2::RowAccessPolicyReference, decorator: Google::Apis::BigqueryV2::RowAccessPolicyReference::Representation
3353
3465
 
@@ -3562,6 +3674,26 @@ module Google
3562
3674
  end
3563
3675
  end
3564
3676
 
3677
+ class StoredColumnsUnusedReason
3678
+ # @private
3679
+ class Representation < Google::Apis::Core::JsonRepresentation
3680
+ property :code, as: 'code'
3681
+ property :message, as: 'message'
3682
+ collection :uncovered_columns, as: 'uncoveredColumns'
3683
+ end
3684
+ end
3685
+
3686
+ class StoredColumnsUsage
3687
+ # @private
3688
+ class Representation < Google::Apis::Core::JsonRepresentation
3689
+ property :base_table, as: 'baseTable', class: Google::Apis::BigqueryV2::TableReference, decorator: Google::Apis::BigqueryV2::TableReference::Representation
3690
+
3691
+ property :is_query_accelerated, as: 'isQueryAccelerated'
3692
+ collection :stored_columns_unused_reasons, as: 'storedColumnsUnusedReasons', class: Google::Apis::BigqueryV2::StoredColumnsUnusedReason, decorator: Google::Apis::BigqueryV2::StoredColumnsUnusedReason::Representation
3693
+
3694
+ end
3695
+ end
3696
+
3565
3697
  class Streamingbuffer
3566
3698
  # @private
3567
3699
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -3614,6 +3746,7 @@ module Google
3614
3746
  hash :labels, as: 'labels'
3615
3747
  property :last_modified_time, :numeric_string => true, as: 'lastModifiedTime'
3616
3748
  property :location, as: 'location'
3749
+ property :managed_table_type, as: 'managedTableType'
3617
3750
  property :materialized_view, as: 'materializedView', class: Google::Apis::BigqueryV2::MaterializedViewDefinition, decorator: Google::Apis::BigqueryV2::MaterializedViewDefinition::Representation
3618
3751
 
3619
3752
  property :materialized_view_status, as: 'materializedViewStatus', class: Google::Apis::BigqueryV2::MaterializedViewStatus, decorator: Google::Apis::BigqueryV2::MaterializedViewStatus::Representation
@@ -3774,6 +3907,8 @@ module Google
3774
3907
  property :categories, as: 'categories', class: Google::Apis::BigqueryV2::TableFieldSchema::Categories, decorator: Google::Apis::BigqueryV2::TableFieldSchema::Categories::Representation
3775
3908
 
3776
3909
  property :collation, as: 'collation'
3910
+ collection :data_policies, as: 'dataPolicies', class: Google::Apis::BigqueryV2::DataPolicyOption, decorator: Google::Apis::BigqueryV2::DataPolicyOption::Representation
3911
+
3777
3912
  property :default_value_expression, as: 'defaultValueExpression'
3778
3913
  property :description, as: 'description'
3779
3914
  collection :fields, as: 'fields', class: Google::Apis::BigqueryV2::TableFieldSchema, decorator: Google::Apis::BigqueryV2::TableFieldSchema::Representation
@@ -3863,6 +3998,7 @@ module Google
3863
3998
  # @private
3864
3999
  class Representation < Google::Apis::Core::JsonRepresentation
3865
4000
  property :explanation, as: 'explanation'
4001
+ property :staleness, as: 'staleness'
3866
4002
  property :table_reference, as: 'tableReference', class: Google::Apis::BigqueryV2::TableReference, decorator: Google::Apis::BigqueryV2::TableReference::Representation
3867
4003
 
3868
4004
  property :table_type, as: 'tableType'
@@ -3954,18 +4090,22 @@ module Google
3954
4090
  property :colsample_bylevel, as: 'colsampleBylevel'
3955
4091
  property :colsample_bynode, as: 'colsampleBynode'
3956
4092
  property :colsample_bytree, as: 'colsampleBytree'
4093
+ property :contribution_metric, as: 'contributionMetric'
3957
4094
  property :dart_normalize_type, as: 'dartNormalizeType'
3958
4095
  property :data_frequency, as: 'dataFrequency'
3959
4096
  property :data_split_column, as: 'dataSplitColumn'
3960
4097
  property :data_split_eval_fraction, as: 'dataSplitEvalFraction'
3961
4098
  property :data_split_method, as: 'dataSplitMethod'
3962
4099
  property :decompose_time_series, as: 'decomposeTimeSeries'
4100
+ collection :dimension_id_columns, as: 'dimensionIdColumns'
3963
4101
  property :distance_type, as: 'distanceType'
3964
4102
  property :dropout, as: 'dropout'
3965
4103
  property :early_stop, as: 'earlyStop'
3966
4104
  property :enable_global_explain, as: 'enableGlobalExplain'
3967
4105
  property :feedback_type, as: 'feedbackType'
3968
4106
  property :fit_intercept, as: 'fitIntercept'
4107
+ property :forecast_limit_lower_bound, as: 'forecastLimitLowerBound'
4108
+ property :forecast_limit_upper_bound, as: 'forecastLimitUpperBound'
3969
4109
  collection :hidden_units, as: 'hiddenUnits'
3970
4110
  property :holiday_region, as: 'holidayRegion'
3971
4111
  collection :holiday_regions, as: 'holidayRegions'
@@ -3976,6 +4116,7 @@ module Google
3976
4116
  collection :input_label_columns, as: 'inputLabelColumns'
3977
4117
  property :instance_weight_column, as: 'instanceWeightColumn'
3978
4118
  property :integrated_gradients_num_steps, :numeric_string => true, as: 'integratedGradientsNumSteps'
4119
+ property :is_test_column, as: 'isTestColumn'
3979
4120
  property :item_column, as: 'itemColumn'
3980
4121
  property :kmeans_initialization_column, as: 'kmeansInitializationColumn'
3981
4122
  property :kmeans_initialization_method, as: 'kmeansInitializationMethod'
@@ -3990,6 +4131,7 @@ module Google
3990
4131
  property :max_parallel_trials, :numeric_string => true, as: 'maxParallelTrials'
3991
4132
  property :max_time_series_length, :numeric_string => true, as: 'maxTimeSeriesLength'
3992
4133
  property :max_tree_depth, :numeric_string => true, as: 'maxTreeDepth'
4134
+ property :min_apriori_support, as: 'minAprioriSupport'
3993
4135
  property :min_relative_progress, as: 'minRelativeProgress'
3994
4136
  property :min_split_loss, as: 'minSplitLoss'
3995
4137
  property :min_time_series_length, :numeric_string => true, as: 'minTimeSeriesLength'
@@ -4087,6 +4229,8 @@ module Google
4087
4229
  collection :index_unused_reasons, as: 'indexUnusedReasons', class: Google::Apis::BigqueryV2::IndexUnusedReason, decorator: Google::Apis::BigqueryV2::IndexUnusedReason::Representation
4088
4230
 
4089
4231
  property :index_usage_mode, as: 'indexUsageMode'
4232
+ collection :stored_columns_usages, as: 'storedColumnsUsages', class: Google::Apis::BigqueryV2::StoredColumnsUsage, decorator: Google::Apis::BigqueryV2::StoredColumnsUsage::Representation
4233
+
4090
4234
  end
4091
4235
  end
4092
4236