google-apis-bigquery_v2 0.36.0 → 0.39.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: ecb82cc7539f3b47578e56b960f6b1ba774f098947cb4f5e566a4e63c9f958d8
4
- data.tar.gz: 16f2454079d331342de1e8e3824db8c241b08e8c991c36cade1174dcb1d0d627
3
+ metadata.gz: dabde702fa9d16d61e53365e4d7da01ea13203c60bedae7e51b4e327e2083d07
4
+ data.tar.gz: 599fd820dac6e754041c230ca689c1dd5437efe7543f847219a7cdb729fdda45
5
5
  SHA512:
6
- metadata.gz: daa9e37524a35c0366f4adecde66998000d11dfac51114dfdb77276f9a66412261d1e4dfaddc586556ff9ad1353e18fb36a665f811320ff33bee2d18c4e7b6e2
7
- data.tar.gz: 8405025900f3ceb2d16a7db80c542a3501154442c79917b4a0937455ec0e2c423379ea04f4b496fc8255294c2434daeddec4e9f89ef1e0fcc5e53fcc5ec1743a
6
+ metadata.gz: 46e55392355e6da9e5a3ceedd6e4c09affed697d64418b802da3104d579934e1fa87ddda559d703d57759a327d9268bdd999dff945e81a4d970b08c7d7a502f8
7
+ data.tar.gz: d428d0d1d2f86e9ab516cff6eb5c83314a78c57b979a0954bcc9e995798d0928ec133365495a53283bc0ab20585355ee9fc32b59eb42ea6994e41bcfb8814a57
data/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # Release history for google-apis-bigquery_v2
2
2
 
3
+ ### v0.39.0 (2022-08-12)
4
+
5
+ * Regenerated from discovery document revision 20220806
6
+
7
+ ### v0.38.0 (2022-08-04)
8
+
9
+ * Regenerated from discovery document revision 20220730
10
+
11
+ ### v0.37.0 (2022-07-26)
12
+
13
+ * Regenerated from discovery document revision 20220716
14
+ * Regenerated using generator version 0.9.0
15
+
3
16
  ### v0.36.0 (2022-06-30)
4
17
 
5
18
  * Regenerated using generator version 0.8.0
@@ -954,25 +954,28 @@ module Google
954
954
  # anyone who is authenticated with a Google account or a service account. * `
955
955
  # user:`emailid``: An email address that represents a specific Google account.
956
956
  # For example, `alice@example.com` . * `serviceAccount:`emailid``: An email
957
- # address that represents a service account. For example, `my-other-app@appspot.
958
- # gserviceaccount.com`. * `group:`emailid``: An email address that represents a
959
- # Google group. For example, `admins@example.com`. * `deleted:user:`emailid`?uid=
960
- # `uniqueid``: An email address (plus unique identifier) representing a user
961
- # that has been recently deleted. For example, `alice@example.com?uid=
962
- # 123456789012345678901`. If the user is recovered, this value reverts to `user:`
963
- # emailid`` and the recovered user retains the role in the binding. * `deleted:
964
- # serviceAccount:`emailid`?uid=`uniqueid``: An email address (plus unique
965
- # identifier) representing a service account that has been recently deleted. For
966
- # example, `my-other-app@appspot.gserviceaccount.com?uid=123456789012345678901`.
967
- # If the service account is undeleted, this value reverts to `serviceAccount:`
968
- # emailid`` and the undeleted service account retains the role in the binding. *
969
- # `deleted:group:`emailid`?uid=`uniqueid``: An email address (plus unique
970
- # identifier) representing a Google group that has been recently deleted. For
971
- # example, `admins@example.com?uid=123456789012345678901`. If the group is
972
- # recovered, this value reverts to `group:`emailid`` and the recovered group
973
- # retains the role in the binding. * `domain:`domain``: The G Suite domain (
974
- # primary) that represents all the users of that domain. For example, `google.
975
- # com` or `example.com`.
957
+ # address that represents a Google service account. For example, `my-other-app@
958
+ # appspot.gserviceaccount.com`. * `serviceAccount:`projectid`.svc.id.goog[`
959
+ # namespace`/`kubernetes-sa`]`: An identifier for a [Kubernetes service account](
960
+ # https://cloud.google.com/kubernetes-engine/docs/how-to/kubernetes-service-
961
+ # accounts). For example, `my-project.svc.id.goog[my-namespace/my-kubernetes-sa]`
962
+ # . * `group:`emailid``: An email address that represents a Google group. For
963
+ # example, `admins@example.com`. * `deleted:user:`emailid`?uid=`uniqueid``: An
964
+ # email address (plus unique identifier) representing a user that has been
965
+ # recently deleted. For example, `alice@example.com?uid=123456789012345678901`.
966
+ # If the user is recovered, this value reverts to `user:`emailid`` and the
967
+ # recovered user retains the role in the binding. * `deleted:serviceAccount:`
968
+ # emailid`?uid=`uniqueid``: An email address (plus unique identifier)
969
+ # representing a service account that has been recently deleted. For example, `
970
+ # my-other-app@appspot.gserviceaccount.com?uid=123456789012345678901`. If the
971
+ # service account is undeleted, this value reverts to `serviceAccount:`emailid``
972
+ # and the undeleted service account retains the role in the binding. * `deleted:
973
+ # group:`emailid`?uid=`uniqueid``: An email address (plus unique identifier)
974
+ # representing a Google group that has been recently deleted. For example, `
975
+ # admins@example.com?uid=123456789012345678901`. If the group is recovered, this
976
+ # value reverts to `group:`emailid`` and the recovered group retains the role in
977
+ # the binding. * `domain:`domain``: The G Suite domain (primary) that represents
978
+ # all the users of that domain. For example, `google.com` or `example.com`.
976
979
  # Corresponds to the JSON property `members`
