Skip to content

Commit 3da6a8b

Browse files
1 parent d00e53c commit 3da6a8b

File tree

4 files changed

+54
-6
lines changed

4 files changed

+54
-6
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-rev20240410-2.0.0</version>
25+
<version>v1-rev20240424-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-rev20240410-2.0.0'
38+
implementation 'com.google.apis:google-api-services-privateca:v1-rev20240424-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: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,20 @@ public final class CertificateAuthority extends com.google.api.client.json.Gener
130130
@com.google.api.client.util.Key
131131
private java.util.List<java.lang.String> pemCaCertificates;
132132

133+
/**
134+
* Output only. Reserved for future use.
135+
* The value may be {@code null}.
136+
*/
137+
@com.google.api.client.util.Key
138+
private java.lang.Boolean satisfiesPzi;
139+
140+
/**
141+
* Output only. Reserved for future use.
142+
* The value may be {@code null}.
143+
*/
144+
@com.google.api.client.util.Key
145+
private java.lang.Boolean satisfiesPzs;
146+
133147
/**
134148
* Output only. The State for this CertificateAuthority.
135149
* The value may be {@code null}.
@@ -401,6 +415,40 @@ public CertificateAuthority setPemCaCertificates(java.util.List<java.lang.String
401415
return this;
402416
}
403417

418+
/**
419+
* Output only. Reserved for future use.
420+
* @return value or {@code null} for none
421+
*/
422+
public java.lang.Boolean getSatisfiesPzi() {
423+
return satisfiesPzi;
424+
}
425+
426+
/**
427+
* Output only. Reserved for future use.
428+
* @param satisfiesPzi satisfiesPzi or {@code null} for none
429+
*/
430+
public CertificateAuthority setSatisfiesPzi(java.lang.Boolean satisfiesPzi) {
431+
this.satisfiesPzi = satisfiesPzi;
432+
return this;
433+
}
434+
435+
/**
436+
* Output only. Reserved for future use.
437+
* @return value or {@code null} for none
438+
*/
439+
public java.lang.Boolean getSatisfiesPzs() {
440+
return satisfiesPzs;
441+
}
442+
443+
/**
444+
* Output only. Reserved for future use.
445+
* @param satisfiesPzs satisfiesPzs or {@code null} for none
446+
*/
447+
public CertificateAuthority setSatisfiesPzs(java.lang.Boolean satisfiesPzs) {
448+
this.satisfiesPzs = satisfiesPzs;
449+
return this;
450+
}
451+
404452
/**
405453
* Output only. The State for this CertificateAuthority.
406454
* @return value or {@code null} for none

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

0 commit comments

Comments
 (0)