Skip to content

Commit 252cd32

Browse files
chore: regenerate privateca client
1 parent 5ec85f7 commit 252cd32

File tree

11 files changed

+89
-63
lines changed

11 files changed

+89
-63
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-rev20260121-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-rev20260121-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: 45 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -5467,8 +5467,13 @@ public Get set(String parameterName, Object value) {
54675467
* This request holds the parameters needed by the privateca server. After setting any optional
54685468
* parameters, call the {@link List#execute()} method to invoke the remote operation.
54695469
*
5470-
* @param parent Required. The resource name of the location associated with the Certificates, in the format
5471-
* `projects/locations/caPools`.
5470+
* @param parent Required. The resource name of the parent associated with the Certificates, in the format
5471+
* `projects/locations/caPools`. The parent resource name can be in one of two forms: 1.
5472+
* **Specific CA Pool:** To list certificates within a single CA Pool:
5473+
* `projects/locations/caPools` 2. **All CA Pools in a Location:** To list certificates
5474+
* across *all* CA Pools in a given project and location, use the wildcard character (`-`) in
5475+
* place of the CA Pool ID. Example: `projects/locations/caPools/-` See go/ccfe-nested-
5476+
* collections#aggregate-listing for more details.
54725477
* @return the request
54735478
*/
54745479
public List list(java.lang.String parent) throws java.io.IOException {
@@ -5494,8 +5499,13 @@ public class List extends CertificateAuthorityServiceRequest<com.google.api.serv
54945499
* {@link List#initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest)}
54955500
* must be called to initialize this instance immediately after invoking the constructor. </p>
54965501
*
5497-
* @param parent Required. The resource name of the location associated with the Certificates, in the format
5498-
* `projects/locations/caPools`.
5502+
* @param parent Required. The resource name of the parent associated with the Certificates, in the format
5503+
* `projects/locations/caPools`. The parent resource name can be in one of two forms: 1.
5504+
* **Specific CA Pool:** To list certificates within a single CA Pool:
5505+
* `projects/locations/caPools` 2. **All CA Pools in a Location:** To list certificates
5506+
* across *all* CA Pools in a given project and location, use the wildcard character (`-`) in
5507+
* place of the CA Pool ID. Example: `projects/locations/caPools/-` See go/ccfe-nested-
5508+
* collections#aggregate-listing for more details.
54995509
* @since 1.13
55005510
*/
55015511
protected List(java.lang.String parent) {
@@ -5574,22 +5584,36 @@ public List setUploadProtocol(java.lang.String uploadProtocol) {
55745584
}
55755585

55765586
/**
5577-
* Required. The resource name of the location associated with the Certificates, in the
5578-
* format `projects/locations/caPools`.
5587+
* Required. The resource name of the parent associated with the Certificates, in the
5588+
* format `projects/locations/caPools`. The parent resource name can be in one of two
5589+
* forms: 1. **Specific CA Pool:** To list certificates within a single CA Pool:
5590+
* `projects/locations/caPools` 2. **All CA Pools in a Location:** To list certificates
5591+
* across *all* CA Pools in a given project and location, use the wildcard character
5592+
* (`-`) in place of the CA Pool ID. Example: `projects/locations/caPools/-` See
5593+
* go/ccfe-nested-collections#aggregate-listing for more details.
55795594
*/
55805595
@com.google.api.client.util.Key
55815596
private java.lang.String parent;
55825597

5583-
/** Required. The resource name of the location associated with the Certificates, in the format
5584-
`projects/locations/caPools`.
5598+
/** Required. The resource name of the parent associated with the Certificates, in the format
5599+
`projects/locations/caPools`. The parent resource name can be in one of two forms: 1. **Specific CA
5600+
Pool:** To list certificates within a single CA Pool: `projects/locations/caPools` 2. **All CA
5601+
Pools in a Location:** To list certificates across *all* CA Pools in a given project and location,
5602+
use the wildcard character (`-`) in place of the CA Pool ID. Example:
5603+
`projects/locations/caPools/-` See go/ccfe-nested-collections#aggregate-listing for more details.
55855604
*/
55865605
public java.lang.String getParent() {
55875606
return parent;
55885607
}
55895608

55905609
/**
5591-
* Required. The resource name of the location associated with the Certificates, in the
5592-
* format `projects/locations/caPools`.
5610+
* Required. The resource name of the parent associated with the Certificates, in the
5611+
* format `projects/locations/caPools`. The parent resource name can be in one of two
5612+
* forms: 1. **Specific CA Pool:** To list certificates within a single CA Pool:
5613+
* `projects/locations/caPools` 2. **All CA Pools in a Location:** To list certificates
5614+
* across *all* CA Pools in a given project and location, use the wildcard character
5615+
* (`-`) in place of the CA Pool ID. Example: `projects/locations/caPools/-` See
5616+
* go/ccfe-nested-collections#aggregate-listing for more details.
55935617
*/
55945618
public List setParent(java.lang.String parent) {
55955619
if (!getSuppressPatternChecks()) {
@@ -8148,30 +8172,31 @@ public List setPageToken(java.lang.String pageToken) {
81488172

81498173
/**
81508174
* 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
8175+
* that are unreachable are returned in the ListOperationsResponse.unreachable field. This
8176+
* can only be `true` when reading across collections. For example, when `parent` is set
8177+
* to `"projects/example/locations/-"`. This field is not supported by default and will
81548178
* result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in
81558179
* service or product specific documentation.
81568180
*/
81578181
@com.google.api.client.util.Key
81588182
private java.lang.Boolean returnPartialSuccess;
81598183

81608184
/** 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.
8185+
unreachable are returned in the ListOperationsResponse.unreachable field. This can only be `true`
8186+
when reading across collections. For example, when `parent` is set to
8187+
`"projects/example/locations/-"`. This field is not supported by default and will result in an
8188+
`UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific
8189+
documentation.
81658190
*/
81668191
public java.lang.Boolean getReturnPartialSuccess() {
81678192
return returnPartialSuccess;
81688193
}
81698194

81708195
/**
81718196
* 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
8197+
* that are unreachable are returned in the ListOperationsResponse.unreachable field. This
8198+
* can only be `true` when reading across collections. For example, when `parent` is set
8199+
* to `"projects/example/locations/-"`. This field is not supported by default and will
81758200
* result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in
81768201
* service or product specific documentation.
81778202
*/

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-rev20260121-2.0.0</version>
12+
<name>Certificate Authority API v1-rev20260121-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-rev20260121-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-rev20260121-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-rev20251229-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-rev20251229-2.0.0'
3939
}
4040
```
4141

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

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2194,30 +2194,31 @@ public List setPageToken(java.lang.String pageToken) {
21942194

21952195
/**
21962196
* When set to `true`, operations that are reachable are returned as normal, and those
2197-
* that are unreachable are returned in the [ListOperationsResponse.unreachable] field.
2198-
* This can only be `true` when reading across collections e.g. when `parent` is set to
2199-
* `"projects/example/locations/-"`. This field is not by default supported and will
2197+
* that are unreachable are returned in the ListOperationsResponse.unreachable field. This
2198+
* can only be `true` when reading across collections. For example, when `parent` is set
2199+
* to `"projects/example/locations/-"`. This field is not supported by default and will
22002200
* result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in
22012201
* service or product specific documentation.
22022202
*/
22032203
@com.google.api.client.util.Key
22042204
private java.lang.Boolean returnPartialSuccess;
22052205

22062206
/** When set to `true`, operations that are reachable are returned as normal, and those that are
2207-
unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true`
2208-
when reading across collections e.g. when `parent` is set to `"projects/example/locations/-"`. This
2209-
field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless
2210-
explicitly documented otherwise in service or product specific documentation.
2207+
unreachable are returned in the ListOperationsResponse.unreachable field. This can only be `true`
2208+
when reading across collections. For example, when `parent` is set to
2209+
`"projects/example/locations/-"`. This field is not supported by default and will result in an
2210+
`UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific
2211+
documentation.
22112212
*/
22122213
public java.lang.Boolean getReturnPartialSuccess() {
22132214
return returnPartialSuccess;
22142215
}
22152216

22162217
/**
22172218
* When set to `true`, operations that are reachable are returned as normal, and those
2218-
* that are unreachable are returned in the [ListOperationsResponse.unreachable] field.
2219-
* This can only be `true` when reading across collections e.g. when `parent` is set to
2220-
* `"projects/example/locations/-"`. This field is not by default supported and will
2219+
* that are unreachable are returned in the ListOperationsResponse.unreachable field. This
2220+
* can only be `true` when reading across collections. For example, when `parent` is set
2221+
* to `"projects/example/locations/-"`. This field is not supported by default and will
22212222
* result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in
22222223
* service or product specific documentation.
22232224
*/

clients/google-api-services-privateca/v1beta1/2.0.0/com/google/api/services/privateca/v1beta1/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
*/

0 commit comments

Comments
 (0)