Skip to content

Commit a6a1ee4

Browse files
1 parent f01fb73 commit a6a1ee4

File tree

13 files changed

+58
-64
lines changed

13 files changed

+58
-64
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-rev20241106-2.0.0</version>
25+
<version>v1-rev20241204-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-rev20241106-2.0.0'
38+
implementation 'com.google.apis:google-api-services-privateca:v1-rev20241204-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: 29 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1648,8 +1648,7 @@ 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. Identifier. The resource name for this CaPool in the format
1652-
* `projects/locations/caPools`.
1651+
* @param name Identifier. The resource name for this CaPool in the format `projects/locations/caPools`.
16531652
* @param content the {@link com.google.api.services.privateca.v1.model.CaPool}
16541653
* @return the request
16551654
*/
@@ -1677,8 +1676,7 @@ public class Patch extends CertificateAuthorityServiceRequest<com.google.api.ser
16771676
* Patch#initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest)} must
16781677
* be called to initialize this instance immediately after invoking the constructor. </p>
16791678
*
1680-
* @param name Output only. Identifier. The resource name for this CaPool in the format
1681-
* `projects/locations/caPools`.
1679+
* @param name Identifier. The resource name for this CaPool in the format `projects/locations/caPools`.
16821680
* @param content the {@link com.google.api.services.privateca.v1.model.CaPool}
16831681
* @since 1.13
16841682
*/
@@ -1748,21 +1746,20 @@ public Patch setUploadProtocol(java.lang.String uploadProtocol) {
17481746
}
17491747

17501748
/**
1751-
* Output only. Identifier. The resource name for this CaPool in the format
1749+
* Identifier. The resource name for this CaPool in the format
17521750
* `projects/locations/caPools`.
17531751
*/
17541752
@com.google.api.client.util.Key
17551753
private java.lang.String name;
17561754

1757-
/** Output only. Identifier. The resource name for this CaPool in the format
1758-
`projects/locations/caPools`.
1755+
/** Identifier. The resource name for this CaPool in the format `projects/locations/caPools`.
17591756
*/
17601757
public java.lang.String getName() {
17611758
return name;
17621759
}
17631760

