Skip to content

Commit ade0a94

Browse files
1 parent 22eb06a commit ade0a94

File tree

4 files changed

+15
-15
lines changed

4 files changed

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

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

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ 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. If specified, the default GCS
36-
* URLs will be omitted.
35+
* the "Authority Information Access" extension in the certificate. If specified, the default
36+
* Cloud Storage URLs will be omitted.
3737
* The value may be {@code null}.
3838
*/
3939
@com.google.api.client.util.Key
@@ -42,16 +42,16 @@ public final class UserDefinedAccessUrls extends com.google.api.client.json.Gene
4242
/**
4343
* Optional. A list of URLs where to obtain CRL information, i.e. the DistributionPoint.fullName
4444
* described by https://tools.ietf.org/html/rfc5280#section-4.2.1.13. If specified, the default
45-
* GCS URLs will be omitted.
45+
* Cloud Storage URLs will be omitted.
4646
* The value may be {@code null}.
4747
*/
4848
@com.google.api.client.util.Key
4949
private java.util.List<java.lang.String> crlAccessUrls;
5050

5151
/**
5252
* Optional. A list of URLs where the issuer CA certificate may be downloaded, which appears in
53-
* the "Authority Information Access" extension in the certificate. If specified, the default GCS
54-
* URLs will be omitted.
53+
* the "Authority Information Access" extension in the certificate. If specified, the default
54+
* Cloud Storage URLs will be omitted.
5555
* @return value or {@code null} for none
5656
*/
5757
public java.util.List<java.lang.String> getAiaIssuingCertificateUrls() {
@@ -60,8 +60,8 @@ public java.util.List<java.lang.String> getAiaIssuingCertificateUrls() {
6060

6161
/**
6262
* Optional. A list of URLs where the issuer CA certificate may be downloaded, which appears in
63-
* the "Authority Information Access" extension in the certificate. If specified, the default GCS
64-
* URLs will be omitted.
63+
* the "Authority Information Access" extension in the certificate. If specified, the default
64+
* Cloud Storage URLs will be omitted.
6565
* @param aiaIssuingCertificateUrls aiaIssuingCertificateUrls or {@code null} for none
6666
*/
6767
public UserDefinedAccessUrls setAiaIssuingCertificateUrls(java.util.List<java.lang.String> aiaIssuingCertificateUrls) {
@@ -72,7 +72,7 @@ public UserDefinedAccessUrls setAiaIssuingCertificateUrls(java.util.List<java.la
7272
/**
7373
* Optional. A list of URLs where to obtain CRL information, i.e. the DistributionPoint.fullName
7474
* described by https://tools.ietf.org/html/rfc5280#section-4.2.1.13. If specified, the default
75-
* GCS URLs will be omitted.
75+
* Cloud Storage URLs will be omitted.
7676
* @return value or {@code null} for none
7777
*/
7878
public java.util.List<java.lang.String> getCrlAccessUrls() {
@@ -82,7 +82,7 @@ public java.util.List<java.lang.String> getCrlAccessUrls() {
8282
/**
8383
* Optional. A list of URLs where to obtain CRL information, i.e. the DistributionPoint.fullName
8484
* described by https://tools.ietf.org/html/rfc5280#section-4.2.1.13. If specified, the default
85-
* GCS URLs will be omitted.
85+
* Cloud Storage URLs will be omitted.
8686
* @param crlAccessUrls crlAccessUrls or {@code null} for none
8787
*/
8888
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-rev20250219-2.0.0</version>
12-
<name>Certificate Authority API v1-rev20250219-2.0.0</name>
11+
<version>v1-rev20250226-2.0.0</version>
12+
<name>Certificate Authority API v1-rev20250226-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-rev20250219-2.0.0</version>
25+
<version>v1-rev20250226-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-rev20250219-2.0.0'
38+
implementation 'com.google.apis:google-api-services-privateca:v1-rev20250226-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)