Skip to content

Commit 6915ca2

Browse files
feat: Automated regeneration of privateca v1 client (googleapis#25352)
Auto-created at 2026-01-11 10:49:27 +0000 using the toys pull request generator.
1 parent 5afa963 commit 6915ca2

File tree

4 files changed

+23
-11
lines changed

4 files changed

+23
-11
lines changed

generated/google-apis-privateca_v1/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release history for google-apis-privateca_v1
22

3+
### v0.58.0 (2026-01-11)
4+
5+
* Regenerated from discovery document revision 20251229
6+
37
### v0.57.0 (2025-11-02)
48

59
* Regenerated from discovery document revision 20251022

generated/google-apis-privateca_v1/lib/google/apis/privateca_v1/classes.rb

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1870,8 +1870,9 @@ class ListOperationsResponse
18701870
attr_accessor :operations
18711871

18721872
# 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.
18751876
# Corresponds to the JSON property `unreachable`
18761877
# @return [Array<String>]
18771878
attr_accessor :unreachable

generated/google-apis-privateca_v1/lib/google/apis/privateca_v1/gem_version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module PrivatecaV1
1818
# Version of the google-apis-privateca_v1 gem
19-
GEM_VERSION = "0.57.0"
19+
GEM_VERSION = "0.58.0"
2020

2121
# Version of the code generator used to generate this client
2222
GENERATOR_VERSION = "0.18.0"
2323

2424
# Revision of the discovery document this client was generated from
25-
REVISION = "20251022"
25+
REVISION = "20251229"
2626
end
2727
end
2828
end

generated/google-apis-privateca_v1/lib/google/apis/privateca_v1/service.rb

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1272,8 +1272,14 @@ def get_project_location_ca_pool_certificate(name, fields: nil, quota_user: nil,
12721272

12731273
# Lists Certificates.
12741274
# @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.
12771283
# @param [String] filter
12781284
# Optional. Only include resources that match the filter in the response. For
12791285
# details on supported filters and syntax, see [Certificates Filtering
@@ -1863,11 +1869,12 @@ def get_project_location_operation(name, fields: nil, quota_user: nil, options:
18631869
# The standard list page token.
18641870
# @param [Boolean] return_partial_success
18651871
# 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.
18711878
# @param [String] fields
18721879
# Selector specifying which fields to include in a partial response.
18731880
# @param [String] quota_user

0 commit comments

Comments
 (0)