google-apis-privateca_v1 0.57.0 → 0.58.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: 2fc06ef083a20dafccc182ab17268236dbfdd1e736326ed02e3252c35d300e07
4
- data.tar.gz: a450216a7feaaaf340e320332e23b2509999e68999650507db3037422869e9bd
3
+ metadata.gz: 4b8f6bdd30f1ae41964ea716e9035fb077ff967d3f571f7b2f1cc3a739be0145
4
+ data.tar.gz: 7743504217b933d5a3d1525a09120168025b6a6a8de241e8191788397d65deaf
5
5
  SHA512:
6
- metadata.gz: e01935260dc0425b68183f328d27fa1d8986144a4135b8e7ccb292de107725b50028d4a752229ef0f6ed17d40f18e9a6636c0e2a68bc8e9927d03f3232a68265
7
- data.tar.gz: bbdb4a4931874b45676f844c177ab1822ff39c33e225cd2624505cb64eebc800b27939c7890e71f645c96206bf74af0adeeede656c8d69672f6bb67cc2ed1139
6
+ metadata.gz: bc4689bf941b9606d29f8dc4a7f127e82a30787af44bd8b075dde23590b6b654f7dceed6685d8f91ebb9ae0aca1c58e2ccf60041b2e4e8329de2387eec97fcd4
7
+ data.tar.gz: 643ecce2a8263287a44d853d18886fc6f5b30fa79bad24f7594459160f5369df1f1c2dbf43d9172b1c04b349239086ffda6b17ae2baf444104d71a079aef0e16
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-privateca_v1
2
2
 
3
+ ### v0.58.0 (2026-01-11)
4
+
5
+ * Regenerated from discovery document revision 20251229
6
+
3
7
  ### v0.57.0 (2025-11-02)
4
8
 
5
9
  * Regenerated from discovery document revision 20251022
@@ -1870,8 +1870,9 @@ module Google
1870
1870
  attr_accessor :operations
1871
1871
 
1872
1872
  # Unordered list. Unreachable resources. Populated when the request sets `
1873
- # ListOperationsRequest.return_partial_success` and reads across collections e.g.
1874
- # when attempting to list all resources across all supported locations.
1873
+ # ListOperationsRequest.return_partial_success` and reads across collections.
1874
+ # For example, when attempting to list all resources across all supported
1875
+ # locations.
1875
1876
  # Corresponds to the JSON property `unreachable`
1876
1877
  # @return [Array<String>]
1877
1878
  attr_accessor :unreachable
@@ -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.57.0"
19
+ GEM_VERSION = "0.58.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.18.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20251022"
25
+ REVISION = "20251229"
26
26
  end
27
27
  end
28
28
  end
@@ -1272,8 +1272,14 @@ module Google
1272
1272
 
1273
1273
  # Lists Certificates.
1274
1274
  # @param [String] parent
1275
- # Required. The resource name of the location associated with the Certificates,
1276
- # in the format `projects/*/locations/*/caPools/*`.
1275
+ # Required. The resource name of the parent associated with the Certificates, in
1276
+ # the format `projects/*/locations/*/caPools/*`. The parent resource name can be
1277
+ # in one of two forms: 1. **Specific CA Pool:** To list certificates within a
1278
+ # single CA Pool: `projects/*/locations/*/caPools/*` 2. **All CA Pools in a
1279
+ # Location:** To list certificates across *all* CA Pools in a given project and
1280
+ # location, use the wildcard character (`-`) in place of the CA Pool ID. Example:
1281
+ # `projects/*/locations/*/caPools/-` See go/ccfe-nested-collections#aggregate-
1282
+ # listing for more details.
1277
1283
  # @param [String] filter
1278
1284
  # Optional. Only include resources that match the filter in the response. For
1279
1285
  # details on supported filters and syntax, see [Certificates Filtering
@@ -1863,11 +1869,12 @@ module Google
1863
1869
  # The standard list page token.
1864
1870
  # @param [Boolean] return_partial_success
1865
1871
  # When set to `true`, operations that are reachable are returned as normal, and
1866
- # those that are unreachable are returned in the [ListOperationsResponse.
1867
- # unreachable] field. This can only be `true` when reading across collections e.
1868
- # g. when `parent` is set to `"projects/example/locations/-"`. This field is not
1869
- # by default supported and will result in an `UNIMPLEMENTED` error if set unless
1870
- # explicitly documented otherwise in service or product specific documentation.
1872
+ # those that are unreachable are returned in the ListOperationsResponse.
1873
+ # unreachable field. This can only be `true` when reading across collections.
1874
+ # For example, when `parent` is set to `"projects/example/locations/-"`. This
1875
+ # field is not supported by default and will result in an `UNIMPLEMENTED` error
1876
+ # if set unless explicitly documented otherwise in service or product specific
1877
+ # documentation.
1871
1878
  # @param [String] fields
1872
1879
  # Selector specifying which fields to include in a partial response.
1873
1880
  # @param [String] quota_user
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.57.0
4
+ version: 0.58.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.57.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-privateca_v1/v0.58.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: