google-apis-bigquery_v2 0.52.0 → 0.53.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6d47a6eb9e61a19bcbfd624414e61d59f6f7ff9740642b45f1b6cdfd47f02173
4
- data.tar.gz: 4e53d6f921bbd9d679fc4882de042731a526263dca222706aef7de9547f3f31a
3
+ metadata.gz: 4fe69e579edffe20b9886e0bd671ac9e45f589643c403997c142e043554c6086
4
+ data.tar.gz: 74bb33689f38b35f38707965e504f1dae641a1c95d8481e923f9865e250d0038
5
5
  SHA512:
6
- metadata.gz: 2a7225c2abc29eadef575592554f448ed1245bc558acccd8dec36bdd9e502a76d891b05a417ad050166e13329d24357a46f063967778133a16228f365be65af9
7
- data.tar.gz: f382346baaf4e9d8d826abd458165e52dd8ad642a9093413069cfdea335152e6ab9104f0fed9244e7ff2ebcb47eee656a62f4bf2d439028b1b1b651b1730e8c9
6
+ metadata.gz: f98afb802ca7e0a096cfe4aeaec8151a39af74d8268aa4d3644e68f562a0eaf1dfb2fbe54336a5feb6b9398a93cf5e6dbd0f51e46d61b1491e1b164f8f2fa2c7
7
+ data.tar.gz: 2bb0db79449824cabd92e5dc8e8d42bbd9b5638b5fc9992e21e8be228f99e0628dccf25449781a5a62018f80b0edacbd3eb5acc8cdc727313262ad61f81a2d39
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-bigquery_v2
2
2
 
3
+ ### v0.53.0 (2023-05-21)
4
+
5
+ * Regenerated from discovery document revision 20230506
6
+
3
7
  ### v0.52.0 (2023-04-30)
4
8
 
5
9
  * Regenerated from discovery document revision 20230422
@@ -7493,6 +7493,17 @@ module Google
7493
7493
  # @return [Google::Apis::BigqueryV2::ModelDefinition]
7494
7494
  attr_accessor :model
7495
7495
 
7496
+ # [Output-only] Number of logical bytes that are less than 90 days old.
7497
+ # Corresponds to the JSON property `numActiveLogicalBytes`
7498
+ # @return [Fixnum]
7499
+ attr_accessor :num_active_logical_bytes
7500
+
7501
+ # [Output-only] Number of physical bytes less than 90 days old. This data is not
7502
+ # kept in real time, and might be delayed by a few seconds to a few minutes.
7503
+ # Corresponds to the JSON property `numActivePhysicalBytes`
7504
+ # @return [Fixnum]
7505
+ attr_accessor :num_active_physical_bytes
7506
+
7496
7507
  # [Output-only] The size of this table in bytes, excluding any data in the
7497
7508
  # streaming buffer.
7498
7509
  # Corresponds to the JSON property `numBytes`
@@ -7505,64 +7516,53 @@ module Google
7505
7516
  # @return [Fixnum]
7506
7517
  attr_accessor :num_long_term_bytes
7507
7518
 
7508
- # [Output-only] [TrustedTester] The physical size of this table in bytes,
7509
- # excluding any data in the streaming buffer. This includes compression and
7510
- # storage used for time travel.
7511
- # Corresponds to the JSON property `numPhysicalBytes`
7512
- # @return [Fixnum]
7513
- attr_accessor :num_physical_bytes
7514
-
7515
- # [Output-only] The number of rows of data in this table, excluding any data in
7516
- # the streaming buffer.
7517
- # Corresponds to the JSON property `numRows`
7518
- # @return [Fixnum]
7519
- attr_accessor :num_rows
7520
-
7521
- # [Output-only] Number of logical bytes that are less than 90 days old.
7522
- # Corresponds to the JSON property `num_active_logical_bytes`
7523
- # @return [Fixnum]
7524
- attr_accessor :num_active_logical_bytes
7525
-
7526
- # [Output-only] Number of physical bytes less than 90 days old. This data is not
7527
- # kept in real time, and might be delayed by a few seconds to a few minutes.
7528
- # Corresponds to the JSON property `num_active_physical_bytes`
7529
- # @return [Fixnum]
7530
- attr_accessor :num_active_physical_bytes
7531
-
7532
7519
  # [Output-only] Number of logical bytes that are more than 90 days old.
