From 38439a749cf12eaba5dc0f989d04c0087c7993ac Mon Sep 17 00:00:00 2001 From: Yoshi Automation Bot Date: Sun, 11 Jan 2026 10:49:27 +0000 Subject: [PATCH] feat: Automated regeneration of privateca v1 client --- .../google-apis-privateca_v1/CHANGELOG.md | 4 ++++ .../lib/google/apis/privateca_v1/classes.rb | 5 +++-- .../google/apis/privateca_v1/gem_version.rb | 4 ++-- .../lib/google/apis/privateca_v1/service.rb | 21 ++++++++++++------- 4 files changed, 23 insertions(+), 11 deletions(-) diff --git a/generated/google-apis-privateca_v1/CHANGELOG.md b/generated/google-apis-privateca_v1/CHANGELOG.md index 59b99f3fd5f..4e909fbca17 100644 --- a/generated/google-apis-privateca_v1/CHANGELOG.md +++ b/generated/google-apis-privateca_v1/CHANGELOG.md @@ -1,5 +1,9 @@ # Release history for google-apis-privateca_v1 +### v0.58.0 (2026-01-11) + +* Regenerated from discovery document revision 20251229 + ### v0.57.0 (2025-11-02) * Regenerated from discovery document revision 20251022 diff --git a/generated/google-apis-privateca_v1/lib/google/apis/privateca_v1/classes.rb b/generated/google-apis-privateca_v1/lib/google/apis/privateca_v1/classes.rb index 7a06e04a017..0dfe746b4ad 100644 --- a/generated/google-apis-privateca_v1/lib/google/apis/privateca_v1/classes.rb +++ b/generated/google-apis-privateca_v1/lib/google/apis/privateca_v1/classes.rb @@ -1870,8 +1870,9 @@ class ListOperationsResponse attr_accessor :operations # Unordered list. Unreachable resources. Populated when the request sets ` - # ListOperationsRequest.return_partial_success` and reads across collections e.g. - # when attempting to list all resources across all supported locations. + # ListOperationsRequest.return_partial_success` and reads across collections. + # For example, when attempting to list all resources across all supported + # locations. # Corresponds to the JSON property `unreachable` # @return [Array] attr_accessor :unreachable diff --git a/generated/google-apis-privateca_v1/lib/google/apis/privateca_v1/gem_version.rb b/generated/google-apis-privateca_v1/lib/google/apis/privateca_v1/gem_version.rb index aa04252ea8d..f8d82f098e6 100644 --- a/generated/google-apis-privateca_v1/lib/google/apis/privateca_v1/gem_version.rb +++ b/generated/google-apis-privateca_v1/lib/google/apis/privateca_v1/gem_version.rb @@ -16,13 +16,13 @@ module Google module Apis module PrivatecaV1 # Version of the google-apis-privateca_v1 gem - GEM_VERSION = "0.57.0" + GEM_VERSION = "0.58.0" # Version of the code generator used to generate this client GENERATOR_VERSION = "0.18.0" # Revision of the discovery document this client was generated from - REVISION = "20251022" + REVISION = "20251229" end end end diff --git a/generated/google-apis-privateca_v1/lib/google/apis/privateca_v1/service.rb b/generated/google-apis-privateca_v1/lib/google/apis/privateca_v1/service.rb index eccd18a015f..f2b201c1c18 100644 --- a/generated/google-apis-privateca_v1/lib/google/apis/privateca_v1/service.rb +++ b/generated/google-apis-privateca_v1/lib/google/apis/privateca_v1/service.rb @@ -1272,8 +1272,14 @@ def get_project_location_ca_pool_certificate(name, fields: nil, quota_user: nil, # Lists Certificates. # @param [String] parent - # Required. The resource name of the location associated with the Certificates, - # in the format `projects/*/locations/*/caPools/*`. + # Required. The resource name of the parent associated with the Certificates, in + # the format `projects/*/locations/*/caPools/*`. The parent resource name can be + # in one of two forms: 1. **Specific CA Pool:** To list certificates within a + # single CA Pool: `projects/*/locations/*/caPools/*` 2. **All CA Pools in a + # Location:** To list certificates across *all* CA Pools in a given project and + # location, use the wildcard character (`-`) in place of the CA Pool ID. Example: + # `projects/*/locations/*/caPools/-` See go/ccfe-nested-collections#aggregate- + # listing for more details. # @param [String] filter # Optional. Only include resources that match the filter in the response. For # 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: # The standard list page token. # @param [Boolean] return_partial_success # When set to `true`, operations that are reachable are returned as normal, and - # those that are unreachable are returned in the [ListOperationsResponse. - # unreachable] field. This can only be `true` when reading across collections e. - # g. when `parent` is set to `"projects/example/locations/-"`. This field is not - # by default supported and will result in an `UNIMPLEMENTED` error if set unless - # explicitly documented otherwise in service or product specific documentation. + # those that are unreachable are returned in the ListOperationsResponse. + # unreachable field. This can only be `true` when reading across collections. + # For example, when `parent` is set to `"projects/example/locations/-"`. This + # field is not supported by default and will result in an `UNIMPLEMENTED` error + # if set unless explicitly documented otherwise in service or product specific + # documentation. # @param [String] fields # Selector specifying which fields to include in a partial response. # @param [String] quota_user