977
980
  # @return [Array<String>]
978
981
  attr_accessor :members
@@ -1443,6 +1446,14 @@ module Google
1443
1446
  # @return [String]
1444
1447
  attr_accessor :null_marker
1445
1448
 
1449
+ # [Optional] Preserves the embedded ASCII control characters (the first 32
1450
+ # characters in the ASCII-table, from '\x00' to '\x1F') when loading from CSV.
1451
+ # Only applicable to CSV, ignored for other formats.
1452
+ # Corresponds to the JSON property `preserveAsciiControlCharacters`
1453
+ # @return [Boolean]
1454
+ attr_accessor :preserve_ascii_control_characters
1455
+ alias_method :preserve_ascii_control_characters?, :preserve_ascii_control_characters
1456
+
1446
1457
  # [Optional] The value that is used to quote data sections in a CSV file.
1447
1458
  # BigQuery converts the string to ISO-8859-1 encoding, and then uses the first
1448
1459
  # byte of the encoded string to split the data in its raw, binary state. The
@@ -1480,6 +1491,7 @@ module Google
1480
1491
  @encoding = args[:encoding] if args.key?(:encoding)
1481
1492
  @field_delimiter = args[:field_delimiter] if args.key?(:field_delimiter)
1482
1493
  @null_marker = args[:null_marker] if args.key?(:null_marker)
1494
+ @preserve_ascii_control_characters = args[:preserve_ascii_control_characters] if args.key?(:preserve_ascii_control_characters)
1483
1495
  @quote = args[:quote] if args.key?(:quote)
1484
1496
  @skip_leading_rows = args[:skip_leading_rows] if args.key?(:skip_leading_rows)
1485
1497
  end
@@ -2657,6 +2669,12 @@ module Google
2657
2669
  # @return [Google::Apis::BigqueryV2::ParquetOptions]
2658
2670
  attr_accessor :parquet_options
2659
2671
 
2672
+ # [Optional] Provide a referencing file with the expected table schema. Enabled
2673
+ # for the format: AVRO, PARQUET, ORC.
2674
+ # Corresponds to the JSON property `referenceFileSchemaUri`
2675
+ # @return [String]
2676
+ attr_accessor :reference_file_schema_uri
2677
+
2660
2678
  # [Optional] The schema for the data. Schema is required for CSV and JSON
2661
2679
  # formats. Schema is disallowed for Google Cloud Bigtable, Cloud Datastore
2662
2680
  # backups, and Avro formats.
@@ -2702,6 +2720,7 @@ module Google
2702
2720
  @ignore_unknown_values = args[:ignore_unknown_values] if args.key?(:ignore_unknown_values)
2703
2721
  @max_bad_records = args[:max_bad_records] if args.key?(:max_bad_records)
2704
2722
  @parquet_options = args[:parquet_options] if args.key?(:parquet_options)
2723
+ @reference_file_schema_uri = args[:reference_file_schema_uri] if args.key?(:reference_file_schema_uri)
2705
2724
  @schema = args[:schema] if args.key?(:schema)
2706
2725
  @source_format = args[:source_format] if args.key?(:source_format)
2707
2726
  @source_uris = args[:source_uris] if args.key?(:source_uris)
