Skip to content

Commit c0ba148

Browse files
1 parent 3bdac11 commit c0ba148

File tree

4 files changed

+15
-15
lines changed

4 files changed

+15
-15
lines changed

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

clients/google-api-services-saasservicemgmt/v1beta1/2.0.0/com/google/api/services/saasservicemgmt/v1beta1/model/Rollout.java

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,8 @@ public final class Rollout extends com.google.api.client.json.GenericJson {
116116

117117
/**
118118
* Optional. The strategy used for executing this Rollout. This strategy will override whatever
119-
* strategy is specified in the RolloutType. If not specified on creation, the strategy from
120-
* RolloutType will be used. There are two supported values strategies which are used to control -
119+
* strategy is specified in the RolloutKind. If not specified on creation, the strategy from
120+
* RolloutKind will be used. There are two supported values strategies which are used to control -
121121
* "Google.Cloud.Simple.AllAtOnce" - "Google.Cloud.Simple.OneLocationAtATime" A rollout with one
122122
* of these simple strategies will rollout across all locations defined in the targeted UnitKind's
123123
* Saas Locations.
@@ -184,7 +184,7 @@ public final class Rollout extends com.google.api.client.json.GenericJson {
184184
/**
185185
* Optional. CEL(https://github.com/google/cel-spec) formatted filter string against Unit. The
186186
* filter will be applied to determine the eligible unit population. This filter can only reduce,
187-
* but not expand the scope of the rollout. If not provided, the unit_filter from the RolloutType
187+
* but not expand the scope of the rollout. If not provided, the unit_filter from the RolloutKind
188188
* will be used.
189189
* The value may be {@code null}.
190190
*/
@@ -402,8 +402,8 @@ public Rollout setRolloutKind(java.lang.String rolloutKind) {
402402

403403
/**
404404
* Optional. The strategy used for executing this Rollout. This strategy will override whatever
405-
* strategy is specified in the RolloutType. If not specified on creation, the strategy from
406-
* RolloutType will be used. There are two supported values strategies which are used to control -
405+
* strategy is specified in the RolloutKind. If not specified on creation, the strategy from
406+
* RolloutKind will be used. There are two supported values strategies which are used to control -
407407
* "Google.Cloud.Simple.AllAtOnce" - "Google.Cloud.Simple.OneLocationAtATime" A rollout with one
408408
* of these simple strategies will rollout across all locations defined in the targeted UnitKind's
409409
* Saas Locations.
@@ -415,8 +415,8 @@ public java.lang.String getRolloutOrchestrationStrategy() {
415415

416416
/**
417417
* Optional. The strategy used for executing this Rollout. This strategy will override whatever
418-
* strategy is specified in the RolloutType. If not specified on creation, the strategy from
419-
* RolloutType will be used. There are two supported values strategies which are used to control -
418+
* strategy is specified in the RolloutKind. If not specified on creation, the strategy from
419+
* RolloutKind will be used. There are two supported values strategies which are used to control -
420420
* "Google.Cloud.Simple.AllAtOnce" - "Google.Cloud.Simple.OneLocationAtATime" A rollout with one
421421
* of these simple strategies will rollout across all locations defined in the targeted UnitKind's
422422
* Saas Locations.
@@ -561,7 +561,7 @@ public Rollout setUid(java.lang.String uid) {
561561
/**
562562
* Optional. CEL(https://github.com/google/cel-spec) formatted filter string against Unit. The
563563
* filter will be applied to determine the eligible unit population. This filter can only reduce,
564-
* but not expand the scope of the rollout. If not provided, the unit_filter from the RolloutType
564+
* but not expand the scope of the rollout. If not provided, the unit_filter from the RolloutKind
565565
* will be used.
566566
* @return value or {@code null} for none
567567
*/
@@ -572,7 +572,7 @@ public java.lang.String getUnitFilter() {
572572
/**
573573
* Optional. CEL(https://github.com/google/cel-spec) formatted filter string against Unit. The
574574
* filter will be applied to determine the eligible unit population. This filter can only reduce,
575-
* but not expand the scope of the rollout. If not provided, the unit_filter from the RolloutType
575+
* but not expand the scope of the rollout. If not provided, the unit_filter from the RolloutKind
576576
* will be used.
577577
* @param unitFilter unitFilter or {@code null} for none
578578
*/

clients/google-api-services-saasservicemgmt/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-saasservicemgmt</artifactId>
11-
<version>v1beta1-rev20250818-2.0.0</version>
12-
<name>SaaS Runtime API v1beta1-rev20250818-2.0.0</name>
11+
<version>v1beta1-rev20250903-2.0.0</version>
12+
<name>SaaS Runtime API v1beta1-rev20250903-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

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

0 commit comments

Comments
 (0)