7533
- # Corresponds to the JSON property `num_long_term_logical_bytes`
7520
+ # Corresponds to the JSON property `numLongTermLogicalBytes`
7534
7521
  # @return [Fixnum]
7535
7522
  attr_accessor :num_long_term_logical_bytes
7536
7523
 
7537
7524
  # [Output-only] Number of physical bytes more than 90 days old. This data is not
7538
7525
  # kept in real time, and might be delayed by a few seconds to a few minutes.
7539
- # Corresponds to the JSON property `num_long_term_physical_bytes`
7526
+ # Corresponds to the JSON property `numLongTermPhysicalBytes`
7540
7527
  # @return [Fixnum]
7541
7528
  attr_accessor :num_long_term_physical_bytes
7542
7529
 
7543
7530
  # [Output-only] The number of partitions present in the table or materialized
7544
7531
  # view. This data is not kept in real time, and might be delayed by a few
7545
7532
  # seconds to a few minutes.
7546
- # Corresponds to the JSON property `num_partitions`
7533
+ # Corresponds to the JSON property `numPartitions`
7547
7534
  # @return [Fixnum]
7548
7535
  attr_accessor :num_partitions
7549
7536
 
7537
+ # [Output-only] [TrustedTester] The physical size of this table in bytes,
7538
+ # excluding any data in the streaming buffer. This includes compression and
7539
+ # storage used for time travel.
7540
+ # Corresponds to the JSON property `numPhysicalBytes`
7541
+ # @return [Fixnum]
7542
+ attr_accessor :num_physical_bytes
7543
+
7544
+ # [Output-only] The number of rows of data in this table, excluding any data in
7545
+ # the streaming buffer.
7546
+ # Corresponds to the JSON property `numRows`
7547
+ # @return [Fixnum]
7548
+ attr_accessor :num_rows
7549
+
7550
7550
  # [Output-only] Number of physical bytes used by time travel storage (deleted or
7551
7551
  # changed data). This data is not kept in real time, and might be delayed by a
7552
7552
  # few seconds to a few minutes.
7553
- # Corresponds to the JSON property `num_time_travel_physical_bytes`
7553
+ # Corresponds to the JSON property `numTimeTravelPhysicalBytes`
7554
7554
  # @return [Fixnum]
7555
7555
  attr_accessor :num_time_travel_physical_bytes
7556
7556
 
7557
7557
  # [Output-only] Total number of logical bytes in the table or materialized view.
7558
- # Corresponds to the JSON property `num_total_logical_bytes`
7558
+ # Corresponds to the JSON property `numTotalLogicalBytes`
7559
7559
  # @return [Fixnum]
7560
7560
  attr_accessor :num_total_logical_bytes
7561
7561
 
7562
7562
  # [Output-only] The physical size of this table in bytes. This also includes
7563
7563
  # storage used for time travel. This data is not kept in real time, and might be
7564
7564
  # delayed by a few seconds to a few minutes.
7565
- # Corresponds to the JSON property `num_total_physical_bytes`
7565
+ # Corresponds to the JSON property `numTotalPhysicalBytes`
7566
7566
  # @return [Fixnum]
7567
7567
  attr_accessor :num_total_physical_bytes
7568
7568
 
@@ -7601,6 +7601,11 @@ module Google
7601
7601
  # @return [Google::Apis::BigqueryV2::Streamingbuffer]
7602
7602
  attr_accessor :streaming_buffer
7603
7603
 
7604
+ # [Optional] The table constraints on the table.
7605
+ # Corresponds to the JSON property `tableConstraints`
7606
+ # @return [Google::Apis::BigqueryV2::TableConstraints]
7607
+ attr_accessor :table_constraints
7608
+
7604
7609
  # [Required] Reference describing the ID of this table.
7605
7610
  # Corresponds to the JSON property `tableReference`
7606
7611
  # @return [Google::Apis::BigqueryV2::TableReference]
@@ -7652,15 +7657,15 @@ module Google
7652
7657
  @materialized_view = args[:materialized_view] if args.key?(:materialized_view)
7653
7658
  @max_staleness = args[:max_staleness] if args.key?(:max_staleness)
7654
7659
  @model = args[:model] if args.key?(:model)
