File tree Expand file tree Collapse file tree 4 files changed +30
-6
lines changed
clients/google-api-services-servicemanagement/v1
com/google/api/services/servicemanagement/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-servicemanagement</artifactId >
25
- <version >v1-rev20250519 -2.0.0</version >
25
+ <version >v1-rev20250601 -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-servicemanagement:v1-rev20250519 -2.0.0'
38
+ implementation 'com.google.apis:google-api-services-servicemanagement:v1-rev20250601 -2.0.0'
39
39
}
40
40
```
41
41
Original file line number Diff line number Diff line change @@ -86,6 +86,13 @@ public final class Rollout extends com.google.api.client.json.GenericJson {
86
86
@ com .google .api .client .util .Key
87
87
private TrafficPercentStrategy trafficPercentStrategy ;
88
88
89
+ /**
90
+ * The TPC universe which the rollout will be rolled out to.
91
+ * The value may be {@code null}.
92
+ */
93
+ @ com .google .api .client .util .Key
94
+ private java .lang .String universe ;
95
+
89
96
/**
90
97
* Creation time of the rollout. Readonly.
91
98
* @return value or {@code null} for none
@@ -215,6 +222,23 @@ public Rollout setTrafficPercentStrategy(TrafficPercentStrategy trafficPercentSt
215
222
return this ;
216
223
}
217
224
225
+ /**
226
+ * The TPC universe which the rollout will be rolled out to.
227
+ * @return value or {@code null} for none
228
+ */
229
+ public java .lang .String getUniverse () {
230
+ return universe ;
231
+ }
232
+
233
+ /**
234
+ * The TPC universe which the rollout will be rolled out to.
235
+ * @param universe universe or {@code null} for none
236
+ */
237
+ public Rollout setUniverse (java .lang .String universe ) {
238
+ this .universe = universe ;
239
+ return this ;
240
+ }
241
+
218
242
@ Override
219
243
public Rollout set (String fieldName , Object value ) {
220
244
return (Rollout ) super .set (fieldName , value );
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-servicemanagement</artifactId >
11
- <version >v1-rev20250519 -2.0.0</version >
12
- <name >Service Management API v1-rev20250519 -2.0.0</name >
11
+ <version >v1-rev20250601 -2.0.0</version >
12
+ <name >Service Management API v1-rev20250601 -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-servicemanagement</artifactId >
25
- <version >v1-rev20250519 -2.0.0</version >
25
+ <version >v1-rev20250601 -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-servicemanagement:v1-rev20250519 -2.0.0'
38
+ implementation 'com.google.apis:google-api-services-servicemanagement:v1-rev20250601 -2.0.0'
39
39
}
40
40
```
41
41
You can’t perform that action at this time.
0 commit comments