Skip to content

Commit 6dbb5a1

Browse files
1 parent 4d3feab commit 6dbb5a1

7 files changed

Lines changed: 45 additions & 12 deletions

File tree

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

clients/google-api-services-networkmanagement/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-networkmanagement</artifactId>
11-
<version>v1-rev20260424-2.0.0</version>
12-
<name>Network Management API v1-rev20260424-2.0.0</name>
11+
<version>v1-rev20260506-2.0.0</version>
12+
<name>Network Management API v1-rev20260506-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

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

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

clients/google-api-services-networkmanagement/v1beta1/2.0.0/com/google/api/services/networkmanagement/v1beta1/model/Endpoint.java

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,16 @@ public final class Endpoint extends com.google.api.client.json.GenericJson {
4646
@com.google.api.client.util.Key
4747
private CloudFunctionEndpoint cloudFunction;
4848

49+
/**
50+
* A [Cloud Run](https://cloud.google.com/run)
51+
* [job](https://docs.cloud.google.com/run/docs/reference/rest/v2/projects.locations.jobs#Job)
52+
* URI. Applicable only to source endpoint. The format is:
53+
* projects/{project}/locations/{location}/jobs/{job}
54+
* The value may be {@code null}.
55+
*/
56+
@com.google.api.client.util.Key
57+
private java.lang.String cloudRunJob;
58+
4959
/**
5060
* A [Cloud Run](https://cloud.google.com/run)
5161
* [revision](https://cloud.google.com/run/docs/reference/rest/v1/namespaces.revisions/get)
@@ -239,6 +249,29 @@ public Endpoint setCloudFunction(CloudFunctionEndpoint cloudFunction) {
239249
return this;
240250
}
241251

252+
/**
253+
* A [Cloud Run](https://cloud.google.com/run)
254+
* [job](https://docs.cloud.google.com/run/docs/reference/rest/v2/projects.locations.jobs#Job)
255+
* URI. Applicable only to source endpoint. The format is:
256+
* projects/{project}/locations/{location}/jobs/{job}
257+
* @return value or {@code null} for none
258+
*/
259+
public java.lang.String getCloudRunJob() {
260+
return cloudRunJob;
261+
}
262+
263+
/**
264+
* A [Cloud Run](https://cloud.google.com/run)
265+
* [job](https://docs.cloud.google.com/run/docs/reference/rest/v2/projects.locations.jobs#Job)
266+
* URI. Applicable only to source endpoint. The format is:
267+
* projects/{project}/locations/{location}/jobs/{job}
268+
* @param cloudRunJob cloudRunJob or {@code null} for none
269+
*/
270+
public Endpoint setCloudRunJob(java.lang.String cloudRunJob) {
271+
this.cloudRunJob = cloudRunJob;
272+
return this;
273+
}
274+
242275
/**
243276
* A [Cloud Run](https://cloud.google.com/run)
244277
* [revision](https://cloud.google.com/run/docs/reference/rest/v1/namespaces.revisions/get)

clients/google-api-services-networkmanagement/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-networkmanagement</artifactId>
11-
<version>v1beta1-rev20260424-2.0.0</version>
12-
<name>Network Management API v1beta1-rev20260424-2.0.0</name>
11+
<version>v1beta1-rev20260506-2.0.0</version>
12+
<name>Network Management API v1beta1-rev20260506-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

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

0 commit comments

Comments
 (0)