3030public final class RolloutStage extends com .google .api .client .json .GenericJson {
3131
3232 /**
33- * Optional. Output only. The time at which the wave ended.
33+ * Optional. Output only. The time at which the stage ended.
3434 * The value may be {@code null}.
3535 */
3636 @ com .google .api .client .util .Key
3737 private String endTime ;
3838
3939 /**
40- * Optional. Duration to soak after this wave before starting the next wave .
40+ * Optional. Duration to soak after this stage before starting the next stage .
4141 * The value may be {@code null}.
4242 */
4343 @ com .google .api .client .util .Key
4444 private String soakDuration ;
4545
4646 /**
47- * Output only. The wave number to which this status applies.
47+ * Output only. The stage number to which this status applies.
4848 * The value may be {@code null}.
4949 */
5050 @ com .google .api .client .util .Key
5151 private java .lang .Integer stageNumber ;
5252
5353 /**
54- * Optional. Output only. The time at which the wave started.
54+ * Optional. Output only. The time at which the stage started.
5555 * The value may be {@code null}.
5656 */
5757 @ com .google .api .client .util .Key
5858 private String startTime ;
5959
6060 /**
61- * Output only. The state of the wave .
61+ * Output only. The state of the stage .
6262 * The value may be {@code null}.
6363 */
6464 @ com .google .api .client .util .Key
6565 private java .lang .String state ;
6666
6767 /**
68- * Optional. Output only. The time at which the wave ended.
68+ * Optional. Output only. The time at which the stage ended.
6969 * @return value or {@code null} for none
7070 */
7171 public String getEndTime () {
7272 return endTime ;
7373 }
7474
7575 /**
76- * Optional. Output only. The time at which the wave ended.
76+ * Optional. Output only. The time at which the stage ended.
7777 * @param endTime endTime or {@code null} for none
7878 */
7979 public RolloutStage setEndTime (String endTime ) {
@@ -82,15 +82,15 @@ public RolloutStage setEndTime(String endTime) {
8282 }
8383
8484 /**
85- * Optional. Duration to soak after this wave before starting the next wave .
85+ * Optional. Duration to soak after this stage before starting the next stage .
8686 * @return value or {@code null} for none
8787 */
8888 public String getSoakDuration () {
8989 return soakDuration ;
9090 }
9191
9292 /**
93- * Optional. Duration to soak after this wave before starting the next wave .
93+ * Optional. Duration to soak after this stage before starting the next stage .
9494 * @param soakDuration soakDuration or {@code null} for none
9595 */
9696 public RolloutStage setSoakDuration (String soakDuration ) {
@@ -99,15 +99,15 @@ public RolloutStage setSoakDuration(String soakDuration) {
9999 }
100100
101101 /**
102- * Output only. The wave number to which this status applies.
102+ * Output only. The stage number to which this status applies.
103103 * @return value or {@code null} for none
104104 */
105105 public java .lang .Integer getStageNumber () {
106106 return stageNumber ;
107107 }
108108
109109 /**
110- * Output only. The wave number to which this status applies.
110+ * Output only. The stage number to which this status applies.
111111 * @param stageNumber stageNumber or {@code null} for none
112112 */
113113 public RolloutStage setStageNumber (java .lang .Integer stageNumber ) {
@@ -116,15 +116,15 @@ public RolloutStage setStageNumber(java.lang.Integer stageNumber) {
116116 }
117117
118118 /**
119- * Optional. Output only. The time at which the wave started.
119+ * Optional. Output only. The time at which the stage started.
120120 * @return value or {@code null} for none
121121 */
122122 public String getStartTime () {
123123 return startTime ;
124124 }
125125
126126 /**
127- * Optional. Output only. The time at which the wave started.
127+ * Optional. Output only. The time at which the stage started.
128128 * @param startTime startTime or {@code null} for none
129129 */
130130 public RolloutStage setStartTime (String startTime ) {
@@ -133,15 +133,15 @@ public RolloutStage setStartTime(String startTime) {
133133 }
134134
135135 /**
136- * Output only. The state of the wave .
136+ * Output only. The state of the stage .
137137 * @return value or {@code null} for none
138138 */
139139 public java .lang .String getState () {
140140 return state ;
141141 }
142142
143143 /**
144- * Output only. The state of the wave .
144+ * Output only. The state of the stage .
145145 * @param state state or {@code null} for none
146146 */
147147 public RolloutStage setState (java .lang .String state ) {
0 commit comments