Skip to content

Commit 100df6a

Browse files
1 parent a6d9e61 commit 100df6a

File tree

9 files changed

+27
-30
lines changed

9 files changed

+27
-30
lines changed

clients/google-api-services-cloudscheduler/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-cloudscheduler</artifactId>
25-
<version>v1-rev20240917-2.0.0</version>
25+
<version>v1-rev20241113-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-cloudscheduler:v1-rev20240917-2.0.0'
38+
implementation 'com.google.apis:google-api-services-cloudscheduler:v1-rev20241113-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-cloudscheduler/v1/2.0.0/com/google/api/services/cloudscheduler/v1/CloudScheduler.java

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1741,16 +1741,14 @@ public List setPageSize(java.lang.Integer pageSize) {
17411741
/**
17421742
* A token identifying a page of results the server will return. To request the first page
17431743
* results, page_token must be empty. To request the next page of results, page_token must
1744-
* be the value of next_page_token returned from the previous call to ListJobs. It is an
1745-
* error to switch the value of filter or order_by while iterating through pages.
1744+
* be the value of next_page_token returned from the previous call to ListJobs.
17461745
*/
17471746
@com.google.api.client.util.Key
17481747
private java.lang.String pageToken;
17491748

17501749
/** A token identifying a page of results the server will return. To request the first page results,
17511750
page_token must be empty. To request the next page of results, page_token must be the value of
1752-
next_page_token returned from the previous call to ListJobs. It is an error to switch the value of
1753-
filter or order_by while iterating through pages.
1751+
next_page_token returned from the previous call to ListJobs.
17541752
*/
17551753
public java.lang.String getPageToken() {
17561754
return pageToken;
@@ -1759,8 +1757,7 @@ public java.lang.String getPageToken() {
17591757
/**
17601758
* A token identifying a page of results the server will return. To request the first page
17611759
* results, page_token must be empty. To request the next page of results, page_token must
1762-
* be the value of next_page_token returned from the previous call to ListJobs. It is an
1763-
* error to switch the value of filter or order_by while iterating through pages.
1760+
* be the value of next_page_token returned from the previous call to ListJobs.
17641761
*/
17651762
public List setPageToken(java.lang.String pageToken) {
17661763
this.pageToken = pageToken;

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

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

3939
/**
4040
* Output only. Identifies whether the user has requested cancellation of the operation.
41-
* Operations that have been cancelled successfully have Operation.error value with a
42-
* google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.
41+
* Operations that have been cancelled successfully have google.longrunning.Operation.error value
42+
* with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`.
4343
* The value may be {@code null}.
4444
*/
4545
@com.google.api.client.util.Key
@@ -99,8 +99,8 @@ public OperationMetadata setApiVersion(java.lang.String apiVersion) {
9999

100100
/**
101101
* Output only. Identifies whether the user has requested cancellation of the operation.
102-
* Operations that have been cancelled successfully have Operation.error value with a
103-
* google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.
102+
* Operations that have been cancelled successfully have google.longrunning.Operation.error value
103+
* with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`.
104104
* @return value or {@code null} for none
105105
*/
106106
public java.lang.Boolean getCancelRequested() {
@@ -109,8 +109,8 @@ public java.lang.Boolean getCancelRequested() {
109109

110110
/**
111111
* Output only. Identifies whether the user has requested cancellation of the operation.
112-
* Operations that have been cancelled successfully have Operation.error value with a
113-
* google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.
112+
* Operations that have been cancelled successfully have google.longrunning.Operation.error value
113+
* with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`.
114114
* @param cancelRequested cancelRequested or {@code null} for none
115115
*/
116116
public OperationMetadata setCancelRequested(java.lang.Boolean cancelRequested) {

clients/google-api-services-cloudscheduler/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-cloudscheduler</artifactId>
11-
<version>v1-rev20240917-2.0.0</version>
12-
<name>Cloud Scheduler API v1-rev20240917-2.0.0</name>
11+
<version>v1-rev20241113-2.0.0</version>
12+
<name>Cloud Scheduler API v1-rev20241113-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-cloudscheduler/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-cloudscheduler</artifactId>
25-
<version>v1-rev20240917-2.0.0</version>
25+
<version>v1-rev20241113-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-cloudscheduler:v1-rev20240917-2.0.0'
38+
implementation 'com.google.apis:google-api-services-cloudscheduler:v1-rev20241113-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-cloudscheduler/v1beta1/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-cloudscheduler</artifactId>
25-
<version>v1beta1-rev20240917-2.0.0</version>
25+
<version>v1beta1-rev20241113-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-cloudscheduler:v1beta1-rev20240917-2.0.0'
38+
implementation 'com.google.apis:google-api-services-cloudscheduler:v1beta1-rev20241113-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-cloudscheduler/v1beta1/2.0.0/com/google/api/services/cloudscheduler/v1beta1/model/OperationMetadata.java

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

3939
/**
4040
* Output only. Identifies whether the user has requested cancellation of the operation.
41-
* Operations that have been cancelled successfully have Operation.error value with a
42-
* google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.
41+
* Operations that have been cancelled successfully have google.longrunning.Operation.error value
42+
* with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`.
4343
* The value may be {@code null}.
4444
*/
4545
@com.google.api.client.util.Key
@@ -99,8 +99,8 @@ public OperationMetadata setApiVersion(java.lang.String apiVersion) {
9999

100100
/**
101101
* Output only. Identifies whether the user has requested cancellation of the operation.
102-
* Operations that have been cancelled successfully have Operation.error value with a
103-
* google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.
102+
* Operations that have been cancelled successfully have google.longrunning.Operation.error value
103+
* with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`.
104104
* @return value or {@code null} for none
105105
*/
106106
public java.lang.Boolean getCancelRequested() {
@@ -109,8 +109,8 @@ public java.lang.Boolean getCancelRequested() {
109109

110110
/**
111111
* Output only. Identifies whether the user has requested cancellation of the operation.
112-
* Operations that have been cancelled successfully have Operation.error value with a
113-
* google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.
112+
* Operations that have been cancelled successfully have google.longrunning.Operation.error value
113+
* with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`.
114114
* @param cancelRequested cancelRequested or {@code null} for none
115115
*/
116116
public OperationMetadata setCancelRequested(java.lang.Boolean cancelRequested) {

clients/google-api-services-cloudscheduler/v1beta1/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-cloudscheduler</artifactId>
11-
<version>v1beta1-rev20240917-2.0.0</version>
12-
<name>Cloud Scheduler API v1beta1-rev20240917-2.0.0</name>
11+
<version>v1beta1-rev20241113-2.0.0</version>
12+
<name>Cloud Scheduler API v1beta1-rev20241113-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-cloudscheduler/v1beta1/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-cloudscheduler</artifactId>
25-
<version>v1beta1-rev20240917-2.0.0</version>
25+
<version>v1beta1-rev20241113-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-cloudscheduler:v1beta1-rev20240917-2.0.0'
38+
implementation 'com.google.apis:google-api-services-cloudscheduler:v1beta1-rev20241113-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)