7655
- @num_bytes = args[:num_bytes] if args.key?(:num_bytes)
7656
- @num_long_term_bytes = args[:num_long_term_bytes] if args.key?(:num_long_term_bytes)
7657
- @num_physical_bytes = args[:num_physical_bytes] if args.key?(:num_physical_bytes)
7658
- @num_rows = args[:num_rows] if args.key?(:num_rows)
7659
7660
  @num_active_logical_bytes = args[:num_active_logical_bytes] if args.key?(:num_active_logical_bytes)
7660
7661
  @num_active_physical_bytes = args[:num_active_physical_bytes] if args.key?(:num_active_physical_bytes)
7662
+ @num_bytes = args[:num_bytes] if args.key?(:num_bytes)
7663
+ @num_long_term_bytes = args[:num_long_term_bytes] if args.key?(:num_long_term_bytes)
7661
7664
  @num_long_term_logical_bytes = args[:num_long_term_logical_bytes] if args.key?(:num_long_term_logical_bytes)
7662
7665
  @num_long_term_physical_bytes = args[:num_long_term_physical_bytes] if args.key?(:num_long_term_physical_bytes)
7663
7666
  @num_partitions = args[:num_partitions] if args.key?(:num_partitions)
7667
+ @num_physical_bytes = args[:num_physical_bytes] if args.key?(:num_physical_bytes)
7668
+ @num_rows = args[:num_rows] if args.key?(:num_rows)
7664
7669
  @num_time_travel_physical_bytes = args[:num_time_travel_physical_bytes] if args.key?(:num_time_travel_physical_bytes)
7665
7670
  @num_total_logical_bytes = args[:num_total_logical_bytes] if args.key?(:num_total_logical_bytes)
7666
7671
  @num_total_physical_bytes = args[:num_total_physical_bytes] if args.key?(:num_total_physical_bytes)
@@ -7670,6 +7675,7 @@ module Google
7670
7675
  @self_link = args[:self_link] if args.key?(:self_link)
7671
7676
  @snapshot_definition = args[:snapshot_definition] if args.key?(:snapshot_definition)
7672
7677
  @streaming_buffer = args[:streaming_buffer] if args.key?(:streaming_buffer)
7678
+ @table_constraints = args[:table_constraints] if args.key?(:table_constraints)
7673
7679
  @table_reference = args[:table_reference] if args.key?(:table_reference)
7674
7680
  @time_partitioning = args[:time_partitioning] if args.key?(:time_partitioning)
7675
7681
  @type = args[:type] if args.key?(:type)
@@ -7696,6 +7702,137 @@ module Google
7696
7702
  end
7697
7703
  end
7698
7704
 
