google-apis-privateca_v1 0.62.0 → 0.63.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: 878a59f7afca626a25001c9e6ae82d4e15e0cea0e63655d0c8df9ce9adf3ef8c
4
- data.tar.gz: 25f924a62c5dc45f884181598947a63c35bf7f8b6eabc09151271e9cf23c777a
3
+ metadata.gz: a102ac1b8542c49628b9facbfd60431a539e7c74ee5dcdf8a921e8c4e107ffa1
4
+ data.tar.gz: ec065d02ac6432d758c32fbdde6be137e12d34dab630697282f2ec0cd41087bb
5
5
  SHA512:
6
- metadata.gz: 02227ea7830dd58eef2099006ea17b563b848ed0a49cbe15facbebd1a2b711f30fd31c2f5b69640f95c798f5d94aabce076192dcdfa5f5582fd421ebe68f57e0
7
- data.tar.gz: 77a919c731cd03535b13f2f94fcf5549027d4c38ecfa67004323f0b8263bcbd7220cd368dca490d27315fedba1a0ab4f5fd57006911eef8945934e8cf2d73e74
6
+ metadata.gz: c9ca6031557010d59a2aadc81ddc03d47076f2cc2deaaad041e75c101588d166b1f0e997e9eeb0ab7f4fded7141c70d861906c58d8765909c09bcca0ee3c8d7e
7
+ data.tar.gz: 2fc25c28db1f819a6e9fb9e2465a666015f952a6e424685bd88a7f2dff3a2bb7117bbcb832a05bfab0673737c2dad07366ce42979273985a7d4b9e80fdf2a40f
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-privateca_v1
2
2
 
3
+ ### v0.63.0 (2026-06-14)
4
+
5
+ * Regenerated from discovery document revision 20260529
6
+ * Regenerated using generator version 0.19.0
7
+
3
8
  ### v0.62.0 (2026-05-17)
4
9
 
5
10
  * Regenerated from discovery document revision 20260430
data/OVERVIEW.md CHANGED
@@ -83,7 +83,7 @@ The [product documentation](https://cloud.google.com/) may provide guidance rega
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
 
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module PrivatecaV1
18
18
  # Version of the google-apis-privateca_v1 gem
19
- GEM_VERSION = "0.62.0"
19
+ GEM_VERSION = "0.63.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 = "20260430"
25
+ REVISION = "20260529"
26
26
  end
27
27
  end
28
28
  end
@@ -1287,8 +1287,7 @@ module Google
1287
1287
  # single CA Pool: `projects/*/locations/*/caPools/*` 2. **All CA Pools in a
1288
1288
  # Location:** To list certificates across *all* CA Pools in a given project and
1289
1289
  # location, use the wildcard character (`-`) in place of the CA Pool ID. Example:
1290
- # `projects/*/locations/*/caPools/-` See go/ccfe-nested-collections#aggregate-
1291
- # listing for more details.
1290
+ # `projects/*/locations/*/caPools/-`
1292
1291
  # @param [String] filter
1293
1292
  # Optional. Only include resources that match the filter in the response. For
1294
1293
  # details on supported filters and syntax, see [Certificates Filtering
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-privateca_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.62.0
4
+ version: 0.63.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-privateca_v1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-privateca_v1/v0.62.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-privateca_v1/v0.63.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-privateca_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
  - - ">="