google-apis-bigquery_v2 0.73.0 → 0.74.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: c6cf3a4ec4c0427cfb9f75ce9d56761bb2fafa4963f3427e715553fbc019daa6
4
- data.tar.gz: c9c7e7a99bf5c49cf1268a955b926b4a9cc4a35b4c43923a650d96708d478818
3
+ metadata.gz: c2beb1870e551305a3d3fb9dbcd459f4704fce55f0e589a58ada043923db01c7
4
+ data.tar.gz: 208c1ae32906d2e6a080baf4994f17b68e95d982c6d6b88cefe7c2180d01974b
5
5
  SHA512:
6
- metadata.gz: bd26b7e773dd49ebceea4179bf6ea698e5b916a8c8128b71f6964dea0c3c64b16b49a747b7e9243f964cb6c7bb7dcde10754391d672ad0ab9789769aaccf61fe
7
- data.tar.gz: 624835be67d08cf72a28455703848b9581fa52a18952bc13882debc4efa4525541ebc2b746987e0c6a717834e4672a5ce9a4103dfcc95ff14a7f0ab753374eef
6
+ metadata.gz: f654f10e9c8f8ccbd8ba972c79deb3e7be2447c273d3ebb52d030036053404f26542497df58163ac3e087518e23bcc410bb6e6d5efeb23509729c7d18f2dace0
7
+ data.tar.gz: 4d056c5183291d75fadb2586b662caaf8993fcdc11663d75df833acb2121fbf9904aba1383e45541578bae2cb0d9f02e430fae743cd1509488280de29ac189fd
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-bigquery_v2
2
2
 
3
+ ### v0.74.0 (2024-08-04)
4
+
5
+ * Regenerated from discovery document revision 20240714
6
+ * Regenerated using generator version 0.15.1
7
+
3
8
  ### v0.73.0 (2024-07-25)
4
9
 
5
10
  * Regenerated from discovery document revision 20240629
@@ -1712,7 +1712,9 @@ module Google
1712
1712
  # access.specialGroup: projectReaders; access.role: READER; access.specialGroup:
1713
1713
  # projectWriters; access.role: WRITER; access.specialGroup: projectOwners;
1714
1714
  # access.role: OWNER; access.userByEmail: [dataset creator email]; access.role:
1715
- # OWNER;
1715
+ # OWNER; If you patch a dataset, then this field is overwritten by the patched
1716
+ # dataset's access field. To add entities, you must supply the entire existing
1717
+ # access array in addition to any new entities that you want to add.
1716
1718
  # Corresponds to the JSON property `access`
1717
1719
  # @return [Array<Google::Apis::BigqueryV2::Dataset::Access>]
1718
1720
  attr_accessor :access
@@ -1910,7 +1912,8 @@ module Google
1910
1912
  # @return [String]
1911
1913
  attr_accessor :storage_billing_model
1912
1914
 
1913
- # Output only. Tags for the Dataset.
1915
+ # Output only. Tags for the dataset. To provide tags as inputs, use the `
1916
+ # resourceTags` field.
1914
1917
  # Corresponds to the JSON property `tags`
1915
1918
  # @return [Array<Google::Apis::BigqueryV2::Dataset::Tag>]
1916
1919
  attr_accessor :tags
@@ -5381,6 +5384,12 @@ module Google
5381
5384
  # @return [Google::Apis::BigqueryV2::DataMaskingStatistics]
5382
5385
  attr_accessor :data_masking_statistics
5383
5386
 
5387
+ # Output only. Name of edition corresponding to the reservation for this job at
5388
+ # the time of this update.
5389
+ # Corresponds to the JSON property `edition`
5390
+ # @return [String]
5391
+ attr_accessor :edition
5392
+
5384
5393
  # Output only. End time of this job, in milliseconds since the epoch. This field
5385
5394
  # will be present whenever a job is in the DONE state.
5386
5395
  # Corresponds to the JSON property `endTime`
@@ -5483,6 +5492,7 @@ module Google
5483
5492
  @copy = args[:copy] if args.key?(:copy)
5484
5493
  @creation_time = args[:creation_time] if args.key?(:creation_time)
5485
5494
  @data_masking_statistics = args[:data_masking_statistics] if args.key?(:data_masking_statistics)
5495
+ @edition = args[:edition] if args.key?(:edition)
5486
5496
  @end_time = args[:end_time] if args.key?(:end_time)
5487
5497
  @extract = args[:extract] if args.key?(:extract)
5488
5498
  @final_execution_duration_ms = args[:final_execution_duration_ms] if args.key?(:final_execution_duration_ms)
@@ -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.73.0"
19
+ GEM_VERSION = "0.74.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.15.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240629"
25
+ REVISION = "20240714"
26
26
  end
27
27
  end
28
28
  end
@@ -2601,6 +2601,7 @@ module Google
2601
2601
  property :creation_time, :numeric_string => true, as: 'creationTime'
2602
2602
  property :data_masking_statistics, as: 'dataMaskingStatistics', class: Google::Apis::BigqueryV2::DataMaskingStatistics, decorator: Google::Apis::BigqueryV2::DataMaskingStatistics::Representation
2603
2603
 
2604
+ property :edition, as: 'edition'
2604
2605
  property :end_time, :numeric_string => true, as: 'endTime'
2605
2606
  property :extract, as: 'extract', class: Google::Apis::BigqueryV2::JobStatistics4, decorator: Google::Apis::BigqueryV2::JobStatistics4::Representation
2606
2607
 
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.73.0
4
+ version: 0.74.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: 2024-07-25 00:00:00.000000000 Z
11
+ date: 2024-08-04 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.73.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-bigquery_v2/v0.74.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: []