@@ -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