7705
+ #
7706
+ class TableConstraints
7707
+ include Google::Apis::Core::Hashable
7708
+
7709
+ # [Optional] The foreign keys of the tables.
7710
+ # Corresponds to the JSON property `foreign_keys`
7711
+ # @return [Array<Google::Apis::BigqueryV2::TableConstraints::ForeignKey>]
7712
+ attr_accessor :foreign_keys
7713
+
7714
+ # [Optional] The primary key of the table.
7715
+ # Corresponds to the JSON property `primary_key`
7716
+ # @return [Google::Apis::BigqueryV2::TableConstraints::PrimaryKey]
7717
+ attr_accessor :primary_key
7718
+
7719
+ def initialize(**args)
7720
+ update!(**args)
7721
+ end
7722
+
7723
+ # Update properties of this object
7724
+ def update!(**args)
7725
+ @foreign_keys = args[:foreign_keys] if args.key?(:foreign_keys)
7726
+ @primary_key = args[:primary_key] if args.key?(:primary_key)
7727
+ end
7728
+
7729
+ #
7730
+ class ForeignKey
7731
+ include Google::Apis::Core::Hashable
7732
+
7733
+ #
7734
+ # Corresponds to the JSON property `column_references`
7735
+ # @return [Array<Google::Apis::BigqueryV2::TableConstraints::ForeignKey::ColumnReference>]
7736
+ attr_accessor :column_references
7737
+
7738
+ #
7739
+ # Corresponds to the JSON property `name`
7740
+ # @return [String]
7741
+ attr_accessor :name
7742
+
7743
+ #
7744
+ # Corresponds to the JSON property `referenced_table`
7745
+ # @return [Google::Apis::BigqueryV2::TableConstraints::ForeignKey::ReferencedTable]
7746
+ attr_accessor :referenced_table
7747
+
7748
+ def initialize(**args)
7749
+ update!(**args)
7750
+ end
7751
+
7752
+ # Update properties of this object
7753
+ def update!(**args)
7754
+ @column_references = args[:column_references] if args.key?(:column_references)
7755
+ @name = args[:name] if args.key?(:name)
7756
+ @referenced_table = args[:referenced_table] if args.key?(:referenced_table)
7757
+ end
7758
+
7759
+ #
7760
+ class ColumnReference
7761
+ include Google::Apis::Core::Hashable
7762
+
7763
+ #
7764
+ # Corresponds to the JSON property `referenced_column`
7765
+ # @return [String]
7766
+ attr_accessor :referenced_column
7767
+
7768
+ #
7769
+ # Corresponds to the JSON property `referencing_column`
7770
+ # @return [String]
7771
+ attr_accessor :referencing_column
7772
+
7773
+ def initialize(**args)
7774
+ update!(**args)
7775
+ end
7776
+
7777
+ # Update properties of this object
7778
+ def update!(**args)
7779
+ @referenced_column = args[:referenced_column] if args.key?(:referenced_column)
7780
+ @referencing_column = args[:referencing_column] if args.key?(:referencing_column)
7781
+ end
7782
+ end
7783
+
7784
+ #
7785
+ class ReferencedTable
7786
+ include Google::Apis::Core::Hashable
7787
+
7788
+ #
7789
+ # Corresponds to the JSON property `datasetId`
7790
+ # @return [String]
7791
+ attr_accessor :dataset_id
7792
+
7793
+ #
7794
+ # Corresponds to the JSON property `projectId`
7795
+ # @return [String]
7796
+ attr_accessor :project_id
7797
+
7798
+ #
7799
+ # Corresponds to the JSON property `tableId`
7800
+ # @return [String]
7801
+ attr_accessor :table_id
7802
+
7803
+ def initialize(**args)
7804
+ update!(**args)
7805
+ end
7806
+
7807
+ # Update properties of this object
7808
+ def update!(**args)
7809
+ @dataset_id = args[:dataset_id] if args.key?(:dataset_id)
7810
+ @project_id = args[:project_id] if args.key?(:project_id)
7811
+ @table_id = args[:table_id] if args.key?(:table_id)
7812
+ end
7813
+ end
7814
+ end
7815
+
7816
+ # [Optional] The primary key of the table.
7817
+ class PrimaryKey
7818
+ include Google::Apis::Core::Hashable
7819
+
7820
+ #
7821
+ # Corresponds to the JSON property `columns`
7822
+ # @return [Array<String>]
7823
+ attr_accessor :columns
7824
+
7825
+ def initialize(**args)
7826
+ update!(**args)
7827
+ end
7828
+
7829
+ # Update properties of this object
7830
+ def update!(**args)
7831
+ @columns = args[:columns] if args.key?(:columns)
7832
+ end
7833
+ end
7834
+ end
7835
+
7699
7836
  #
7700
7837
  class InsertAllTableDataRequest
7701
7838
  include Google::Apis::Core::Hashable
@@ -8357,6 +8494,13 @@ module Google
8357
8494
  attr_accessor :adjust_step_changes
8358
8495
  alias_method :adjust_step_changes?, :adjust_step_changes
8359
8496
 
8497
+ # Whether to use approximate feature contribution method in XGBoost model
8498
+ # explanation for global explain.
8499
+ # Corresponds to the JSON property `approxGlobalFeatureContrib`
8500
+ # @return [Boolean]
8501
+ attr_accessor :approx_global_feature_contrib
8502
+ alias_method :approx_global_feature_contrib?, :approx_global_feature_contrib
8503
+
8360
8504
  # Whether to enable auto ARIMA or not.
8361
8505
  # Corresponds to the JSON property `autoArima`
8362
8506
  # @return [Boolean]
@@ -8751,6 +8895,7 @@ module Google
8751
8895
  # Update properties of this object
8752
8896
  def update!(**args)
8753
8897
  @adjust_step_changes = args[:adjust_step_changes] if args.key?(:adjust_step_changes)
8898
+ @approx_global_feature_contrib = args[:approx_global_feature_contrib] if args.key?(:approx_global_feature_contrib)
8754
8899
  @auto_arima = args[:auto_arima] if args.key?(:auto_arima)
8755
8900
  @auto_arima_max_order = args[:auto_arima_max_order] if args.key?(:auto_arima_max_order)
