Skip to content

Commit ea13a06

Browse files
1 parent 7b61e24 commit ea13a06

File tree

4 files changed

+18
-16
lines changed

4 files changed

+18
-16
lines changed

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

clients/google-api-services-run/v1/2.0.0/com/google/api/services/run/v1/CloudRun.java

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2769,8 +2769,8 @@ public Delete set(String parameterName, Object value) {
27692769
* This request holds the parameters needed by the run server. After setting any optional
27702770
* parameters, call the {@link Get#execute()} method to invoke the remote operation.
27712771
*
2772-
* @param name Required. The name of the job to retrieve. Replace {namespace} with the project ID or number. It
2773-
* takes the form namespaces/{namespace}. For example: namespaces/PROJECT_ID
2772+
* @param name Required. The name of the job to retrieve. It takes the form namespaces/{namespace}/jobs/{job_name}
2773+
* and the `endpoint` must be regional. Replace {namespace} with the project ID or number.
27742774
* @return the request
27752775
*/
27762776
public Get get(java.lang.String name) throws java.io.IOException {
@@ -2796,8 +2796,8 @@ public class Get extends CloudRunRequest<com.google.api.services.run.v1.model.Jo
27962796
* Get#initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest)} must be
27972797
* called to initialize this instance immediately after invoking the constructor. </p>
27982798
*
2799-
* @param name Required. The name of the job to retrieve. Replace {namespace} with the project ID or number. It
2800-
* takes the form namespaces/{namespace}. For example: namespaces/PROJECT_ID
2799+
* @param name Required. The name of the job to retrieve. It takes the form namespaces/{namespace}/jobs/{job_name}
2800+
* and the `endpoint` must be regional. Replace {namespace} with the project ID or number.
28012801
* @since 1.13
28022802
*/
28032803
protected Get(java.lang.String name) {
@@ -2876,22 +2876,24 @@ public Get setUploadProtocol(java.lang.String uploadProtocol) {
28762876
}
28772877

28782878
/**
2879-
* Required. The name of the job to retrieve. Replace {namespace} with the project ID or
2880-
* number. It takes the form namespaces/{namespace}. For example: namespaces/PROJECT_ID
2879+
* Required. The name of the job to retrieve. It takes the form
2880+
* namespaces/{namespace}/jobs/{job_name} and the `endpoint` must be regional. Replace
2881+
* {namespace} with the project ID or number.
28812882
*/
28822883
@com.google.api.client.util.Key
28832884
private java.lang.String name;
28842885

2885-
/** Required. The name of the job to retrieve. Replace {namespace} with the project ID or number. It
2886-
takes the form namespaces/{namespace}. For example: namespaces/PROJECT_ID
2886+
/** Required. The name of the job to retrieve. It takes the form namespaces/{namespace}/jobs/{job_name}
2887+
and the `endpoint` must be regional. Replace {namespace} with the project ID or number.
28872888
*/
28882889
public java.lang.String getName() {
28892890
return name;
28902891
}
28912892

28922893
/**
2893-
* Required. The name of the job to retrieve. Replace {namespace} with the project ID or
2894-
* number. It takes the form namespaces/{namespace}. For example: namespaces/PROJECT_ID
2894+
* Required. The name of the job to retrieve. It takes the form
2895+
* namespaces/{namespace}/jobs/{job_name} and the `endpoint` must be regional. Replace
2896+
* {namespace} with the project ID or number.
28952897
*/
28962898
public Get setName(java.lang.String name) {
28972899
if (!getSuppressPatternChecks()) {

clients/google-api-services-run/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-run</artifactId>
11-
<version>v1-rev20250905-2.0.0</version>
12-
<name>Cloud Run Admin API v1-rev20250905-2.0.0</name>
11+
<version>v1-rev20250912-2.0.0</version>
12+
<name>Cloud Run Admin API v1-rev20250912-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

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

0 commit comments

Comments
 (0)