Skip to content

Commit fca9667

Browse files
1 parent 4263b09 commit fca9667

File tree

8 files changed

+30
-18
lines changed

8 files changed

+30
-18
lines changed

clients/google-api-services-cloudsupport/v2/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-cloudsupport</artifactId>
25-
<version>v2-rev20240403-2.0.0</version>
25+
<version>v2-rev20241212-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-cloudsupport:v2-rev20240403-2.0.0'
38+
implementation 'com.google.apis:google-api-services-cloudsupport:v2-rev20241212-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-cloudsupport/v2/2.0.0/com/google/api/services/cloudsupport/v2/CloudSupport.java

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1823,21 +1823,27 @@ public List setParent(java.lang.String parent) {
18231823

18241824
/**
18251825
* The maximum number of attachments fetched with each request. If not provided, the default
1826-
* is 10. The maximum page size that will be returned is 100.
1826+
* is 10. The maximum page size that will be returned is 100. The size of each page can be
1827+
* smaller than the requested page size and can include zero. For example, you could request
1828+
* 100 attachments on one page, receive 0, and then on the next page, receive 90.
18271829
*/
18281830
@com.google.api.client.util.Key
18291831
private java.lang.Integer pageSize;
18301832

18311833
/** The maximum number of attachments fetched with each request. If not provided, the default is 10.
1832-
The maximum page size that will be returned is 100.
1834+
The maximum page size that will be returned is 100. The size of each page can be smaller than the
1835+
requested page size and can include zero. For example, you could request 100 attachments on one
1836+
page, receive 0, and then on the next page, receive 90.
18331837
*/
18341838
public java.lang.Integer getPageSize() {
18351839
return pageSize;
18361840
}
18371841

18381842
/**
18391843
* The maximum number of attachments fetched with each request. If not provided, the default
1840-
* is 10. The maximum page size that will be returned is 100.
1844+
* is 10. The maximum page size that will be returned is 100. The size of each page can be
1845+
* smaller than the requested page size and can include zero. For example, you could request
1846+
* 100 attachments on one page, receive 0, and then on the next page, receive 90.
18411847
*/
18421848
public List setPageSize(java.lang.Integer pageSize) {
18431849
this.pageSize = pageSize;

clients/google-api-services-cloudsupport/v2/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-cloudsupport</artifactId>
11-
<version>v2-rev20240403-2.0.0</version>
12-
<name>Google Cloud Support API v2-rev20240403-2.0.0</name>
11+
<version>v2-rev20241212-2.0.0</version>
12+
<name>Google Cloud Support API v2-rev20241212-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-cloudsupport/v2/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-cloudsupport</artifactId>
25-
<version>v2-rev20240403-2.0.0</version>
25+
<version>v2-rev20241212-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-cloudsupport:v2-rev20240403-2.0.0'
38+
implementation 'com.google.apis:google-api-services-cloudsupport:v2-rev20241212-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-cloudsupport/v2beta/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-cloudsupport</artifactId>
25-
<version>v2beta-rev20240429-2.0.0</version>
25+
<version>v2beta-rev20241212-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-cloudsupport:v2beta-rev20240429-2.0.0'
38+
implementation 'com.google.apis:google-api-services-cloudsupport:v2beta-rev20241212-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-cloudsupport/v2beta/2.0.0/com/google/api/services/cloudsupport/v2beta/CloudSupport.java

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2051,21 +2051,27 @@ public List setParent(java.lang.String parent) {
20512051

20522052
/**
20532053
* The maximum number of attachments fetched with each request. If not provided, the default
2054-
* is 10. The maximum page size that will be returned is 100.
2054+
* is 10. The maximum page size that will be returned is 100. The size of each page can be
2055+
* smaller than the requested page size and can include zero. For example, you could request
2056+
* 100 attachments on one page, receive 0, and then on the next page, receive 90.
20552057
*/
20562058
@com.google.api.client.util.Key
20572059
private java.lang.Integer pageSize;
20582060

20592061
/** The maximum number of attachments fetched with each request. If not provided, the default is 10.
2060-
The maximum page size that will be returned is 100.
2062+
The maximum page size that will be returned is 100. The size of each page can be smaller than the
2063+
requested page size and can include zero. For example, you could request 100 attachments on one
2064+
page, receive 0, and then on the next page, receive 90.
20612065
*/
20622066
public java.lang.Integer getPageSize() {
20632067
return pageSize;
20642068
}
20652069

20662070
/**
20672071
* The maximum number of attachments fetched with each request. If not provided, the default
2068-
* is 10. The maximum page size that will be returned is 100.
2072+
* is 10. The maximum page size that will be returned is 100. The size of each page can be
2073+
* smaller than the requested page size and can include zero. For example, you could request
2074+
* 100 attachments on one page, receive 0, and then on the next page, receive 90.
20692075
*/
20702076
public List setPageSize(java.lang.Integer pageSize) {
20712077
this.pageSize = pageSize;

clients/google-api-services-cloudsupport/v2beta/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-cloudsupport</artifactId>
11-
<version>v2beta-rev20240429-2.0.0</version>
12-
<name>Google Cloud Support API v2beta-rev20240429-2.0.0</name>
11+
<version>v2beta-rev20241212-2.0.0</version>
12+
<name>Google Cloud Support API v2beta-rev20241212-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-cloudsupport/v2beta/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-cloudsupport</artifactId>
25-
<version>v2beta-rev20240429-2.0.0</version>
25+
<version>v2beta-rev20241212-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-cloudsupport:v2beta-rev20240429-2.0.0'
38+
implementation 'com.google.apis:google-api-services-cloudsupport:v2beta-rev20241212-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)