17641761
/**
1765-
* Output only. Identifier. The resource name for this CaPool in the format
1762+
* Identifier. The resource name for this CaPool in the format
17661763
* `projects/locations/caPools`.
17671764
*/
17681765
public Patch setName(java.lang.String name) {
@@ -3577,7 +3574,7 @@ public List set(String parameterName, Object value) {
35773574
* This request holds the parameters needed by the privateca server. After setting any optional
35783575
* parameters, call the {@link Patch#execute()} method to invoke the remote operation.
35793576
*
3580-
* @param name Output only. Identifier. The resource name for this CertificateAuthority in the format
3577+
* @param name Identifier. The resource name for this CertificateAuthority in the format
35813578
* `projects/locations/caPools/certificateAuthorities`.
35823579
* @param content the {@link com.google.api.services.privateca.v1.model.CertificateAuthority}
35833580
* @return the request
@@ -3606,7 +3603,7 @@ public class Patch extends CertificateAuthorityServiceRequest<com.google.api.ser
36063603
* Patch#initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest)} must
36073604
* be called to initialize this instance immediately after invoking the constructor. </p>
36083605
*
3609-
* @param name Output only. Identifier. The resource name for this CertificateAuthority in the format
3606+
* @param name Identifier. The resource name for this CertificateAuthority in the format
36103607
* `projects/locations/caPools/certificateAuthorities`.
36113608
* @param content the {@link com.google.api.services.privateca.v1.model.CertificateAuthority}
36123609
* @since 1.13
@@ -3677,22 +3674,22 @@ public Patch setUploadProtocol(java.lang.String uploadProtocol) {
36773674
}
36783675

36793676
/**
3680-
* Output only. Identifier. The resource name for this CertificateAuthority in the
3681-
* format `projects/locations/caPools/certificateAuthorities`.
3677+
* Identifier. The resource name for this CertificateAuthority in the format
3678+
* `projects/locations/caPools/certificateAuthorities`.
36823679
*/
36833680
@com.google.api.client.util.Key
36843681
private java.lang.String name;
36853682

3686-
/** Output only. Identifier. The resource name for this CertificateAuthority in the format
3683+
/** Identifier. The resource name for this CertificateAuthority in the format
36873684
`projects/locations/caPools/certificateAuthorities`.
36883685
*/
36893686
public java.lang.String getName() {
36903687
return name;
36913688
}
36923689

36933690
/**
3694-
* Output only. Identifier. The resource name for this CertificateAuthority in the
3695-
* format `projects/locations/caPools/certificateAuthorities`.
3691+
* Identifier. The resource name for this CertificateAuthority in the format
3692+
* `projects/locations/caPools/certificateAuthorities`.
36963693
*/
36973694
public Patch setName(java.lang.String name) {
36983695
if (!getSuppressPatternChecks()) {
@@ -4508,7 +4505,7 @@ public List set(String parameterName, Object value) {
45084505
* This request holds the parameters needed by the privateca server. After setting any optional
45094506
* parameters, call the {@link Patch#execute()} method to invoke the remote operation.
45104507
*
4511-
* @param name Output only. The resource name for this CertificateRevocationList in the format
4508+
* @param name Identifier. The resource name for this CertificateRevocationList in the format
45124509
* `projects/locations/caPoolscertificateAuthorities/ certificateRevocationLists`.
45134510
* @param content the {@link com.google.api.services.privateca.v1.model.CertificateRevocationList}
45144511
* @return the request
@@ -4537,7 +4534,7 @@ public class Patch extends CertificateAuthorityServiceRequest<com.google.api.ser
45374534
* Patch#initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest)} must
45384535
* be called to initialize this instance immediately after invoking the constructor. </p>
45394536
*
4540-
* @param name Output only. The resource name for this CertificateRevocationList in the format
4537+
* @param name Identifier. The resource name for this CertificateRevocationList in the format
45414538
* `projects/locations/caPoolscertificateAuthorities/ certificateRevocationLists`.
45424539
* @param content the {@link com.google.api.services.privateca.v1.model.CertificateRevocationList}
45434540
* @since 1.13
@@ -4608,21 +4605,21 @@ public Patch setUploadProtocol(java.lang.String uploadProtocol) {
46084605
}
46094606

46104607
/**
4611-
* Output only. The resource name for this CertificateRevocationList in the format
4608+
* Identifier. The resource name for this CertificateRevocationList in the format
46124609
* `projects/locations/caPoolscertificateAuthorities/ certificateRevocationLists`.
46134610
*/
46144611
@com.google.api.client.util.Key
46154612
private java.lang.String name;
46164613

4617-
/** Output only. The resource name for this CertificateRevocationList in the format
4614+
/** Identifier. The resource name for this CertificateRevocationList in the format
46184615
`projects/locations/caPoolscertificateAuthorities/ certificateRevocationLists`.
46194616
*/
46204617
public java.lang.String getName() {
46214618
return name;
46224619
}
46234620

46244621
/**
4625-
* Output only. The resource name for this CertificateRevocationList in the format
4622+
* Identifier. The resource name for this CertificateRevocationList in the format
46264623
* `projects/locations/caPoolscertificateAuthorities/ certificateRevocationLists`.
46274624
*/
46284625
public Patch setName(java.lang.String name) {
@@ -5701,7 +5698,7 @@ public List set(String parameterName, Object value) {
57015698
* This request holds the parameters needed by the privateca server. After setting any optional
57025699
* parameters, call the {@link Patch#execute()} method to invoke the remote operation.
57035700
*
5704-
* @param name Output only. The resource name for this Certificate in the format
5701+
* @param name Identifier. The resource name for this Certificate in the format
57055702
* `projects/locations/caPools/certificates`.
57065703
* @param content the {@link com.google.api.services.privateca.v1.model.Certificate}
57075704
* @return the request
@@ -5730,7 +5727,7 @@ public class Patch extends CertificateAuthorityServiceRequest<com.google.api.ser
57305727
* Patch#initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest)} must
57315728
* be called to initialize this instance immediately after invoking the constructor. </p>
57325729
*
5733-
* @param name Output only. The resource name for this Certificate in the format
5730+
* @param name Identifier. The resource name for this Certificate in the format
57345731
* `projects/locations/caPools/certificates`.
57355732
* @param content the {@link com.google.api.services.privateca.v1.model.Certificate}
57365733
* @since 1.13
@@ -5801,21 +5798,21 @@ public Patch setUploadProtocol(java.lang.String uploadProtocol) {
58015798
}
58025799

58035800
/**
5804-
* Output only. The resource name for this Certificate in the format
5801+
* Identifier. The resource name for this Certificate in the format
58055802
* `projects/locations/caPools/certificates`.
58065803
*/
58075804
@com.google.api.client.util.Key
58085805
private java.lang.String name;
58095806

5810-
/** Output only. The resource name for this Certificate in the format
5807+
/** Identifier. The resource name for this Certificate in the format
58115808
`projects/locations/caPools/certificates`.
58125809
*/
58135810
public java.lang.String getName() {
58145811
return name;
58155812
}
58165813

58175814
/**
5818-
* Output only. The resource name for this Certificate in the format
5815+
* Identifier. The resource name for this Certificate in the format
58195816
* `projects/locations/caPools/certificates`.
58205817
*/
58215818
public Patch setName(java.lang.String name) {
@@ -7016,7 +7013,7 @@ public List set(String parameterName, Object value) {
70167013
* This request holds the parameters needed by the privateca server. After setting any optional
70177014
* parameters, call the {@link Patch#execute()} method to invoke the remote operation.
70187015
*
7019-
* @param name Output only. The resource name for this CertificateTemplate in the format
7016+
* @param name Identifier. The resource name for this CertificateTemplate in the format
70207017
* `projects/locations/certificateTemplates`.
70217018
* @param content the {@link com.google.api.services.privateca.v1.model.CertificateTemplate}
70227019
* @return the request
@@ -7045,7 +7042,7 @@ public class Patch extends CertificateAuthorityServiceRequest<com.google.api.ser
70457042
* Patch#initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest)} must
70467043
* be called to initialize this instance immediately after invoking the constructor. </p>
70477044
*
7048-
* @param name Output only. The resource name for this CertificateTemplate in the format
7045+
* @param name Identifier. The resource name for this CertificateTemplate in the format
70497046
* `projects/locations/certificateTemplates`.
70507047
* @param content the {@link com.google.api.services.privateca.v1.model.CertificateTemplate}
70517048
* @since 1.13
@@ -7116,21 +7113,21 @@ public Patch setUploadProtocol(java.lang.String uploadProtocol) {
71167113
}
71177114

71187115
/**
7119-
* Output only. The resource name for this CertificateTemplate in the format
7116+
* Identifier. The resource name for this CertificateTemplate in the format
71207117
* `projects/locations/certificateTemplates`.
71217118
*/
71227119
@com.google.api.client.util.Key
71237120
private java.lang.String name;
71247121

7125-
/** Output only. The resource name for this CertificateTemplate in the format
7122+
/** Identifier. The resource name for this CertificateTemplate in the format
71267123
`projects/locations/certificateTemplates`.
71277124
*/
71287125
public java.lang.String getName() {
71297126
return name;
71307127
}
71317128

71327129
/**
7133-
* Output only. The resource name for this CertificateTemplate in the format
7130+
* Identifier. The resource name for this CertificateTemplate in the format
71347131
* `projects/locations/certificateTemplates`.
71357132
*/
71367133
public Patch setName(java.lang.String name) {
@@ -7533,7 +7530,7 @@ public class Operations {
75337530
* it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other
75347531
* methods to check whether the cancellation succeeded or whether the operation completed despite
75357532
* cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an
7536-
* operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to
7533+
* operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to
75377534
* `Code.CANCELLED`.
75387535
*
75397536
* Create a request for the method "operations.cancel".
@@ -7564,7 +7561,7 @@ public class Cancel extends CertificateAuthorityServiceRequest<com.google.api.se
75647561
* it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other
75657562
* methods to check whether the cancellation succeeded or whether the operation completed despite
75667563
* cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an
7567-
* operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to
7564+
* operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to
75687565
* `Code.CANCELLED`.
75697566
*
75707567
* Create a request for the method "operations.cancel".

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

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,7 @@ 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. Identifier. The resource name for this CaPool in the format
51-
* `projects/locations/caPools`.
50+
* Identifier. The resource name for this CaPool in the format `projects/locations/caPools`.
5251
* The value may be {@code null}.
5352
*/
5453
@com.google.api.client.util.Key
@@ -104,17 +103,15 @@ public CaPool setLabels(java.util.Map<String, java.lang.String> labels) {
104103
}
105104

106105
/**
107-
* Output only. Identifier. The resource name for this CaPool in the format
108-
* `projects/locations/caPools`.
106+
* Identifier. The resource name for this CaPool in the format `projects/locations/caPools`.
109107
* @return value or {@code null} for none
110108
*/
111109
public java.lang.String getName() {
112110
return name;
113111
}
114112

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

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ public final class Certificate extends com.google.api.client.json.GenericJson {
8787
private String lifetime;
8888

8989
/**
90-
* Output only. The resource name for this Certificate in the format
90+
* Identifier. The resource name for this Certificate in the format
9191
* `projects/locations/caPools/certificates`.
9292
* The value may be {@code null}.
9393
*/
@@ -273,7 +273,7 @@ public Certificate setLifetime(String lifetime) {
273273
}
274274

275275
/**
276-
* Output only. The resource name for this Certificate in the format
276+
* Identifier. The resource name for this Certificate in the format
277277
* `projects/locations/caPools/certificates`.
278278
* @return value or {@code null} for none
279279
*/
@@ -282,7 +282,7 @@ public java.lang.String getName() {
282282
}
283283

284284
/**
285-
* Output only. The resource name for this Certificate in the format
285+
* Identifier. The resource name for this Certificate in the format
286286
* `projects/locations/caPools/certificates`.
287287
* @param name name or {@code null} for none
288288
*/

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. Identifier. The resource name for this CertificateAuthority in the format
116+
* 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. Identifier. The resource name for this CertificateAuthority in the format
377+
* 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. Identifier. The resource name for this CertificateAuthority in the format
386+
* 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/com/google/api/services/privateca/v1/model/CertificateRevocationList.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ public final class CertificateRevocationList extends com.google.api.client.json.
5353
private java.util.Map<String, java.lang.String> labels;
5454

5555
/**
56-
* Output only. The resource name for this CertificateRevocationList in the format
56+
* Identifier. The resource name for this CertificateRevocationList in the format
5757
* `projects/locations/caPoolscertificateAuthorities/ certificateRevocationLists`.
5858
* The value may be {@code null}.
5959
*/
@@ -155,7 +155,7 @@ public CertificateRevocationList setLabels(java.util.Map<String, java.lang.Strin
155155
}
156156

157157
/**
158-
* Output only. The resource name for this CertificateRevocationList in the format
158+
* Identifier. The resource name for this CertificateRevocationList in the format
159159
* `projects/locations/caPoolscertificateAuthorities/ certificateRevocationLists`.
160160
* @return value or {@code null} for none
161161
*/
@@ -164,7 +164,7 @@ public java.lang.String getName() {
164164
}
165165

166166
/**
167-
* Output only. The resource name for this CertificateRevocationList in the format
167+
* Identifier. The resource name for this CertificateRevocationList in the format
168168
* `projects/locations/caPoolscertificateAuthorities/ certificateRevocationLists`.
169169
* @param name name or {@code null} for none
170170
*/

0 commit comments

Comments
 (0)