Skip to content

Commit 7c95e21

Browse files
1 parent bd695c8 commit 7c95e21

File tree

5 files changed

+16
-16
lines changed

5 files changed

+16
-16
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-rev20240918-2.0.0</version>
25+
<version>v1-rev20241002-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-rev20240918-2.0.0'
38+
implementation 'com.google.apis:google-api-services-privateca:v1-rev20241002-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: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3577,7 +3577,7 @@ public List set(String parameterName, Object value) {
35773577
* This request holds the parameters needed by the privateca server. After setting any optional
35783578
* parameters, call the {@link Patch#execute()} method to invoke the remote operation.
35793579
*
3580-
* @param name Output only. The resource name for this CertificateAuthority in the format
3580+
* @param name Output only. Identifier. The resource name for this CertificateAuthority in the format
35813581
* `projects/locations/caPools/certificateAuthorities`.
35823582
* @param content the {@link com.google.api.services.privateca.v1.model.CertificateAuthority}
35833583
* @return the request
@@ -3606,7 +3606,7 @@ public class Patch extends CertificateAuthorityServiceRequest<com.google.api.ser
36063606
* Patch#initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest)} must
36073607
* be called to initialize this instance immediately after invoking the constructor. </p>
36083608
*
3609-
* @param name Output only. The resource name for this CertificateAuthority in the format
3609+
* @param name Output only. Identifier. The resource name for this CertificateAuthority in the format
36103610
* `projects/locations/caPools/certificateAuthorities`.
36113611
* @param content the {@link com.google.api.services.privateca.v1.model.CertificateAuthority}
36123612
* @since 1.13
@@ -3677,22 +3677,22 @@ public Patch setUploadProtocol(java.lang.String uploadProtocol) {
36773677
}
36783678

36793679
/**
3680-
* Output only. The resource name for this CertificateAuthority in the format
3681-
* `projects/locations/caPools/certificateAuthorities`.
3680+
* Output only. Identifier. The resource name for this CertificateAuthority in the
3681+
* format `projects/locations/caPools/certificateAuthorities`.
36823682
*/
36833683
@com.google.api.client.util.Key
36843684
private java.lang.String name;
36853685

3686-
/** Output only. The resource name for this CertificateAuthority in the format
3686+
/** Output only. Identifier. The resource name for this CertificateAuthority in the format
36873687
`projects/locations/caPools/certificateAuthorities`.
36883688
*/
36893689
public java.lang.String getName() {
36903690
return name;
36913691
}
36923692

36933693
/**
3694-
* Output only. The resource name for this CertificateAuthority in the format
3695-
* `projects/locations/caPools/certificateAuthorities`.
3694+
* Output only. Identifier. The resource name for this CertificateAuthority in the
3695+
* format `projects/locations/caPools/certificateAuthorities`.
36963696
*/
36973697
public Patch setName(java.lang.String name) {
36983698
if (!getSuppressPatternChecks()) {

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ public final class CertificateAuthority extends com.google.api.client.json.Gener
113113
private String lifetime;
114114

115115
/**
116-
* Output only. The resource name for this CertificateAuthority in the format
116+
* Output only. Identifier. The resource name for this CertificateAuthority in the format
117117
* `projects/locations/caPools/certificateAuthorities`.
118118
* The value may be {@code null}.
119119
*/
@@ -374,7 +374,7 @@ public CertificateAuthority setLifetime(String lifetime) {
374374
}
375375

376376
/**
377-
* Output only. The resource name for this CertificateAuthority in the format
377+
* Output only. Identifier. The resource name for this CertificateAuthority in the format
378378
* `projects/locations/caPools/certificateAuthorities`.
379379
* @return value or {@code null} for none
380380
*/
@@ -383,7 +383,7 @@ public java.lang.String getName() {
383383
}
384384

385385
/**
386-
* Output only. The resource name for this CertificateAuthority in the format
386+
* Output only. Identifier. The resource name for this CertificateAuthority in the format
387387
* `projects/locations/caPools/certificateAuthorities`.
388388
* @param name name or {@code null} for none
389389
*/

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

0 commit comments

Comments
 (0)