Skip to content

Commit 79ad276

Browse files
1 parent 939f9d4 commit 79ad276

File tree

10 files changed

+33
-33
lines changed

10 files changed

+33
-33
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-rev20241002-2.0.0</version>
25+
<version>v1-rev20241106-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-rev20241002-2.0.0'
38+
implementation 'com.google.apis:google-api-services-privateca:v1-rev20241106-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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5160,15 +5160,15 @@ public Create setParent(java.lang.String parent) {
51605160
/**
51615161
* Optional. It must be unique within a location and match the regular expression
51625162
* `[a-zA-Z0-9_-]{1,63}`. This field is required when using a CertificateAuthority in
5163-
* the Enterprise CertificateAuthority.Tier, but is optional and its value is ignored
5163+
* the Enterprise CertificateAuthority.tier, but is optional and its value is ignored
51645164
* otherwise.
51655165
*/
51665166
@com.google.api.client.util.Key
51675167
private java.lang.String certificateId;
51685168

51695169
/** Optional. It must be unique within a location and match the regular expression
51705170
`[a-zA-Z0-9_-]{1,63}`. This field is required when using a CertificateAuthority in the Enterprise
5171-
CertificateAuthority.Tier, but is optional and its value is ignored otherwise.
5171+
CertificateAuthority.tier, but is optional and its value is ignored otherwise.
51725172
*/
51735173
public java.lang.String getCertificateId() {
51745174
return certificateId;
@@ -5177,7 +5177,7 @@ public java.lang.String getCertificateId() {
51775177
/**
51785178
* Optional. It must be unique within a location and match the regular expression
51795179
* `[a-zA-Z0-9_-]{1,63}`. This field is required when using a CertificateAuthority in
5180-
* the Enterprise CertificateAuthority.Tier, but is optional and its value is ignored
5180+
* the Enterprise CertificateAuthority.tier, but is optional and its value is ignored
51815181
* otherwise.
51825182
*/
51835183
public Create setCertificateId(java.lang.String certificateId) {

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public final class ListCaPoolsResponse extends com.google.api.client.json.Generi
4545

4646
/**
4747
* A token to retrieve next page of results. Pass this value in
48-
* ListCertificateAuthoritiesRequest.next_page_token to retrieve the next page of results.
48+
* ListCertificateAuthoritiesRequest.page_token to retrieve the next page of results.
4949
* The value may be {@code null}.
5050
*/
5151
@com.google.api.client.util.Key
@@ -77,7 +77,7 @@ public ListCaPoolsResponse setCaPools(java.util.List<CaPool> caPools) {
7777

7878
/**
7979
* A token to retrieve next page of results. Pass this value in
80-
* ListCertificateAuthoritiesRequest.next_page_token to retrieve the next page of results.
80+
* ListCertificateAuthoritiesRequest.page_token to retrieve the next page of results.
8181
* @return value or {@code null} for none
8282
*/
8383
public java.lang.String getNextPageToken() {
@@ -86,7 +86,7 @@ public java.lang.String getNextPageToken() {
8686

8787
/**
8888
* A token to retrieve next page of results. Pass this value in
89-
* ListCertificateAuthoritiesRequest.next_page_token to retrieve the next page of results.
89+
* ListCertificateAuthoritiesRequest.page_token to retrieve the next page of results.
9090
* @param nextPageToken nextPageToken or {@code null} for none
9191
*/
9292
public ListCaPoolsResponse setNextPageToken(java.lang.String nextPageToken) {

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public final class ListCertificateAuthoritiesResponse extends com.google.api.cli
4545

4646
/**
4747
* A token to retrieve next page of results. Pass this value in
48-
* ListCertificateAuthoritiesRequest.next_page_token to retrieve the next page of results.
48+
* ListCertificateAuthoritiesRequest.page_token to retrieve the next page of results.
4949
* The value may be {@code null}.
5050
*/
5151
@com.google.api.client.util.Key
@@ -77,7 +77,7 @@ public ListCertificateAuthoritiesResponse setCertificateAuthorities(java.util.Li
7777

7878
/**
7979
* A token to retrieve next page of results. Pass this value in
80-
* ListCertificateAuthoritiesRequest.next_page_token to retrieve the next page of results.
80+
* ListCertificateAuthoritiesRequest.page_token to retrieve the next page of results.
8181
* @return value or {@code null} for none
8282
*/
8383
public java.lang.String getNextPageToken() {
@@ -86,7 +86,7 @@ public java.lang.String getNextPageToken() {
8686

8787
/**
8888
* A token to retrieve next page of results. Pass this value in
89-
* ListCertificateAuthoritiesRequest.next_page_token to retrieve the next page of results.
89+
* ListCertificateAuthoritiesRequest.page_token to retrieve the next page of results.
9090
* @param nextPageToken nextPageToken or {@code null} for none
9191
*/
9292
public ListCertificateAuthoritiesResponse setNextPageToken(java.lang.String nextPageToken) {

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public final class ListCertificateRevocationListsResponse extends com.google.api
4545

4646
/**
4747
* A token to retrieve next page of results. Pass this value in
48-
* ListCertificateRevocationListsRequest.next_page_token to retrieve the next page of results.
48+
* ListCertificateRevocationListsRequest.page_token to retrieve the next page of results.
4949
* The value may be {@code null}.
5050
*/
5151
@com.google.api.client.util.Key
@@ -77,7 +77,7 @@ public ListCertificateRevocationListsResponse setCertificateRevocationLists(java
7777

7878
/**
7979
* A token to retrieve next page of results. Pass this value in
80-
* ListCertificateRevocationListsRequest.next_page_token to retrieve the next page of results.
80+
* ListCertificateRevocationListsRequest.page_token to retrieve the next page of results.
8181
* @return value or {@code null} for none
8282
*/
8383
public java.lang.String getNextPageToken() {
@@ -86,7 +86,7 @@ public java.lang.String getNextPageToken() {
8686

8787
/**
8888
* A token to retrieve next page of results. Pass this value in
89-
* ListCertificateRevocationListsRequest.next_page_token to retrieve the next page of results.
89+
* ListCertificateRevocationListsRequest.page_token to retrieve the next page of results.
9090
* @param nextPageToken nextPageToken or {@code null} for none
9191
*/
9292
public ListCertificateRevocationListsResponse setNextPageToken(java.lang.String nextPageToken) {

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public final class ListCertificateTemplatesResponse extends com.google.api.clien
4545

4646
/**
4747
* A token to retrieve next page of results. Pass this value in
48-
* ListCertificateTemplatesRequest.next_page_token to retrieve the next page of results.
48+
* ListCertificateTemplatesRequest.page_token to retrieve the next page of results.
4949
* The value may be {@code null}.
5050
*/
5151
@com.google.api.client.util.Key
@@ -77,7 +77,7 @@ public ListCertificateTemplatesResponse setCertificateTemplates(java.util.List<C
7777

7878
/**
7979
* A token to retrieve next page of results. Pass this value in
80-
* ListCertificateTemplatesRequest.next_page_token to retrieve the next page of results.
80+
* ListCertificateTemplatesRequest.page_token to retrieve the next page of results.
8181
* @return value or {@code null} for none
8282
*/
8383
public java.lang.String getNextPageToken() {
@@ -86,7 +86,7 @@ public java.lang.String getNextPageToken() {
8686

8787
/**
8888
* A token to retrieve next page of results. Pass this value in
89-
* ListCertificateTemplatesRequest.next_page_token to retrieve the next page of results.
89+
* ListCertificateTemplatesRequest.page_token to retrieve the next page of results.
9090
* @param nextPageToken nextPageToken or {@code null} for none
9191
*/
9292
public ListCertificateTemplatesResponse setNextPageToken(java.lang.String nextPageToken) {

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ public final class ListCertificatesResponse extends com.google.api.client.json.G
4444
}
4545

4646
/**
47-
* A token to retrieve next page of results. Pass this value in
48-
* ListCertificatesRequest.next_page_token to retrieve the next page of results.
47+
* A token to retrieve next page of results. Pass this value in ListCertificatesRequest.page_token
48+
* to retrieve the next page of results.
4949
* The value may be {@code null}.
5050
*/
5151
@com.google.api.client.util.Key
@@ -76,17 +76,17 @@ public ListCertificatesResponse setCertificates(java.util.List<Certificate> cert
7676
}
7777

7878
/**
79-
* A token to retrieve next page of results. Pass this value in
80-
* ListCertificatesRequest.next_page_token to retrieve the next page of results.
79+
* A token to retrieve next page of results. Pass this value in ListCertificatesRequest.page_token
80+
* to retrieve the next page of results.
8181
* @return value or {@code null} for none
8282
*/
8383
public java.lang.String getNextPageToken() {
8484
return nextPageToken;
8585
}
8686

8787
/**
88-
* A token to retrieve next page of results. Pass this value in
89-
* ListCertificatesRequest.next_page_token to retrieve the next page of results.
88+
* A token to retrieve next page of results. Pass this value in ListCertificatesRequest.page_token
89+
* to retrieve the next page of results.
9090
* @param nextPageToken nextPageToken or {@code null} for none
9191
*/
9292
public ListCertificatesResponse setNextPageToken(java.lang.String nextPageToken) {

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ public final class OperationMetadata extends com.google.api.client.json.GenericJ
5353

5454
/**
5555
* Output only. Identifies whether the user has requested cancellation of the operation.
56-
* Operations that have successfully been cancelled have Operation.error value with a
57-
* google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.
56+
* Operations that have successfully been cancelled have google.longrunning.Operation.error value
57+
* with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.
5858
* The value may be {@code null}.
5959
*/
6060
@com.google.api.client.util.Key
@@ -134,8 +134,8 @@ public OperationMetadata setEndTime(String endTime) {
134134

135135
/**
136136
* Output only. Identifies whether the user has requested cancellation of the operation.
137-
* Operations that have successfully been cancelled have Operation.error value with a
138-
* google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.
137+
* Operations that have successfully been cancelled have google.longrunning.Operation.error value
138+
* with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.
139139
* @return value or {@code null} for none
140140
*/
141141
public java.lang.Boolean getRequestedCancellation() {
@@ -144,8 +144,8 @@ public java.lang.Boolean getRequestedCancellation() {
144144

145145
/**
146146
* Output only. Identifies whether the user has requested cancellation of the operation.
147-
* Operations that have successfully been cancelled have Operation.error value with a
148-
* google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.
147+
* Operations that have successfully been cancelled have google.longrunning.Operation.error value
148+
* with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.
149149
* @param requestedCancellation requestedCancellation or {@code null} for none
150150
*/
151151
public OperationMetadata setRequestedCancellation(java.lang.Boolean requestedCancellation) {

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

0 commit comments

Comments
 (0)