From ca4d323bd9ed8cc2e779861add0fc80e6c1d9aa9 Mon Sep 17 00:00:00 2001 From: yoshi-code-bot <70984784+yoshi-code-bot@users.noreply.github.com> Date: Thu, 19 Feb 2026 10:28:39 -0800 Subject: [PATCH] chore: regenerate privateca client --- .../v1/2.0.0/README.md | 4 +- .../v1/CertificateAuthorityService.java | 80 +++++++++++++------ .../privateca/v1/model/IssuancePolicy.java | 30 +++---- .../v1/model/ListOperationsResponse.java | 6 +- .../v1/2.0.0/pom.xml | 4 +- .../v1/README.md | 4 +- .../v1beta1/2.0.0/README.md | 4 +- .../v1beta1/CertificateAuthorityService.java | 36 +++++---- .../v1beta1/model/ListOperationsResponse.java | 6 +- .../v1beta1/2.0.0/pom.xml | 4 +- .../v1beta1/README.md | 4 +- 11 files changed, 109 insertions(+), 73 deletions(-) diff --git a/clients/google-api-services-privateca/v1/2.0.0/README.md b/clients/google-api-services-privateca/v1/2.0.0/README.md index c8dc1773869..ad5de8235ca 100644 --- a/clients/google-api-services-privateca/v1/2.0.0/README.md +++ b/clients/google-api-services-privateca/v1/2.0.0/README.md @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file: com.google.apis google-api-services-privateca - v1-rev20251022-2.0.0 + v1-rev20260128-2.0.0 @@ -35,7 +35,7 @@ repositories { mavenCentral() } dependencies { - implementation 'com.google.apis:google-api-services-privateca:v1-rev20251022-2.0.0' + implementation 'com.google.apis:google-api-services-privateca:v1-rev20260128-2.0.0' } ``` diff --git a/clients/google-api-services-privateca/v1/2.0.0/com/google/api/services/privateca/v1/CertificateAuthorityService.java b/clients/google-api-services-privateca/v1/2.0.0/com/google/api/services/privateca/v1/CertificateAuthorityService.java index ca76cf53740..2ef58ced076 100644 --- a/clients/google-api-services-privateca/v1/2.0.0/com/google/api/services/privateca/v1/CertificateAuthorityService.java +++ b/clients/google-api-services-privateca/v1/2.0.0/com/google/api/services/privateca/v1/CertificateAuthorityService.java @@ -103,7 +103,7 @@ public class CertificateAuthorityService extends com.google.api.client.googleapi * {@code com.google.api.client.extensions.appengine.http.UrlFetchTransport} *
  • Android: {@code newCompatibleTransport} from * {@code com.google.api.client.extensions.android.http.AndroidHttp}
  • - *
  • Java: {@link com.google.api.client.googleapis.javanet.GoogleNetHttpTransport#newTrustedTransport()} + *
  • Java: {@code com.google.api.client.http.javanet.NetHttpTransport}
  • * * * @param jsonFactory JSON factory, which may be: @@ -312,7 +312,10 @@ public Get set(String parameterName, Object value) { } } /** - * Lists information about the supported locations for this service. + * Lists information about the supported locations for this service. This method can be called in + * two ways: * **List all public locations:** Use the path `GET /v1/locations`. * **List project- + * visible locations:** Use the path `GET /v1/projects/{project_id}/locations`. This may include + * public locations as well as private or other locations specifically visible to the project. * * Create a request for the method "locations.list". * @@ -336,7 +339,10 @@ public class List extends CertificateAuthorityServiceRequest * - * @param parent Required. The resource name of the location associated with the Certificates, in the format - * `projects/locations/caPools`. + * @param parent 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. * @since 1.13 */ protected List(java.lang.String parent) { @@ -5574,22 +5590,36 @@ public List setUploadProtocol(java.lang.String uploadProtocol) { } /** - * 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. */ @com.google.api.client.util.Key private java.lang.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. */ public java.lang.String getParent() { return 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. */ public List setParent(java.lang.String parent) { if (!getSuppressPatternChecks()) { @@ -8148,9 +8178,9 @@ public List setPageToken(java.lang.String pageToken) { /** * 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 + * 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. */ @@ -8158,10 +8188,11 @@ public List setPageToken(java.lang.String pageToken) { private java.lang.Boolean returnPartialSuccess; /** 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. + 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. */ public java.lang.Boolean getReturnPartialSuccess() { return returnPartialSuccess; @@ -8169,9 +8200,9 @@ public java.lang.Boolean getReturnPartialSuccess() { /** * 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 + * 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. */ @@ -8222,8 +8253,7 @@ private static String chooseEndpoint(com.google.api.client.http.HttpTransport tr * {@code com.google.api.client.extensions.appengine.http.UrlFetchTransport} *
  • Android: {@code newCompatibleTransport} from * {@code com.google.api.client.extensions.android.http.AndroidHttp}
  • - *
  • Java: {@link com.google.api.client.googleapis.javanet.GoogleNetHttpTransport#newTrustedTransport()} - *
  • + *
  • Java: {@code com.google.api.client.http.javanet.NetHttpTransport}
  • * * @param jsonFactory JSON factory, which may be: * * @param jsonFactory JSON factory, which may be: @@ -312,7 +312,10 @@ public Get set(String parameterName, Object value) { } } /** - * Lists information about the supported locations for this service. + * Lists information about the supported locations for this service. This method can be called in + * two ways: * **List all public locations:** Use the path `GET /v1/locations`. * **List project- + * visible locations:** Use the path `GET /v1/projects/{project_id}/locations`. This may include + * public locations as well as private or other locations specifically visible to the project. * * Create a request for the method "locations.list". * @@ -336,7 +339,10 @@ public class List extends CertificateAuthorityServiceRequest *
  • Android: {@code newCompatibleTransport} from * {@code com.google.api.client.extensions.android.http.AndroidHttp}
  • - *
  • Java: {@link com.google.api.client.googleapis.javanet.GoogleNetHttpTransport#newTrustedTransport()} - *
  • + *
  • Java: {@code com.google.api.client.http.javanet.NetHttpTransport}
  • * * @param jsonFactory JSON factory, which may be: *