File tree Expand file tree Collapse file tree 4 files changed +30
-6
lines changed
clients/google-api-services-run/v2
com/google/api/services/run/v2/model Expand file tree Collapse file tree 4 files changed +30
-6
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
22
22
<dependency >
23
23
<groupId >com.google.apis</groupId >
24
24
<artifactId >google-api-services-run</artifactId >
25
- <version >v2-rev20240121 -2.0.0</version >
25
+ <version >v2-rev20240128 -2.0.0</version >
26
26
</dependency >
27
27
</dependencies >
28
28
</project >
@@ -35,7 +35,7 @@ repositories {
35
35
mavenCentral()
36
36
}
37
37
dependencies {
38
- implementation 'com.google.apis:google-api-services-run:v2-rev20240121 -2.0.0'
38
+ implementation 'com.google.apis:google-api-services-run:v2-rev20240128 -2.0.0'
39
39
}
40
40
```
41
41
Original file line number Diff line number Diff line change @@ -104,6 +104,13 @@ public final class GoogleCloudRunV2Service extends com.google.api.client.json.Ge
104
104
@ com .google .api .client .util .Key
105
105
private java .util .List <java .lang .String > customAudiences ;
106
106
107
+ /**
108
+ * Optional. Disables public resolution of the default URI of this service.
109
+ * The value may be {@code null}.
110
+ */
111
+ @ com .google .api .client .util .Key
112
+ private java .lang .Boolean defaultUriDisabled ;
113
+
107
114
/**
108
115
* Output only. The deletion time.
109
116
* The value may be {@code null}.
@@ -462,6 +469,23 @@ public GoogleCloudRunV2Service setCustomAudiences(java.util.List<java.lang.Strin
462
469
return this ;
463
470
}
464
471
472
+ /**
473
+ * Optional. Disables public resolution of the default URI of this service.
474
+ * @return value or {@code null} for none
475
+ */
476
+ public java .lang .Boolean getDefaultUriDisabled () {
477
+ return defaultUriDisabled ;
478
+ }
479
+
480
+ /**
481
+ * Optional. Disables public resolution of the default URI of this service.
482
+ * @param defaultUriDisabled defaultUriDisabled or {@code null} for none
483
+ */
484
+ public GoogleCloudRunV2Service setDefaultUriDisabled (java .lang .Boolean defaultUriDisabled ) {
485
+ this .defaultUriDisabled = defaultUriDisabled ;
486
+ return this ;
487
+ }
488
+
465
489
/**
466
490
* Output only. The deletion time.
467
491
* @return value or {@code null} for none
Original file line number Diff line number Diff line change 8
8
9
9
<groupId >com.google.apis</groupId >
10
10
<artifactId >google-api-services-run</artifactId >
11
- <version >v2-rev20240121 -2.0.0</version >
12
- <name >Cloud Run Admin API v2-rev20240121 -2.0.0</name >
11
+ <version >v2-rev20240128 -2.0.0</version >
12
+ <name >Cloud Run Admin API v2-rev20240128 -2.0.0</name >
13
13
<packaging >jar</packaging >
14
14
15
15
<inceptionYear >2011</inceptionYear >
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
22
22
<dependency >
23
23
<groupId >com.google.apis</groupId >
24
24
<artifactId >google-api-services-run</artifactId >
25
- <version >v2-rev20240121 -2.0.0</version >
25
+ <version >v2-rev20240128 -2.0.0</version >
26
26
</dependency >
27
27
</dependencies >
28
28
</project >
@@ -35,7 +35,7 @@ repositories {
35
35
mavenCentral()
36
36
}
37
37
dependencies {
38
- implementation 'com.google.apis:google-api-services-run:v2-rev20240121 -2.0.0'
38
+ implementation 'com.google.apis:google-api-services-run:v2-rev20240128 -2.0.0'
39
39
}
40
40
```
41
41
You can’t perform that action at this time.
0 commit comments