@@ -3870,6 +3889,12 @@ module Google
3870
3889
  # @return [Google::Apis::BigqueryV2::RangePartitioning]
3871
3890
  attr_accessor :range_partitioning
3872
3891
 
3892
+ # User provided referencing file with the expected reader schema, Available for
3893
+ # the format: AVRO, PARQUET, ORC.
3894
+ # Corresponds to the JSON property `referenceFileSchemaUri`
3895
+ # @return [String]
3896
+ attr_accessor :reference_file_schema_uri
3897
+
3873
3898
  # [Optional] The schema for the destination table. The schema can be omitted if
3874
3899
  # the destination table already exists, or if you're loading data from Google
3875
3900
  # Cloud Datastore.
@@ -3980,6 +4005,7 @@ module Google
3980
4005
  @projection_fields = args[:projection_fields] if args.key?(:projection_fields)
3981
4006
  @quote = args[:quote] if args.key?(:quote)
3982
4007
  @range_partitioning = args[:range_partitioning] if args.key?(:range_partitioning)
4008
+ @reference_file_schema_uri = args[:reference_file_schema_uri] if args.key?(:reference_file_schema_uri)
3983
4009
  @schema = args[:schema] if args.key?(:schema)
3984
4010
  @schema_inline = args[:schema_inline] if args.key?(:schema_inline)
3985
4011
  @schema_inline_format = args[:schema_inline_format] if args.key?(:schema_inline_format)
@@ -6136,7 +6162,8 @@ module Google
6136
6162
  # @return [Fixnum]
6137
6163
  attr_accessor :estimated_runnable_units
6138
6164
 
6139
- # Total parallel units of work remaining for the active stages.
6165
+ # Total units of work remaining for the query. This number can be revised (
6166
+ # increased or decreased) while the query is running.
6140
6167
  # Corresponds to the JSON property `pendingUnits`
6141
6168
  # @return [Fixnum]
6142
6169
  attr_accessor :pending_units
@@ -6312,20 +6339,20 @@ module Google
6312
6339
  include Google::Apis::Core::Hashable
6313
6340
 
6314
6341
  # Fully qualified name of the user-provided connection object which holds the
6315
- # authentication information to send requests to the remote service. projects/`
6316
- # project_id`/locations/`location_id`/connections/`connection_id`
6342
+ # authentication information to send requests to the remote service. Format: ```"
6343
+ # projects/`projectId`/locations/`locationId`/connections/`connectionId`"```
6317
6344
  # Corresponds to the JSON property `connection`
6318
6345
  # @return [String]
6319
6346
  attr_accessor :connection
6320
6347
 
6321
- # Endpoint of the user-provided remote service (e.g. a function url in Google
6322
- # Cloud Functions).
6348
+ # Endpoint of the user-provided remote service, e.g. ```https://us-east1-
6349
+ # my_gcf_project.cloudfunctions.net/remote_add```
6323
6350
  # Corresponds to the JSON property `endpoint`
6324
6351
  # @return [String]
6325
6352
  attr_accessor :endpoint
6326
6353
 
6327
6354
  # Max number of rows in each batch sent to the remote service. If absent or if 0,
6328
- # it means no limit.
6355
+ # BigQuery dynamically decides the number of rows in a batch.
6329
6356
  # Corresponds to the JSON property `maxBatchingRows`
6330
6357
  # @return [Fixnum]
6331
6358
  attr_accessor :max_batching_rows
@@ -6442,6 +6469,11 @@ module Google
6442
6469
  # @return [String]
6443
6470
  attr_accessor :routine_type
6444
6471
 
6472
+ # Options for a user-defined Spark routine.
6473
+ # Corresponds to the JSON property `sparkOptions`
6474
+ # @return [Google::Apis::BigqueryV2::SparkOptions]
6475
+ attr_accessor :spark_options
6476
+
6445
6477
  # Optional. Can be set for procedures only. If true (default), the definition
6446
6478
  # body will be validated in the creation and the updates of the procedure. For
6447
6479
  # procedures with an argument of ANY TYPE, the definition body validtion is not
@@ -6472,6 +6504,7 @@ module Google
6472
6504
  @return_type = args[:return_type] if args.key?(:return_type)
6473
6505
  @routine_reference = args[:routine_reference] if args.key?(:routine_reference)
6474
6506
  @routine_type = args[:routine_type] if args.key?(:routine_type)
