Skip to content

Commit 0c595c7

Browse files
1 parent 621f035 commit 0c595c7

File tree

12 files changed

+33
-27
lines changed

12 files changed

+33
-27
lines changed

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

clients/google-api-services-cloudfunctions/v2/2.0.0/com/google/api/services/cloudfunctions/v2/CloudFunctions.java

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1950,21 +1950,23 @@ public List setFilter(java.lang.String filter) {
19501950

19511951
/**
19521952
* The sorting order of the resources returned. Value should be a comma separated list of
1953-
* fields. The default sorting oder is ascending. See https://google.aip.dev/132#ordering.
1953+
* fields. The default sorting order is ascending. See
1954+
* https://google.aip.dev/132#ordering.
19541955
*/
19551956
@com.google.api.client.util.Key
19561957
private java.lang.String orderBy;
19571958

19581959
/** The sorting order of the resources returned. Value should be a comma separated list of fields. The
1959-
default sorting oder is ascending. See https://google.aip.dev/132#ordering.
1960+
default sorting order is ascending. See https://google.aip.dev/132#ordering.
19601961
*/
19611962
public java.lang.String getOrderBy() {
19621963
return orderBy;
19631964
}
19641965

19651966
/**
19661967
* The sorting order of the resources returned. Value should be a comma separated list of
1967-
* fields. The default sorting oder is ascending. See https://google.aip.dev/132#ordering.
1968+
* fields. The default sorting order is ascending. See
1969+
* https://google.aip.dev/132#ordering.
19681970
*/
19691971
public List setOrderBy(java.lang.String orderBy) {
19701972
this.orderBy = orderBy;

clients/google-api-services-cloudfunctions/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-cloudfunctions</artifactId>
11-
<version>v2-rev20250124-2.0.0</version>
12-
<name>Cloud Functions API v2-rev20250124-2.0.0</name>
11+
<version>v2-rev20250130-2.0.0</version>
12+
<name>Cloud Functions API v2-rev20250130-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

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

clients/google-api-services-cloudfunctions/v2alpha/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-cloudfunctions</artifactId>
25-
<version>v2alpha-rev20250124-2.0.0</version>
25+
<version>v2alpha-rev20250130-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-cloudfunctions:v2alpha-rev20250124-2.0.0'
38+
implementation 'com.google.apis:google-api-services-cloudfunctions:v2alpha-rev20250130-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-cloudfunctions/v2alpha/2.0.0/com/google/api/services/cloudfunctions/v2alpha/CloudFunctions.java

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1950,21 +1950,23 @@ public List setFilter(java.lang.String filter) {
19501950

19511951
/**
19521952
* The sorting order of the resources returned. Value should be a comma separated list of
1953-
* fields. The default sorting oder is ascending. See https://google.aip.dev/132#ordering.
1953+
* fields. The default sorting order is ascending. See
1954+
* https://google.aip.dev/132#ordering.
19541955
*/
19551956
@com.google.api.client.util.Key
19561957
private java.lang.String orderBy;
19571958

19581959
/** The sorting order of the resources returned. Value should be a comma separated list of fields. The
1959-
default sorting oder is ascending. See https://google.aip.dev/132#ordering.
1960+
default sorting order is ascending. See https://google.aip.dev/132#ordering.
19601961
*/
19611962
public java.lang.String getOrderBy() {
19621963
return orderBy;
19631964
}
19641965

19651966
/**
19661967
* The sorting order of the resources returned. Value should be a comma separated list of
1967-
* fields. The default sorting oder is ascending. See https://google.aip.dev/132#ordering.
1968+
* fields. The default sorting order is ascending. See
1969+
* https://google.aip.dev/132#ordering.
19681970
*/
19691971
public List setOrderBy(java.lang.String orderBy) {
19701972
this.orderBy = orderBy;

clients/google-api-services-cloudfunctions/v2alpha/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-cloudfunctions</artifactId>
11-
<version>v2alpha-rev20250124-2.0.0</version>
12-
<name>Cloud Functions API v2alpha-rev20250124-2.0.0</name>
11+
<version>v2alpha-rev20250130-2.0.0</version>
12+
<name>Cloud Functions API v2alpha-rev20250130-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-cloudfunctions/v2alpha/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-cloudfunctions</artifactId>
25-
<version>v2alpha-rev20250124-2.0.0</version>
25+
<version>v2alpha-rev20250130-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-cloudfunctions:v2alpha-rev20250124-2.0.0'
38+
implementation 'com.google.apis:google-api-services-cloudfunctions:v2alpha-rev20250130-2.0.0'
3939
}
4040
```
4141

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

clients/google-api-services-cloudfunctions/v2beta/2.0.0/com/google/api/services/cloudfunctions/v2beta/CloudFunctions.java

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1950,21 +1950,23 @@ public List setFilter(java.lang.String filter) {
19501950

19511951
/**
19521952
* The sorting order of the resources returned. Value should be a comma separated list of
1953-
* fields. The default sorting oder is ascending. See https://google.aip.dev/132#ordering.
1953+
* fields. The default sorting order is ascending. See
1954+
* https://google.aip.dev/132#ordering.
19541955
*/
19551956
@com.google.api.client.util.Key
19561957
private java.lang.String orderBy;
19571958

19581959
/** The sorting order of the resources returned. Value should be a comma separated list of fields. The
1959-
default sorting oder is ascending. See https://google.aip.dev/132#ordering.
1960+
default sorting order is ascending. See https://google.aip.dev/132#ordering.
19601961
*/
19611962
public java.lang.String getOrderBy() {
19621963
return orderBy;
19631964
}
19641965

19651966
/**
19661967
* The sorting order of the resources returned. Value should be a comma separated list of
1967-
* fields. The default sorting oder is ascending. See https://google.aip.dev/132#ordering.
1968+
* fields. The default sorting order is ascending. See
1969+
* https://google.aip.dev/132#ordering.
19681970
*/
19691971
public List setOrderBy(java.lang.String orderBy) {
19701972
this.orderBy = orderBy;

0 commit comments

Comments
 (0)