Skip to content

Commit f80656f

Browse files
1 parent 2251a6e commit f80656f

File tree

5 files changed

+20
-14
lines changed

5 files changed

+20
-14
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-rev20240819-2.0.0</version>
25+
<version>v1-rev20240918-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-rev20240819-2.0.0'
38+
implementation 'com.google.apis:google-api-services-privateca:v1-rev20240918-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: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1648,7 +1648,8 @@ public List set(String parameterName, Object value) {
16481648
* This request holds the parameters needed by the privateca server. After setting any optional
16491649
* parameters, call the {@link Patch#execute()} method to invoke the remote operation.
16501650
*
1651-
* @param name Output only. The resource name for this CaPool in the format `projects/locations/caPools`.
1651+
* @param name Output only. Identifier. The resource name for this CaPool in the format
1652+
* `projects/locations/caPools`.
16521653
* @param content the {@link com.google.api.services.privateca.v1.model.CaPool}
16531654
* @return the request
16541655
*/
@@ -1676,7 +1677,8 @@ public class Patch extends CertificateAuthorityServiceRequest<com.google.api.ser
16761677
* Patch#initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest)} must
16771678
* be called to initialize this instance immediately after invoking the constructor. </p>
16781679
*
1679-
* @param name Output only. The resource name for this CaPool in the format `projects/locations/caPools`.
1680+
* @param name Output only. Identifier. The resource name for this CaPool in the format
1681+
* `projects/locations/caPools`.
16801682
* @param content the {@link com.google.api.services.privateca.v1.model.CaPool}
16811683
* @since 1.13
16821684
*/
@@ -1746,20 +1748,21 @@ public Patch setUploadProtocol(java.lang.String uploadProtocol) {
17461748
}
17471749

17481750
/**
1749-
* Output only. The resource name for this CaPool in the format
1751+
* Output only. Identifier. The resource name for this CaPool in the format
17501752
* `projects/locations/caPools`.
17511753
*/
17521754
@com.google.api.client.util.Key
17531755
private java.lang.String name;
17541756

1755-
/** Output only. The resource name for this CaPool in the format `projects/locations/caPools`.
1757+
/** Output only. Identifier. The resource name for this CaPool in the format
1758+
`projects/locations/caPools`.
17561759
*/
17571760
public java.lang.String getName() {
17581761
return name;
17591762
}
17601763

17611764
/**
1762-
* Output only. The resource name for this CaPool in the format
1765+
* Output only. Identifier. The resource name for this CaPool in the format
17631766
* `projects/locations/caPools`.
17641767
*/
17651768
public Patch setName(java.lang.String name) {

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

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@ public final class CaPool extends com.google.api.client.json.GenericJson {
4747
private java.util.Map<String, java.lang.String> labels;
4848

4949
/**
50-
* Output only. The resource name for this CaPool in the format `projects/locations/caPools`.
50+
* Output only. Identifier. The resource name for this CaPool in the format
51+
* `projects/locations/caPools`.
5152
* The value may be {@code null}.
5253
*/
5354
@com.google.api.client.util.Key
@@ -103,15 +104,17 @@ public CaPool setLabels(java.util.Map<String, java.lang.String> labels) {
103104
}
104105

105106
/**
106-
* Output only. The resource name for this CaPool in the format `projects/locations/caPools`.
107+
* Output only. Identifier. The resource name for this CaPool in the format
108+
* `projects/locations/caPools`.
107109
* @return value or {@code null} for none
108110
*/
109111
public java.lang.String getName() {
110112
return name;
111113
}
112114

113115
/**
114-
* Output only. The resource name for this CaPool in the format `projects/locations/caPools`.
116+
* Output only. Identifier. The resource name for this CaPool in the format
117+
* `projects/locations/caPools`.
115118
* @param name name or {@code null} for none
116119
*/
117120
public CaPool setName(java.lang.String name) {

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

0 commit comments

Comments
 (0)