6507
+ @spark_options = args[:spark_options] if args.key?(:spark_options)
6475
6508
  @strict_mode = args[:strict_mode] if args.key?(:strict_mode)
6476
6509
  end
6477
6510
  end
@@ -6844,6 +6877,85 @@ module Google
6844
6877
  end
6845
6878
  end
6846
6879
 
6880
+ # Options for a user-defined Spark routine.
6881
+ class SparkOptions
6882
+ include Google::Apis::Core::Hashable
6883
+
6884
+ # Archive files to be extracted into the working directory of each executor. For
6885
+ # more information about Apache Spark, see [Apache Spark](https://spark.apache.
6886
+ # org/docs/latest/index.html).
6887
+ # Corresponds to the JSON property `archiveUris`
6888
+ # @return [Array<String>]
6889
+ attr_accessor :archive_uris
6890
+
6891
+ # Fully qualified name of the user-provided Spark connection object. Format: ```"
6892
+ # projects/`project_id`/locations/`location_id`/connections/`connection_id`"```
6893
+ # Corresponds to the JSON property `connection`
6894
+ # @return [String]
6895
+ attr_accessor :connection
6896
+
6897
+ # Custom container image for the runtime environment.
6898
+ # Corresponds to the JSON property `containerImage`
6899
+ # @return [String]
6900
+ attr_accessor :container_image
6901
+
6902
+ # Files to be placed in the working directory of each executor. For more
6903
+ # information about Apache Spark, see [Apache Spark](https://spark.apache.org/
6904
+ # docs/latest/index.html).
6905
+ # Corresponds to the JSON property `fileUris`
6906
+ # @return [Array<String>]
6907
+ attr_accessor :file_uris
6908
+
6909
+ # JARs to include on the driver and executor CLASSPATH. For more information
6910
+ # about Apache Spark, see [Apache Spark](https://spark.apache.org/docs/latest/
6911
+ # index.html).
6912
+ # Corresponds to the JSON property `jarUris`
6913
+ # @return [Array<String>]
6914
+ attr_accessor :jar_uris
6915
+
6916
+ # The main file URI of the Spark application. Exactly one of the definition_body
6917
+ # field and the main_file_uri field must be set.
6918
+ # Corresponds to the JSON property `mainFileUri`
6919
+ # @return [String]
6920
+ attr_accessor :main_file_uri
6921
+
6922
+ # Configuration properties as a set of key/value pairs, which will be passed on
6923
+ # to the Spark application. For more information, see [Apache Spark](https://
6924
+ # spark.apache.org/docs/latest/index.html).
6925
+ # Corresponds to the JSON property `properties`
6926
+ # @return [Hash<String,String>]
6927
+ attr_accessor :properties
6928
+
6929
+ # Python files to be placed on the PYTHONPATH for PySpark application. Supported
6930
+ # file types: `.py`, `.egg`, and `.zip`. For more information about Apache Spark,
6931
+ # see [Apache Spark](https://spark.apache.org/docs/latest/index.html).
6932
+ # Corresponds to the JSON property `pyFileUris`
6933
+ # @return [Array<String>]
6934
+ attr_accessor :py_file_uris
6935
+
6936
+ # Runtime version. If not specified, the default runtime version is used.
6937
+ # Corresponds to the JSON property `runtimeVersion`
6938
+ # @return [String]
6939
+ attr_accessor :runtime_version
6940
+
6941
+ def initialize(**args)
6942
+ update!(**args)
6943
+ end
6944
+
6945
+ # Update properties of this object
6946
+ def update!(**args)
6947
+ @archive_uris = args[:archive_uris] if args.key?(:archive_uris)
6948
+ @connection = args[:connection] if args.key?(:connection)
6949
+ @container_image = args[:container_image] if args.key?(:container_image)
6950
+ @file_uris = args[:file_uris] if args.key?(:file_uris)
6951
+ @jar_uris = args[:jar_uris] if args.key?(:jar_uris)
6952
+ @main_file_uri = args[:main_file_uri] if args.key?(:main_file_uri)
6953
+ @properties = args[:properties] if args.key?(:properties)
6954
+ @py_file_uris = args[:py_file_uris] if args.key?(:py_file_uris)
6955
+ @runtime_version = args[:runtime_version] if args.key?(:runtime_version)
6956
+ end
6957
+ end
6958
+
6847
6959
  # The data type of a variable such as a function argument. Examples include: *
6848
6960
  # INT64: ``"typeKind": "INT64"`` * ARRAY: ` "typeKind": "ARRAY", "
