Skip to content

Commit a32043d

Browse files
1 parent c5f0766 commit a32043d

File tree

4 files changed

+12
-9
lines changed

4 files changed

+12
-9
lines changed

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

clients/google-api-services-run/v2/2.0.0/com/google/api/services/run/v2/model/GoogleCloudRunV2Service.java

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,8 @@ public final class GoogleCloudRunV2Service extends com.google.api.client.json.Ge
159159

160160
/**
161161
* Optional. Disables IAM permission check for run.routes.invoke for callers of this service. This
162-
* setting should not be used with external ingress.
162+
* feature is available by invitation only. For more information, visit
163+
* https://cloud.google.com/run/docs/securing/managing-access#invoker_check.
163164
* The value may be {@code null}.
164165
*/
165166
@com.google.api.client.util.Key
@@ -614,7 +615,8 @@ public GoogleCloudRunV2Service setIngress(java.lang.String ingress) {
614615

615616
/**
616617
* Optional. Disables IAM permission check for run.routes.invoke for callers of this service. This
617-
* setting should not be used with external ingress.
618+
* feature is available by invitation only. For more information, visit
619+
* https://cloud.google.com/run/docs/securing/managing-access#invoker_check.
618620
* @return value or {@code null} for none
619621
*/
620622
public java.lang.Boolean getInvokerIamDisabled() {
@@ -623,7 +625,8 @@ public java.lang.Boolean getInvokerIamDisabled() {
623625

624626
/**
625627
* Optional. Disables IAM permission check for run.routes.invoke for callers of this service. This
626-
* setting should not be used with external ingress.
628+
* feature is available by invitation only. For more information, visit
629+
* https://cloud.google.com/run/docs/securing/managing-access#invoker_check.
627630
* @param invokerIamDisabled invokerIamDisabled or {@code null} for none
628631
*/
629632
public GoogleCloudRunV2Service setInvokerIamDisabled(java.lang.Boolean invokerIamDisabled) {

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

1515
<inceptionYear>2011</inceptionYear>

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

0 commit comments

Comments
 (0)