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:
*
diff --git a/clients/google-api-services-privateca/v1/2.0.0/com/google/api/services/privateca/v1/model/IssuancePolicy.java b/clients/google-api-services-privateca/v1/2.0.0/com/google/api/services/privateca/v1/model/IssuancePolicy.java
index afa2a41671c..aedbfb92281 100644
--- a/clients/google-api-services-privateca/v1/2.0.0/com/google/api/services/privateca/v1/model/IssuancePolicy.java
+++ b/clients/google-api-services-privateca/v1/2.0.0/com/google/api/services/privateca/v1/model/IssuancePolicy.java
@@ -53,11 +53,11 @@ public final class IssuancePolicy extends com.google.api.client.json.GenericJson
}
/**
- * Optional. The duration to backdate all certificates issued from this CaPool. If not set, the
- * certificates will be issued with a not_before_time of the issuance time (i.e. the current
- * time). If set, the certificates will be issued with a not_before_time of the issuance time
- * minus the backdate_duration. The not_after_time will be adjusted to preserve the requested
- * lifetime. The backdate_duration must be less than or equal to 48 hours.
+ * Optional. If set, all certificates issued from this CaPool will be backdated by this duration.
+ * The 'not_before_time' will be the issuance time minus this backdate_duration, and the
+ * 'not_after_time' will be adjusted to preserve the requested lifetime. The maximum duration that
+ * a certificate can be backdated with these options is 48 hours in the past. This option cannot
+ * be set if allow_requester_specified_not_before_time is set.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
@@ -144,11 +144,11 @@ public IssuancePolicy setAllowedKeyTypes(java.util.List allowedK
}
/**
- * Optional. The duration to backdate all certificates issued from this CaPool. If not set, the
- * certificates will be issued with a not_before_time of the issuance time (i.e. the current
- * time). If set, the certificates will be issued with a not_before_time of the issuance time
- * minus the backdate_duration. The not_after_time will be adjusted to preserve the requested
- * lifetime. The backdate_duration must be less than or equal to 48 hours.
+ * Optional. If set, all certificates issued from this CaPool will be backdated by this duration.
+ * The 'not_before_time' will be the issuance time minus this backdate_duration, and the
+ * 'not_after_time' will be adjusted to preserve the requested lifetime. The maximum duration that
+ * a certificate can be backdated with these options is 48 hours in the past. This option cannot
+ * be set if allow_requester_specified_not_before_time is set.
* @return value or {@code null} for none
*/
public String getBackdateDuration() {
@@ -156,11 +156,11 @@ public String getBackdateDuration() {
}
/**
- * Optional. The duration to backdate all certificates issued from this CaPool. If not set, the
- * certificates will be issued with a not_before_time of the issuance time (i.e. the current
- * time). If set, the certificates will be issued with a not_before_time of the issuance time
- * minus the backdate_duration. The not_after_time will be adjusted to preserve the requested
- * lifetime. The backdate_duration must be less than or equal to 48 hours.
+ * Optional. If set, all certificates issued from this CaPool will be backdated by this duration.
+ * The 'not_before_time' will be the issuance time minus this backdate_duration, and the
+ * 'not_after_time' will be adjusted to preserve the requested lifetime. The maximum duration that
+ * a certificate can be backdated with these options is 48 hours in the past. This option cannot
+ * be set if allow_requester_specified_not_before_time is set.
* @param backdateDuration backdateDuration or {@code null} for none
*/
public IssuancePolicy setBackdateDuration(String backdateDuration) {
diff --git a/clients/google-api-services-privateca/v1/2.0.0/com/google/api/services/privateca/v1/model/ListOperationsResponse.java b/clients/google-api-services-privateca/v1/2.0.0/com/google/api/services/privateca/v1/model/ListOperationsResponse.java
index de3c0d1ae82..27f72c516b2 100644
--- a/clients/google-api-services-privateca/v1/2.0.0/com/google/api/services/privateca/v1/model/ListOperationsResponse.java
+++ b/clients/google-api-services-privateca/v1/2.0.0/com/google/api/services/privateca/v1/model/ListOperationsResponse.java
@@ -46,7 +46,7 @@ public final class ListOperationsResponse extends com.google.api.client.json.Gen
/**
* Unordered list. Unreachable resources. Populated when the request sets
- * `ListOperationsRequest.return_partial_success` and reads across collections e.g. when
+ * `ListOperationsRequest.return_partial_success` and reads across collections. For example, when
* attempting to list all resources across all supported locations.
* The value may be {@code null}.
*/
@@ -89,7 +89,7 @@ public ListOperationsResponse setOperations(java.util.List operations
/**
* Unordered list. Unreachable resources. Populated when the request sets
- * `ListOperationsRequest.return_partial_success` and reads across collections e.g. when
+ * `ListOperationsRequest.return_partial_success` and reads across collections. For example, when
* attempting to list all resources across all supported locations.
* @return value or {@code null} for none
*/
@@ -99,7 +99,7 @@ public java.util.List getUnreachable() {
/**
* Unordered list. Unreachable resources. Populated when the request sets
- * `ListOperationsRequest.return_partial_success` and reads across collections e.g. when
+ * `ListOperationsRequest.return_partial_success` and reads across collections. For example, when
* attempting to list all resources across all supported locations.
* @param unreachable unreachable or {@code null} for none
*/
diff --git a/clients/google-api-services-privateca/v1/2.0.0/pom.xml b/clients/google-api-services-privateca/v1/2.0.0/pom.xml
index 7a628e6f596..daefe082534 100644
--- a/clients/google-api-services-privateca/v1/2.0.0/pom.xml
+++ b/clients/google-api-services-privateca/v1/2.0.0/pom.xml
@@ -8,8 +8,8 @@
com.google.apis
google-api-services-privateca
- v1-rev20251022-2.0.0
- Certificate Authority API v1-rev20251022-2.0.0
+ v1-rev20260128-2.0.0
+ Certificate Authority API v1-rev20260128-2.0.0
jar
2011
diff --git a/clients/google-api-services-privateca/v1/README.md b/clients/google-api-services-privateca/v1/README.md
index c8dc1773869..ad5de8235ca 100644
--- a/clients/google-api-services-privateca/v1/README.md
+++ b/clients/google-api-services-privateca/v1/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/v1beta1/2.0.0/README.md b/clients/google-api-services-privateca/v1beta1/2.0.0/README.md
index 6d7eb470549..e201a3baaa0 100644
--- a/clients/google-api-services-privateca/v1beta1/2.0.0/README.md
+++ b/clients/google-api-services-privateca/v1beta1/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
- v1beta1-rev20251022-2.0.0
+ v1beta1-rev20260128-2.0.0
@@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
- implementation 'com.google.apis:google-api-services-privateca:v1beta1-rev20251022-2.0.0'
+ implementation 'com.google.apis:google-api-services-privateca:v1beta1-rev20260128-2.0.0'
}
```
diff --git a/clients/google-api-services-privateca/v1beta1/2.0.0/com/google/api/services/privateca/v1beta1/CertificateAuthorityService.java b/clients/google-api-services-privateca/v1beta1/2.0.0/com/google/api/services/privateca/v1beta1/CertificateAuthorityService.java
index 43f74dbdf7a..c1e3e9e778f 100644
--- a/clients/google-api-services-privateca/v1beta1/2.0.0/com/google/api/services/privateca/v1beta1/CertificateAuthorityService.java
+++ b/clients/google-api-services-privateca/v1beta1/2.0.0/com/google/api/services/privateca/v1beta1/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
* 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:
*
diff --git a/clients/google-api-services-privateca/v1beta1/2.0.0/com/google/api/services/privateca/v1beta1/model/ListOperationsResponse.java b/clients/google-api-services-privateca/v1beta1/2.0.0/com/google/api/services/privateca/v1beta1/model/ListOperationsResponse.java
index 7be80505e59..2da74731122 100644
--- a/clients/google-api-services-privateca/v1beta1/2.0.0/com/google/api/services/privateca/v1beta1/model/ListOperationsResponse.java
+++ b/clients/google-api-services-privateca/v1beta1/2.0.0/com/google/api/services/privateca/v1beta1/model/ListOperationsResponse.java
@@ -46,7 +46,7 @@ public final class ListOperationsResponse extends com.google.api.client.json.Gen
/**
* Unordered list. Unreachable resources. Populated when the request sets
- * `ListOperationsRequest.return_partial_success` and reads across collections e.g. when
+ * `ListOperationsRequest.return_partial_success` and reads across collections. For example, when
* attempting to list all resources across all supported locations.
* The value may be {@code null}.
*/
@@ -89,7 +89,7 @@ public ListOperationsResponse setOperations(java.util.List operations
/**
* Unordered list. Unreachable resources. Populated when the request sets
- * `ListOperationsRequest.return_partial_success` and reads across collections e.g. when
+ * `ListOperationsRequest.return_partial_success` and reads across collections. For example, when
* attempting to list all resources across all supported locations.
* @return value or {@code null} for none
*/
@@ -99,7 +99,7 @@ public java.util.List getUnreachable() {
/**
* Unordered list. Unreachable resources. Populated when the request sets
- * `ListOperationsRequest.return_partial_success` and reads across collections e.g. when
+ * `ListOperationsRequest.return_partial_success` and reads across collections. For example, when
* attempting to list all resources across all supported locations.
* @param unreachable unreachable or {@code null} for none
*/
diff --git a/clients/google-api-services-privateca/v1beta1/2.0.0/pom.xml b/clients/google-api-services-privateca/v1beta1/2.0.0/pom.xml
index 0066e1f4bc2..a4032e7b0eb 100644
--- a/clients/google-api-services-privateca/v1beta1/2.0.0/pom.xml
+++ b/clients/google-api-services-privateca/v1beta1/2.0.0/pom.xml
@@ -8,8 +8,8 @@
com.google.apis
google-api-services-privateca
- v1beta1-rev20251022-2.0.0
- Certificate Authority API v1beta1-rev20251022-2.0.0
+ v1beta1-rev20260128-2.0.0
+ Certificate Authority API v1beta1-rev20260128-2.0.0
jar
2011
diff --git a/clients/google-api-services-privateca/v1beta1/README.md b/clients/google-api-services-privateca/v1beta1/README.md
index 6d7eb470549..e201a3baaa0 100644
--- a/clients/google-api-services-privateca/v1beta1/README.md
+++ b/clients/google-api-services-privateca/v1beta1/README.md
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
com.google.apis
google-api-services-privateca
- v1beta1-rev20251022-2.0.0
+ v1beta1-rev20260128-2.0.0
@@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
- implementation 'com.google.apis:google-api-services-privateca:v1beta1-rev20251022-2.0.0'
+ implementation 'com.google.apis:google-api-services-privateca:v1beta1-rev20260128-2.0.0'
}
```