8756
8901
  @auto_arima_min_order = args[:auto_arima_min_order] if args.key?(:auto_arima_min_order)
@@ -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.52.0"
19
+ GEM_VERSION = "0.53.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 = "20230422"
25
+ REVISION = "20230506"
26
26
  end
27
27
  end
28
28
  end
@@ -898,6 +898,36 @@ module Google
898
898
  include Google::Apis::Core::JsonObjectSupport
899
899
  end
900
900
 
901
+ class TableConstraints
902
+ class Representation < Google::Apis::Core::JsonRepresentation; end
903
+
904
+ class ForeignKey
905
+ class Representation < Google::Apis::Core::JsonRepresentation; end
906
+
907
+ class ColumnReference
908
+ class Representation < Google::Apis::Core::JsonRepresentation; end
909
+
910
+ include Google::Apis::Core::JsonObjectSupport
911
+ end
912
+
913
+ class ReferencedTable
914
+ class Representation < Google::Apis::Core::JsonRepresentation; end
915
+
916
+ include Google::Apis::Core::JsonObjectSupport
917
+ end
918
+
919
+ include Google::Apis::Core::JsonObjectSupport
920
+ end
921
+
922
+ class PrimaryKey
923
+ class Representation < Google::Apis::Core::JsonRepresentation; end
924
+
925
+ include Google::Apis::Core::JsonObjectSupport
926
+ end
927
+
928
+ include Google::Apis::Core::JsonObjectSupport
929
+ end
930
+
901
931
  class InsertAllTableDataRequest
902
932
  class Representation < Google::Apis::Core::JsonRepresentation; end
903
933
 
@@ -2875,18 +2905,18 @@ module Google
2875
2905
  property :max_staleness, :base64 => true, as: 'maxStaleness'
2876
2906
  property :model, as: 'model', class: Google::Apis::BigqueryV2::ModelDefinition, decorator: Google::Apis::BigqueryV2::ModelDefinition::Representation
2877
2907
 
2908
+ property :num_active_logical_bytes, :numeric_string => true, as: 'numActiveLogicalBytes'
2909
+ property :num_active_physical_bytes, :numeric_string => true, as: 'numActivePhysicalBytes'
2878
2910
  property :num_bytes, :numeric_string => true, as: 'numBytes'
2879
2911
  property :num_long_term_bytes, :numeric_string => true, as: 'numLongTermBytes'
2912
+ property :num_long_term_logical_bytes, :numeric_string => true, as: 'numLongTermLogicalBytes'
2913
+ property :num_long_term_physical_bytes, :numeric_string => true, as: 'numLongTermPhysicalBytes'
2914
+ property :num_partitions, :numeric_string => true, as: 'numPartitions'
2880
2915
  property :num_physical_bytes, :numeric_string => true, as: 'numPhysicalBytes'
2881
2916
  property :num_rows, :numeric_string => true, as: 'numRows'
2882
- property :num_active_logical_bytes, :numeric_string => true, as: 'num_active_logical_bytes'
2883
- property :num_active_physical_bytes, :numeric_string => true, as: 'num_active_physical_bytes'
2884
- property :num_long_term_logical_bytes, :numeric_string => true, as: 'num_long_term_logical_bytes'
2885
- property :num_long_term_physical_bytes, :numeric_string => true, as: 'num_long_term_physical_bytes'
2886
- property :num_partitions, :numeric_string => true, as: 'num_partitions'
2887
- property :num_time_travel_physical_bytes, :numeric_string => true, as: 'num_time_travel_physical_bytes'
2888
- property :num_total_logical_bytes, :numeric_string => true, as: 'num_total_logical_bytes'
2889
- property :num_total_physical_bytes, :numeric_string => true, as: 'num_total_physical_bytes'
2917
+ property :num_time_travel_physical_bytes, :numeric_string => true, as: 'numTimeTravelPhysicalBytes'
2918
+ property :num_total_logical_bytes, :numeric_string => true, as: 'numTotalLogicalBytes'
2919
+ property :num_total_physical_bytes, :numeric_string => true, as: 'numTotalPhysicalBytes'
2890
2920
  property :range_partitioning, as: 'rangePartitioning', class: Google::Apis::BigqueryV2::RangePartitioning, decorator: Google::Apis::BigqueryV2::RangePartitioning::Representation
