You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: clients/google-api-services-saasservicemgmt/v1beta1/2.0.0/com/google/api/services/saasservicemgmt/v1beta1/model/Rollout.java
+9-9Lines changed: 9 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -116,8 +116,8 @@ public final class Rollout extends com.google.api.client.json.GenericJson {
116
116
117
117
/**
118
118
* 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 -
121
121
* "Google.Cloud.Simple.AllAtOnce" - "Google.Cloud.Simple.OneLocationAtATime" A rollout with one
122
122
* of these simple strategies will rollout across all locations defined in the targeted UnitKind's
123
123
* Saas Locations.
@@ -184,7 +184,7 @@ public final class Rollout extends com.google.api.client.json.GenericJson {
184
184
/**
185
185
* Optional. CEL(https://github.com/google/cel-spec) formatted filter string against Unit. The
186
186
* 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
188
188
* will be used.
189
189
* The value may be {@code null}.
190
190
*/
@@ -402,8 +402,8 @@ public Rollout setRolloutKind(java.lang.String rolloutKind) {
402
402
403
403
/**
404
404
* 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 -
407
407
* "Google.Cloud.Simple.AllAtOnce" - "Google.Cloud.Simple.OneLocationAtATime" A rollout with one
408
408
* of these simple strategies will rollout across all locations defined in the targeted UnitKind's
409
409
* Saas Locations.
@@ -415,8 +415,8 @@ public java.lang.String getRolloutOrchestrationStrategy() {
415
415
416
416
/**
417
417
* 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 -
420
420
* "Google.Cloud.Simple.AllAtOnce" - "Google.Cloud.Simple.OneLocationAtATime" A rollout with one
421
421
* of these simple strategies will rollout across all locations defined in the targeted UnitKind's
422
422
* Saas Locations.
@@ -561,7 +561,7 @@ public Rollout setUid(java.lang.String uid) {
561
561
/**
562
562
* Optional. CEL(https://github.com/google/cel-spec) formatted filter string against Unit. The
563
563
* 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
565
565
* will be used.
566
566
* @return value or {@code null} for none
567
567
*/
@@ -572,7 +572,7 @@ public java.lang.String getUnitFilter() {
572
572
/**
573
573
* Optional. CEL(https://github.com/google/cel-spec) formatted filter string against Unit. The
574
574
* 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
576
576
* will be used.
577
577
* @param unitFilter unitFilter or {@code null} for none
0 commit comments