Skip to content

Commit 5d97d16

Browse files
1 parent 3292eea commit 5d97d16

File tree

4 files changed

+12
-9
lines changed

4 files changed

+12
-9
lines changed

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

clients/google-api-services-cloudfunctions/v1/2.0.0/com/google/api/services/cloudfunctions/v1/model/SourceRepository.java

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@ public final class SourceRepository extends com.google.api.client.json.GenericJs
4545
* alias (branch): `https://source.developers.google.com/projects/repos/moveable-aliases/paths` In
4646
* particular, to refer to HEAD use `master` moveable alias. To refer to a specific fixed alias
4747
* (tag): `https://source.developers.google.com/projects/repos/fixed-aliases/paths` You may omit
48-
* `paths` if you want to use the main directory.
48+
* `paths` if you want to use the main directory. The function response may add an empty `/paths/`
49+
* to the URL.
4950
* The value may be {@code null}.
5051
*/
5152
@com.google.api.client.util.Key
@@ -77,7 +78,8 @@ public SourceRepository setDeployedUrl(java.lang.String deployedUrl) {
7778
* alias (branch): `https://source.developers.google.com/projects/repos/moveable-aliases/paths` In
7879
* particular, to refer to HEAD use `master` moveable alias. To refer to a specific fixed alias
7980
* (tag): `https://source.developers.google.com/projects/repos/fixed-aliases/paths` You may omit
80-
* `paths` if you want to use the main directory.
81+
* `paths` if you want to use the main directory. The function response may add an empty `/paths/`
82+
* to the URL.
8183
* @return value or {@code null} for none
8284
*/
8385
public java.lang.String getUrl() {
@@ -91,7 +93,8 @@ public java.lang.String getUrl() {
9193
* alias (branch): `https://source.developers.google.com/projects/repos/moveable-aliases/paths` In
9294
* particular, to refer to HEAD use `master` moveable alias. To refer to a specific fixed alias
9395
* (tag): `https://source.developers.google.com/projects/repos/fixed-aliases/paths` You may omit
94-
* `paths` if you want to use the main directory.
96+
* `paths` if you want to use the main directory. The function response may add an empty `/paths/`
97+
* to the URL.
9598
* @param url url or {@code null} for none
9699
*/
97100
public SourceRepository setUrl(java.lang.String url) {

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

1515
<inceptionYear>2011</inceptionYear>

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

0 commit comments

Comments
 (0)