6849
6961
  # arrayElementType": `"typeKind": "STRING"` ` * STRUCT>: ` "typeKind": "STRUCT",
@@ -8013,6 +8125,12 @@ module Google
8013
8125
  attr_accessor :clean_spikes_and_dips
8014
8126
  alias_method :clean_spikes_and_dips?, :clean_spikes_and_dips
8015
8127
 
8128
+ # Enums for color space, used for processing images in Object Table. See more
8129
+ # details at https://www.tensorflow.org/io/tutorials/colorspace.
8130
+ # Corresponds to the JSON property `colorSpace`
8131
+ # @return [String]
8132
+ attr_accessor :color_space
8133
+
8016
8134
  # Subsample ratio of columns for each level for boosted tree models.
8017
8135
  # Corresponds to the JSON property `colsampleBylevel`
8018
8136
  # @return [Float]
@@ -8276,7 +8394,7 @@ module Google
8276
8394
  attr_accessor :preserve_input_structs
8277
8395
  alias_method :preserve_input_structs?, :preserve_input_structs
8278
8396
 
8279
- # Number of paths for the sampled shapley explain method.
8397
+ # Number of paths for the sampled Shapley explain method.
8280
8398
  # Corresponds to the JSON property `sampledShapleyNumPaths`
8281
8399
  # @return [Fixnum]
8282
8400
  attr_accessor :sampled_shapley_num_paths
@@ -8351,6 +8469,7 @@ module Google
8351
8469
  @booster_type = args[:booster_type] if args.key?(:booster_type)
8352
8470
  @calculate_p_values = args[:calculate_p_values] if args.key?(:calculate_p_values)
8353
8471
  @clean_spikes_and_dips = args[:clean_spikes_and_dips] if args.key?(:clean_spikes_and_dips)
8472
+ @color_space = args[:color_space] if args.key?(:color_space)
8354
8473
  @colsample_bylevel = args[:colsample_bylevel] if args.key?(:colsample_bylevel)
8355
8474
  @colsample_bynode = args[:colsample_bynode] if args.key?(:colsample_bynode)
8356
8475
  @colsample_bytree = args[:colsample_bytree] if args.key?(:colsample_bytree)
@@ -8456,6 +8575,11 @@ module Google
8456
8575
  # @return [Google::Apis::BigqueryV2::TrainingOptions]
8457
8576
  attr_accessor :training_options
8458
8577
 
8578
+ # The start time of this training run, in milliseconds since epoch.
8579
+ # Corresponds to the JSON property `trainingStartTime`
8580
+ # @return [Fixnum]
8581
+ attr_accessor :training_start_time
8582
+
8459
8583
  # The model id in Vertex AI Model Registry for this training run
8460
8584
  # Corresponds to the JSON property `vertexAiModelId`
8461
8585
  # @return [String]
@@ -8479,6 +8603,7 @@ module Google
8479
8603
  @results = args[:results] if args.key?(:results)
8480
8604
  @start_time = args[:start_time] if args.key?(:start_time)
8481
8605
  @training_options = args[:training_options] if args.key?(:training_options)
8606
+ @training_start_time = args[:training_start_time] if args.key?(:training_start_time)
8482
8607
  @vertex_ai_model_id = args[:vertex_ai_model_id] if args.key?(:vertex_ai_model_id)
8483
8608
  @vertex_ai_model_version = args[:vertex_ai_model_version] if args.key?(:vertex_ai_model_version)
8484
8609
  end
@@ -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.36.0"
19
+ GEM_VERSION = "0.39.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.8.0"
22
+ GENERATOR_VERSION = "0.9.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220611"
25
+ REVISION = "20220806"
26
26
  end
27
27
  end
28
28
  end
@@ -820,6 +820,12 @@ module Google
820
820
  include Google::Apis::Core::JsonObjectSupport
821
821
  end
822
822
 
823
+ class SparkOptions
824
+ class Representation < Google::Apis::Core::JsonRepresentation; end
825
+
826
+ include Google::Apis::Core::JsonObjectSupport
827
+ end
828
+
823
829
  class StandardSqlDataType
824
830
  class Representation < Google::Apis::Core::JsonRepresentation; end
825
831
 
@@ -1357,6 +1363,7 @@ module Google
1357
1363
  property :encoding, as: 'encoding'
1358
1364
  property :field_delimiter, as: 'fieldDelimiter'
1359
1365
  property :null_marker, as: 'null_marker'
1366
+ property :preserve_ascii_control_characters, as: 'preserveAsciiControlCharacters'
1360
1367
  property :quote, as: 'quote'
