Skip to content

Commit 359faca

Browse files
chore: regenerate privateca client
1 parent 5ec85f7 commit 359faca

File tree

11 files changed

+105
-67
lines changed

11 files changed

+105
-67
lines changed

clients/google-api-services-privateca/v1/2.0.0/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-privateca</artifactId>
25-
<version>v1-rev20251022-2.0.0</version>
25+
<version>v1-rev20260128-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-privateca:v1-rev20251022-2.0.0'
38+
implementation 'com.google.apis:google-api-services-privateca:v1-rev20260128-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-privateca/v1/2.0.0/com/google/api/services/privateca/v1/CertificateAuthorityService.java

Lines changed: 53 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,10 @@ public Get set(String parameterName, Object value) {
312312
}
313313
}
314314
/**
315-
* Lists information about the supported locations for this service.
315+
* Lists information about the supported locations for this service. This method can be called in
316+
* two ways: * **List all public locations:** Use the path `GET /v1/locations`. * **List project-
317+
* visible locations:** Use the path `GET /v1/projects/{project_id}/locations`. This may include
318+
* public locations as well as private or other locations specifically visible to the project.
316319
*
317320
* Create a request for the method "locations.list".
318321
*
@@ -336,7 +339,10 @@ public class List extends CertificateAuthorityServiceRequest<com.google.api.serv
336339
java.util.regex.Pattern.compile("^projects/[^/]+$");
337340

338341
/**
339-
* Lists information about the supported locations for this service.
342+
* Lists information about the supported locations for this service. This method can be called in
343+
* two ways: * **List all public locations:** Use the path `GET /v1/locations`. * **List project-
344+
* visible locations:** Use the path `GET /v1/projects/{project_id}/locations`. This may include
345+
* public locations as well as private or other locations specifically visible to the project.
340346
*
341347
* Create a request for the method "locations.list".
342348
*
@@ -5467,8 +5473,13 @@ public Get set(String parameterName, Object value) {
54675473
* This request holds the parameters needed by the privateca server. After setting any optional
54685474
* parameters, call the {@link List#execute()} method to invoke the remote operation.
54695475
*
5470-
* @param parent Required. The resource name of the location associated with the Certificates, in the format
5471-
* `projects/locations/caPools`.
5476+
* @param parent Required. The resource name of the parent associated with the Certificates, in the format
5477+
* `projects/locations/caPools`. The parent resource name can be in one of two forms: 1.
5478+
* **Specific CA Pool:** To list certificates within a single CA Pool:
5479+
* `projects/locations/caPools` 2. **All CA Pools in a Location:** To list certificates
5480+
* across *all* CA Pools in a given project and location, use the wildcard character (`-`) in
5481+
* place of the CA Pool ID. Example: `projects/locations/caPools/-` See go/ccfe-nested-
5482+
* collections#aggregate-listing for more details.
54725483
* @return the request
54735484
*/
54745485
public List list(java.lang.String parent) throws java.io.IOException {
@@ -5494,8 +5505,13 @@ public class List extends CertificateAuthorityServiceRequest<com.google.api.serv
54945505
* {@link List#initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest)}
54955506
* must be called to initialize this instance immediately after invoking the constructor. </p>
54965507
*
5497-
* @param parent Required. The resource name of the location associated with the Certificates, in the format
5498-
* `projects/locations/caPools`.
5508+
* @param parent Required. The resource name of the parent associated with the Certificates, in the format
5509+
* `projects/locations/caPools`. The parent resource name can be in one of two forms: 1.
5510+
* **Specific CA Pool:** To list certificates within a single CA Pool:
5511+
* `projects/locations/caPools` 2. **All CA Pools in a Location:** To list certificates
5512+
* across *all* CA Pools in a given project and location, use the wildcard character (`-`) in
5513+
* place of the CA Pool ID. Example: `projects/locations/caPools/-` See go/ccfe-nested-
5514+
* collections#aggregate-listing for more details.
54995515
* @since 1.13
55005516
*/
55015517
protected List(java.lang.String parent) {
@@ -5574,22 +5590,36 @@ public List setUploadProtocol(java.lang.String uploadProtocol) {
55745590
}
55755591

55765592
/**
5577-
* Required. The resource name of the location associated with the Certificates, in the
5578-
* format `projects/locations/caPools`.
5593+
* Required. The resource name of the parent associated with the Certificates, in the
5594+
* format `projects/locations/caPools`. The parent resource name can be in one of two
5595+
* forms: 1. **Specific CA Pool:** To list certificates within a single CA Pool:
5596+
* `projects/locations/caPools` 2. **All CA Pools in a Location:** To list certificates
5597+
* across *all* CA Pools in a given project and location, use the wildcard character
5598+
* (`-`) in place of the CA Pool ID. Example: `projects/locations/caPools/-` See
5599+
* go/ccfe-nested-collections#aggregate-listing for more details.
55795600
*/
55805601
@com.google.api.client.util.Key
55815602
private java.lang.String parent;
55825603

5583-
/** Required. The resource name of the location associated with the Certificates, in the format
5584-
`projects/locations/caPools`.
5604+
/** Required. The resource name of the parent associated with the Certificates, in the format
5605+
`projects/locations/caPools`. The parent resource name can be in one of two forms: 1. **Specific CA
5606+
Pool:** To list certificates within a single CA Pool: `projects/locations/caPools` 2. **All CA
5607+
Pools in a Location:** To list certificates across *all* CA Pools in a given project and location,
5608+
use the wildcard character (`-`) in place of the CA Pool ID. Example:
5609+
`projects/locations/caPools/-` See go/ccfe-nested-collections#aggregate-listing for more details.
55855610
*/
55865611
public java.lang.String getParent() {
55875612
return parent;
55885613
}
55895614

55905615
/**
5591-
* Required. The resource name of the location associated with the Certificates, in the
5592-
* format `projects/locations/caPools`.
5616+
* Required. The resource name of the parent associated with the Certificates, in the
5617+
* format `projects/locations/caPools`. The parent resource name can be in one of two
5618+
* forms: 1. **Specific CA Pool:** To list certificates within a single CA Pool:
5619+
* `projects/locations/caPools` 2. **All CA Pools in a Location:** To list certificates
5620+
* across *all* CA Pools in a given project and location, use the wildcard character
5621+
* (`-`) in place of the CA Pool ID. Example: `projects/locations/caPools/-` See
5622+
* go/ccfe-nested-collections#aggregate-listing for more details.
55935623
*/
55945624
public List setParent(java.lang.String parent) {
55955625
if (!getSuppressPatternChecks()) {
@@ -8148,30 +8178,31 @@ public List setPageToken(java.lang.String pageToken) {
81488178

81498179
/**
81508180
* When set to `true`, operations that are reachable are returned as normal, and those
8151-
* that are unreachable are returned in the [ListOperationsResponse.unreachable] field.
8152-
* This can only be `true` when reading across collections e.g. when `parent` is set to
8153-
* `"projects/example/locations/-"`. This field is not by default supported and will
8181+
* that are unreachable are returned in the ListOperationsResponse.unreachable field. This
8182+
* can only be `true` when reading across collections. For example, when `parent` is set
8183+
* to `"projects/example/locations/-"`. This field is not supported by default and will
81548184
* result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in
81558185
* service or product specific documentation.
81568186
*/
81578187
@com.google.api.client.util.Key
81588188
private java.lang.Boolean returnPartialSuccess;
81598189

81608190
/** When set to `true`, operations that are reachable are returned as normal, and those that are
8161-
unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true`
8162-
when reading across collections e.g. when `parent` is set to `"projects/example/locations/-"`. This
8163-
field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless
8164-
explicitly documented otherwise in service or product specific documentation.
8191+
unreachable are returned in the ListOperationsResponse.unreachable field. This can only be `true`
8192+
when reading across collections. For example, when `parent` is set to
8193+
`"projects/example/locations/-"`. This field is not supported by default and will result in an
8194+
`UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific
8195+
documentation.
81658196
*/
81668197
public java.lang.Boolean getReturnPartialSuccess() {
81678198
return returnPartialSuccess;
81688199
}
81698200

81708201
/**
81718202
* When set to `true`, operations that are reachable are returned as normal, and those
8172-
* that are unreachable are returned in the [ListOperationsResponse.unreachable] field.
8173-
* This can only be `true` when reading across collections e.g. when `parent` is set to
8174-
* `"projects/example/locations/-"`. This field is not by default supported and will
8203+
* that are unreachable are returned in the ListOperationsResponse.unreachable field. This
8204+
* can only be `true` when reading across collections. For example, when `parent` is set
8205+
* to `"projects/example/locations/-"`. This field is not supported by default and will
81758206
* result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in
81768207
* service or product specific documentation.
81778208
*/

clients/google-api-services-privateca/v1/2.0.0/com/google/api/services/privateca/v1/model/IssuancePolicy.java

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,11 @@ public final class IssuancePolicy extends com.google.api.client.json.GenericJson
5353
}
5454

5555
/**
56-
* Optional. The duration to backdate all certificates issued from this CaPool. If not set, the
57-
* certificates will be issued with a not_before_time of the issuance time (i.e. the current
58-
* time). If set, the certificates will be issued with a not_before_time of the issuance time
59-
* minus the backdate_duration. The not_after_time will be adjusted to preserve the requested
60-
* lifetime. The backdate_duration must be less than or equal to 48 hours.
56+
* Optional. If set, all certificates issued from this CaPool will be backdated by this duration.
57+
* The 'not_before_time' will be the issuance time minus this backdate_duration, and the
58+
* 'not_after_time' will be adjusted to preserve the requested lifetime. The maximum duration that
59+
* a certificate can be backdated with these options is 48 hours in the past. This option cannot
60+
* be set if allow_requester_specified_not_before_time is set.
6161
* The value may be {@code null}.
6262
*/
6363
@com.google.api.client.util.Key
@@ -144,23 +144,23 @@ public IssuancePolicy setAllowedKeyTypes(java.util.List<AllowedKeyType> allowedK
144144
}
145145

146146
/**
147-
* Optional. The duration to backdate all certificates issued from this CaPool. If not set, the
148-
* certificates will be issued with a not_before_time of the issuance time (i.e. the current
149-
* time). If set, the certificates will be issued with a not_before_time of the issuance time
150-
* minus the backdate_duration. The not_after_time will be adjusted to preserve the requested
151-
* lifetime. The backdate_duration must be less than or equal to 48 hours.
147+
* Optional. If set, all certificates issued from this CaPool will be backdated by this duration.
148+
* The 'not_before_time' will be the issuance time minus this backdate_duration, and the
149+
* 'not_after_time' will be adjusted to preserve the requested lifetime. The maximum duration that
150+
* a certificate can be backdated with these options is 48 hours in the past. This option cannot
151+
* be set if allow_requester_specified_not_before_time is set.
152152
* @return value or {@code null} for none
153153
*/
154154
public String getBackdateDuration() {
155155
return backdateDuration;
156156
}
157157

158158
/**
159-
* Optional. The duration to backdate all certificates issued from this CaPool. If not set, the
160-
* certificates will be issued with a not_before_time of the issuance time (i.e. the current
161-
* time). If set, the certificates will be issued with a not_before_time of the issuance time
162-
* minus the backdate_duration. The not_after_time will be adjusted to preserve the requested
163-
* lifetime. The backdate_duration must be less than or equal to 48 hours.
159+
* Optional. If set, all certificates issued from this CaPool will be backdated by this duration.
160+
* The 'not_before_time' will be the issuance time minus this backdate_duration, and the
161+
* 'not_after_time' will be adjusted to preserve the requested lifetime. The maximum duration that
162+
* a certificate can be backdated with these options is 48 hours in the past. This option cannot
163+
* be set if allow_requester_specified_not_before_time is set.
164164
* @param backdateDuration backdateDuration or {@code null} for none
165165
*/
166166
public IssuancePolicy setBackdateDuration(String backdateDuration) {

clients/google-api-services-privateca/v1/2.0.0/com/google/api/services/privateca/v1/model/ListOperationsResponse.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public final class ListOperationsResponse extends com.google.api.client.json.Gen
4646

4747
/**
4848
* Unordered list. Unreachable resources. Populated when the request sets
49-
* `ListOperationsRequest.return_partial_success` and reads across collections e.g. when
49+
* `ListOperationsRequest.return_partial_success` and reads across collections. For example, when
5050
* attempting to list all resources across all supported locations.
5151
* The value may be {@code null}.
5252
*/
@@ -89,7 +89,7 @@ public ListOperationsResponse setOperations(java.util.List<Operation> operations
8989

9090
/**
9191
* Unordered list. Unreachable resources. Populated when the request sets
92-
* `ListOperationsRequest.return_partial_success` and reads across collections e.g. when
92+
* `ListOperationsRequest.return_partial_success` and reads across collections. For example, when
9393
* attempting to list all resources across all supported locations.
9494
* @return value or {@code null} for none
9595
*/
@@ -99,7 +99,7 @@ public java.util.List<java.lang.String> getUnreachable() {
9999

100100
/**
101101
* Unordered list. Unreachable resources. Populated when the request sets
102-
* `ListOperationsRequest.return_partial_success` and reads across collections e.g. when
102+
* `ListOperationsRequest.return_partial_success` and reads across collections. For example, when
103103
* attempting to list all resources across all supported locations.
104104
* @param unreachable unreachable or {@code null} for none
105105
*/

clients/google-api-services-privateca/v1/2.0.0/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
<groupId>com.google.apis</groupId>
1010
<artifactId>google-api-services-privateca</artifactId>
11-
<version>v1-rev20251022-2.0.0</version>
12-
<name>Certificate Authority API v1-rev20251022-2.0.0</name>
11+
<version>v1-rev20260128-2.0.0</version>
12+
<name>Certificate Authority API v1-rev20260128-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-privateca/v1/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-privateca</artifactId>
25-
<version>v1-rev20251022-2.0.0</version>
25+
<version>v1-rev20260128-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-privateca:v1-rev20251022-2.0.0'
38+
implementation 'com.google.apis:google-api-services-privateca:v1-rev20260128-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-privateca/v1beta1/2.0.0/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-privateca</artifactId>
25-
<version>v1beta1-rev20251022-2.0.0</version>
25+
<version>v1beta1-rev20260128-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-privateca:v1beta1-rev20251022-2.0.0'
38+
implementation 'com.google.apis:google-api-services-privateca:v1beta1-rev20260128-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)