Skip to content

Commit 41fc928

Browse files
1 parent ad4d48d commit 41fc928

File tree

5 files changed

+24
-21
lines changed

5 files changed

+24
-21
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-rev20250120-2.0.0</version>
25+
<version>v1-rev20250205-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-rev20250120-2.0.0'
38+
implementation 'com.google.apis:google-api-services-privateca:v1-rev20250205-2.0.0'
3939
}
4040
```
4141

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

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -182,9 +182,8 @@ public final class CertificateAuthority extends com.google.api.client.json.Gener
182182
private String updateTime;
183183

184184
/**
185-
* Optional. User-defined URLs for accessing content published by this CertificateAuthority,
186-
* including the CA certificate and the PEM-encoded CRLs. The service does not publish content to
187-
* these URLs. It is up to the user to mirror content to these URLs.
185+
* Optional. User-defined URLs for CA certificate and CRLs. The service does not publish content
186+
* to these URLs. It is up to the user to mirror content to these URLs.
188187
* The value may be {@code null}.
189188
*/
190189
@com.google.api.client.util.Key
@@ -548,19 +547,17 @@ public CertificateAuthority setUpdateTime(String updateTime) {
548547
}
549548

550549
/**
551-
* Optional. User-defined URLs for accessing content published by this CertificateAuthority,
552-
* including the CA certificate and the PEM-encoded CRLs. The service does not publish content to
553-
* these URLs. It is up to the user to mirror content to these URLs.
550+
* Optional. User-defined URLs for CA certificate and CRLs. The service does not publish content
551+
* to these URLs. It is up to the user to mirror content to these URLs.
554552
* @return value or {@code null} for none
555553
*/
556554
public UserDefinedAccessUrls getUserDefinedAccessUrls() {
557555
return userDefinedAccessUrls;
558556
}
559557

560558
/**
561-
* Optional. User-defined URLs for accessing content published by this CertificateAuthority,
562-
* including the CA certificate and the PEM-encoded CRLs. The service does not publish content to
563-
* these URLs. It is up to the user to mirror content to these URLs.
559+
* Optional. User-defined URLs for CA certificate and CRLs. The service does not publish content
560+
* to these URLs. It is up to the user to mirror content to these URLs.
564561
* @param userDefinedAccessUrls userDefinedAccessUrls or {@code null} for none
565562
*/
566563
public CertificateAuthority setUserDefinedAccessUrls(UserDefinedAccessUrls userDefinedAccessUrls) {

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

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,23 +32,26 @@ public final class UserDefinedAccessUrls extends com.google.api.client.json.Gene
3232

3333
/**
3434
* Optional. A list of URLs where the issuer CA certificate may be downloaded, which appears in
35-
* the "Authority Information Access" extension in the certificate.
35+
* the "Authority Information Access" extension in the certificate. If specified, the default GCS
36+
* URLs will be omitted.
3637
* The value may be {@code null}.
3738
*/
3839
@com.google.api.client.util.Key
3940
private java.util.List<java.lang.String> aiaIssuingCertificateUrls;
4041

4142
/**
4243
* Optional. A list of URLs where to obtain CRL information, i.e. the DistributionPoint.fullName
43-
* described by https://tools.ietf.org/html/rfc5280#section-4.2.1.13
44+
* described by https://tools.ietf.org/html/rfc5280#section-4.2.1.13. If specified, the default
45+
* GCS URLs will be omitted.
4446
* The value may be {@code null}.
4547
*/
4648
@com.google.api.client.util.Key
4749
private java.util.List<java.lang.String> crlAccessUrls;
4850

4951
/**
5052
* Optional. A list of URLs where the issuer CA certificate may be downloaded, which appears in
51-
* the "Authority Information Access" extension in the certificate.
53+
* the "Authority Information Access" extension in the certificate. If specified, the default GCS
54+
* URLs will be omitted.
5255
* @return value or {@code null} for none
5356
*/
5457
public java.util.List<java.lang.String> getAiaIssuingCertificateUrls() {
@@ -57,7 +60,8 @@ public java.util.List<java.lang.String> getAiaIssuingCertificateUrls() {
5760

5861
/**
5962
* Optional. A list of URLs where the issuer CA certificate may be downloaded, which appears in
60-
* the "Authority Information Access" extension in the certificate.
63+
* the "Authority Information Access" extension in the certificate. If specified, the default GCS
64+
* URLs will be omitted.
6165
* @param aiaIssuingCertificateUrls aiaIssuingCertificateUrls or {@code null} for none
6266
*/
6367
public UserDefinedAccessUrls setAiaIssuingCertificateUrls(java.util.List<java.lang.String> aiaIssuingCertificateUrls) {
@@ -67,7 +71,8 @@ public UserDefinedAccessUrls setAiaIssuingCertificateUrls(java.util.List<java.la
6771

6872
/**
6973
* Optional. A list of URLs where to obtain CRL information, i.e. the DistributionPoint.fullName
70-
* described by https://tools.ietf.org/html/rfc5280#section-4.2.1.13
74+
* described by https://tools.ietf.org/html/rfc5280#section-4.2.1.13. If specified, the default
75+
* GCS URLs will be omitted.
7176
* @return value or {@code null} for none
7277
*/
7378
public java.util.List<java.lang.String> getCrlAccessUrls() {
@@ -76,7 +81,8 @@ public java.util.List<java.lang.String> getCrlAccessUrls() {
7681

7782
/**
7883
* Optional. A list of URLs where to obtain CRL information, i.e. the DistributionPoint.fullName
79-
* described by https://tools.ietf.org/html/rfc5280#section-4.2.1.13
84+
* described by https://tools.ietf.org/html/rfc5280#section-4.2.1.13. If specified, the default
85+
* GCS URLs will be omitted.
8086
* @param crlAccessUrls crlAccessUrls or {@code null} for none
8187
*/
8288
public UserDefinedAccessUrls setCrlAccessUrls(java.util.List<java.lang.String> crlAccessUrls) {

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-rev20250120-2.0.0</version>
12-
<name>Certificate Authority API v1-rev20250120-2.0.0</name>
11+
<version>v1-rev20250205-2.0.0</version>
12+
<name>Certificate Authority API v1-rev20250205-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-rev20250120-2.0.0</version>
25+
<version>v1-rev20250205-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-rev20250120-2.0.0'
38+
implementation 'com.google.apis:google-api-services-privateca:v1-rev20250205-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)