2891
2921
 
2892
2922
  property :require_partition_filter, as: 'requirePartitionFilter'
@@ -2897,6 +2927,8 @@ module Google
2897
2927
 
2898
2928
  property :streaming_buffer, as: 'streamingBuffer', class: Google::Apis::BigqueryV2::Streamingbuffer, decorator: Google::Apis::BigqueryV2::Streamingbuffer::Representation
2899
2929
 
2930
+ property :table_constraints, as: 'tableConstraints', class: Google::Apis::BigqueryV2::TableConstraints, decorator: Google::Apis::BigqueryV2::TableConstraints::Representation
2931
+
2900
2932
  property :table_reference, as: 'tableReference', class: Google::Apis::BigqueryV2::TableReference, decorator: Google::Apis::BigqueryV2::TableReference::Representation
2901
2933
 
2902
2934
  property :time_partitioning, as: 'timePartitioning', class: Google::Apis::BigqueryV2::TimePartitioning, decorator: Google::Apis::BigqueryV2::TimePartitioning::Representation
@@ -2914,6 +2946,51 @@ module Google
2914
2946
  end
2915
2947
  end
2916
2948
 
2949
+ class TableConstraints
2950
+ # @private
2951
+ class Representation < Google::Apis::Core::JsonRepresentation
2952
+ collection :foreign_keys, as: 'foreign_keys', class: Google::Apis::BigqueryV2::TableConstraints::ForeignKey, decorator: Google::Apis::BigqueryV2::TableConstraints::ForeignKey::Representation
2953
+
2954
+ property :primary_key, as: 'primary_key', class: Google::Apis::BigqueryV2::TableConstraints::PrimaryKey, decorator: Google::Apis::BigqueryV2::TableConstraints::PrimaryKey::Representation
2955
+
2956
+ end
2957
+
2958
+ class ForeignKey
2959
+ # @private
2960
+ class Representation < Google::Apis::Core::JsonRepresentation
2961
+ collection :column_references, as: 'column_references', class: Google::Apis::BigqueryV2::TableConstraints::ForeignKey::ColumnReference, decorator: Google::Apis::BigqueryV2::TableConstraints::ForeignKey::ColumnReference::Representation
2962
+
2963
+ property :name, as: 'name'
2964
+ property :referenced_table, as: 'referenced_table', class: Google::Apis::BigqueryV2::TableConstraints::ForeignKey::ReferencedTable, decorator: Google::Apis::BigqueryV2::TableConstraints::ForeignKey::ReferencedTable::Representation
2965
+
2966
+ end
2967
+
2968
+ class ColumnReference
2969
+ # @private
2970
+ class Representation < Google::Apis::Core::JsonRepresentation
2971
+ property :referenced_column, as: 'referenced_column'
2972
+ property :referencing_column, as: 'referencing_column'
2973
+ end
2974
+ end
2975
+
2976
+ class ReferencedTable
2977
+ # @private
2978
+ class Representation < Google::Apis::Core::JsonRepresentation
2979
+ property :dataset_id, as: 'datasetId'
2980
+ property :project_id, as: 'projectId'
2981
+ property :table_id, as: 'tableId'
2982
+ end
2983
+ end
2984
+ end
2985
+
2986
+ class PrimaryKey
2987
+ # @private
2988
+ class Representation < Google::Apis::Core::JsonRepresentation
2989
+ collection :columns, as: 'columns'
2990
+ end
2991
+ end
2992
+ end
2993
+
2917
2994
  class InsertAllTableDataRequest
2918
2995
  # @private
2919
2996
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -3095,6 +3172,7 @@ module Google
3095
3172
  # @private
3096
3173
  class Representation < Google::Apis::Core::JsonRepresentation
3097
3174
  property :adjust_step_changes, as: 'adjustStepChanges'
3175
+ property :approx_global_feature_contrib, as: 'approxGlobalFeatureContrib'
3098
3176
  property :auto_arima, as: 'autoArima'
3099
3177
  property :auto_arima_max_order, :numeric_string => true, as: 'autoArimaMaxOrder'
3100
3178
  property :auto_arima_min_order, :numeric_string => true, as: 'autoArimaMinOrder'
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.52.0
4
+ version: 0.53.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-14 00:00:00.000000000 Z
11
+ date: 2023-05-21 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.52.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-bigquery_v2/v0.53.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: []