google-apis-bigqueryreservation_v1 0.51.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: 2f32cd84ac68750d09925405a78d86d4173cbc694f1f3d1b6a949529da91484c
4
- data.tar.gz: 59db279f14c56fabfbafa3dbc2d005b6cd94e6b5d4b5d655c90d07a8f97b3577
3
+ metadata.gz: 4dd9bfb55e085259f4cb0f49bd00145d00ab9cce11161454b6570bfb49c25091
4
+ data.tar.gz: 00a5a021389beb6ff8cc2fe6a84eac3d2a5eacaf4527bb4373cc037824f50cf2
5
5
  SHA512:
6
- metadata.gz: 196caff38f1a625554a6ec04bb7f49d3667a8b740c392c88ffbd03025df0a92fcd2ed3ef7fc4c12d88a5a377c3a8bd7d757efe6370fdf9088b1bb12281c3aebd
7
- data.tar.gz: 64ff5915644feeaef2ff10ae22fbe2e7724173441d18b7b93c407014c7b79799b90729d0b7709690390aa01a36721484c48aaee80d98e1986f1d4142f76ff13f
6
+ metadata.gz: 7e3a57c9dc3e47801e50925cb3db4efbd3affe435df7e6792a495cac1d8bd217832007b13d51413e295ec45da0e578c971955929e5788cf9fd0ff147e713fb6f
7
+ data.tar.gz: 65ecc313a26b174a2000ef5ae95e6d3232bae8bbeeea3521ca49a3e089f138a9d4a61c6c830e5b267e43ff1309891670e5813414eab3d3bcd0243abc06e66e9e
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-bigqueryreservation_v1
2
2
 
3
+ ### v0.53.0 (2026-06-14)
4
+
5
+ * Regenerated using generator version 0.19.0
6
+
7
+ ### v0.52.0 (2026-04-19)
8
+
9
+ * Regenerated from discovery document revision 20260410
10
+
3
11
  ### v0.51.0 (2026-03-15)
4
12
 
5
13
  * Regenerated from discovery document revision 20260305
data/OVERVIEW.md CHANGED
@@ -83,7 +83,7 @@ The [product documentation](https://cloud.google.com/bigquery/) may provide guid
83
83
 
84
84
  ## Supported Ruby versions
85
85
 
86
- This library is supported on Ruby 3.1+.
86
+ This library is supported on Ruby 3.2+.
87
87
 
88
88
  Google provides official support for Ruby versions that are actively supported by Ruby Core -- that is, Ruby versions that are either in normal maintenance or in security maintenance, and not end of life. Older versions of Ruby _may_ still work, but are unsupported and not recommended. See https://www.ruby-lang.org/en/downloads/branches/ for details about the Ruby support schedule.
89
89
 
@@ -64,7 +64,9 @@ module Google
64
64
  # googleapis.com/projects/-/serviceAccounts/SA_EMAIL_ADDRESS` for service
65
65
  # accounts, * `principal://iam.googleapis.com/projects/PROJECT_NUMBER/locations/
66
66
  # global/workloadIdentityPools/POOL_ID/subject/SUBJECT_ID` for workload identity
67
- # pool identities.
67
+ # pool identities. * The special value `unknown_or_deleted_user` represents
68
+ # principals which cannot be read from the user info service, for example
69
+ # deleted users.
68
70
  # Corresponds to the JSON property `principal`
69
71
  # @return [String]
70
72
  attr_accessor :principal
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module BigqueryreservationV1
18
18
  # Version of the google-apis-bigqueryreservation_v1 gem
19
- GEM_VERSION = "0.51.0"
19
+ GEM_VERSION = "0.53.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.18.0"
22
+ GENERATOR_VERSION = "0.19.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20260305"
25
+ REVISION = "20260410"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-bigqueryreservation_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.51.0
4
+ version: 0.53.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -57,7 +57,7 @@ licenses:
57
57
  metadata:
58
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
59
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-bigqueryreservation_v1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-bigqueryreservation_v1/v0.51.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-bigqueryreservation_v1/v0.53.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-bigqueryreservation_v1
62
62
  rdoc_options: []
63
63
  require_paths:
@@ -66,7 +66,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
66
66
  requirements:
67
67
  - - ">="
68
68
  - !ruby/object:Gem::Version
69
- version: '3.1'
69
+ version: '3.2'
70
70
  required_rubygems_version: !ruby/object:Gem::Requirement
71
71
  requirements:
72
72
  - - ">="