1361
1368
  property :skip_leading_rows, :numeric_string => true, as: 'skipLeadingRows'
1362
1369
  end
@@ -1652,6 +1659,7 @@ module Google
1652
1659
  property :max_bad_records, as: 'maxBadRecords'
1653
1660
  property :parquet_options, as: 'parquetOptions', class: Google::Apis::BigqueryV2::ParquetOptions, decorator: Google::Apis::BigqueryV2::ParquetOptions::Representation
1654
1661
 
1662
+ property :reference_file_schema_uri, as: 'referenceFileSchemaUri'
1655
1663
  property :schema, as: 'schema', class: Google::Apis::BigqueryV2::TableSchema, decorator: Google::Apis::BigqueryV2::TableSchema::Representation
1656
1664
 
1657
1665
  property :source_format, as: 'sourceFormat'
@@ -1965,6 +1973,7 @@ module Google
1965
1973
  property :quote, as: 'quote'
1966
1974
  property :range_partitioning, as: 'rangePartitioning', class: Google::Apis::BigqueryV2::RangePartitioning, decorator: Google::Apis::BigqueryV2::RangePartitioning::Representation
1967
1975
 
1976
+ property :reference_file_schema_uri, as: 'referenceFileSchemaUri'
1968
1977
  property :schema, as: 'schema', class: Google::Apis::BigqueryV2::TableSchema, decorator: Google::Apis::BigqueryV2::TableSchema::Representation
1969
1978
 
1970
1979
  property :schema_inline, as: 'schemaInline'
@@ -2582,6 +2591,8 @@ module Google
2582
2591
  property :routine_reference, as: 'routineReference', class: Google::Apis::BigqueryV2::RoutineReference, decorator: Google::Apis::BigqueryV2::RoutineReference::Representation
2583
2592
 
2584
2593
  property :routine_type, as: 'routineType'
2594
+ property :spark_options, as: 'sparkOptions', class: Google::Apis::BigqueryV2::SparkOptions, decorator: Google::Apis::BigqueryV2::SparkOptions::Representation
2595
+
2585
2596
  property :strict_mode, as: 'strictMode'
2586
2597
  end
2587
2598
  end
@@ -2689,6 +2700,21 @@ module Google
2689
2700
  end
2690
2701
  end
2691
2702
 
2703
+ class SparkOptions
2704
+ # @private
2705
+ class Representation < Google::Apis::Core::JsonRepresentation
2706
+ collection :archive_uris, as: 'archiveUris'
2707
+ property :connection, as: 'connection'
2708
+ property :container_image, as: 'containerImage'
2709
+ collection :file_uris, as: 'fileUris'
2710
+ collection :jar_uris, as: 'jarUris'
2711
+ property :main_file_uri, as: 'mainFileUri'
2712
+ hash :properties, as: 'properties'
2713
+ collection :py_file_uris, as: 'pyFileUris'
2714
+ property :runtime_version, as: 'runtimeVersion'
2715
+ end
2716
+ end
2717
+
2692
2718
  class StandardSqlDataType
2693
2719
  # @private
2694
2720
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -2993,6 +3019,7 @@ module Google
2993
3019
  property :booster_type, as: 'boosterType'
2994
3020
  property :calculate_p_values, as: 'calculatePValues'
2995
3021
  property :clean_spikes_and_dips, as: 'cleanSpikesAndDips'
3022
+ property :color_space, as: 'colorSpace'
2996
3023
  property :colsample_bylevel, as: 'colsampleBylevel'
2997
3024
  property :colsample_bynode, as: 'colsampleBynode'
2998
3025
  property :colsample_bytree, as: 'colsampleBytree'
@@ -3072,6 +3099,7 @@ module Google
3072
3099
  property :start_time, as: 'startTime'
3073
3100
  property :training_options, as: 'trainingOptions', class: Google::Apis::BigqueryV2::TrainingOptions, decorator: Google::Apis::BigqueryV2::TrainingOptions::Representation
3074
3101
 
3102
+ property :training_start_time, :numeric_string => true, as: 'trainingStartTime'
3075
3103
  property :vertex_ai_model_id, as: 'vertexAiModelId'
3076
3104
  property :vertex_ai_model_version, as: 'vertexAiModelVersion'
3077
3105
  end
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.36.0
4
+ version: 0.39.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-07-04 00:00:00.000000000 Z
11
+ date: 2022-08-15 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.36.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-bigquery_v2/v0.39.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: []