source: vendor/google/apiclient-services/src/CloudDeploy/Rollout.php@ e3d4e0a

Last change on this file since e3d4e0a was e3d4e0a, checked in by Vlado 222039 <vlado.popovski@…>, 9 days ago

Upload project files

  • Property mode set to 100644
File size: 7.4 KB
Line 
1<?php
2/*
3 * Copyright 2014 Google Inc.
4 *
5 * Licensed under the Apache License, Version 2.0 (the "License"); you may not
6 * use this file except in compliance with the License. You may obtain a copy of
7 * the License at
8 *
9 * http://www.apache.org/licenses/LICENSE-2.0
10 *
11 * Unless required by applicable law or agreed to in writing, software
12 * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
13 * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
14 * License for the specific language governing permissions and limitations under
15 * the License.
16 */
17
18namespace Google\Service\CloudDeploy;
19
20class Rollout extends \Google\Collection
21{
22 protected $collection_key = 'rolledBackByRollouts';
23 /**
24 * @var string
25 */
26 public $activeRepairAutomationRun;
27 /**
28 * @var string[]
29 */
30 public $annotations;
31 /**
32 * @var string
33 */
34 public $approvalState;
35 /**
36 * @var string
37 */
38 public $approveTime;
39 /**
40 * @var string
41 */
42 public $controllerRollout;
43 /**
44 * @var string
45 */
46 public $createTime;
47 /**
48 * @var string
49 */
50 public $deployEndTime;
51 /**
52 * @var string
53 */
54 public $deployFailureCause;
55 /**
56 * @var string
57 */
58 public $deployStartTime;
59 /**
60 * @var string
61 */
62 public $deployingBuild;
63 /**
64 * @var string
65 */
66 public $description;
67 /**
68 * @var string
69 */
70 public $enqueueTime;
71 /**
72 * @var string
73 */
74 public $etag;
75 /**
76 * @var string
77 */
78 public $failureReason;
79 /**
80 * @var string[]
81 */
82 public $labels;
83 protected $metadataType = Metadata::class;
84 protected $metadataDataType = '';
85 /**
86 * @var string
87 */
88 public $name;
89 protected $phasesType = Phase::class;
90 protected $phasesDataType = 'array';
91 /**
92 * @var string
93 */
94 public $rollbackOfRollout;
95 /**
96 * @var string[]
97 */
98 public $rolledBackByRollouts;
99 /**
100 * @var string
101 */
102 public $state;
103 /**
104 * @var string
105 */
106 public $targetId;
107 /**
108 * @var string
109 */
110 public $uid;
111
112 /**
113 * @param string
114 */
115 public function setActiveRepairAutomationRun($activeRepairAutomationRun)
116 {
117 $this->activeRepairAutomationRun = $activeRepairAutomationRun;
118 }
119 /**
120 * @return string
121 */
122 public function getActiveRepairAutomationRun()
123 {
124 return $this->activeRepairAutomationRun;
125 }
126 /**
127 * @param string[]
128 */
129 public function setAnnotations($annotations)
130 {
131 $this->annotations = $annotations;
132 }
133 /**
134 * @return string[]
135 */
136 public function getAnnotations()
137 {
138 return $this->annotations;
139 }
140 /**
141 * @param string
142 */
143 public function setApprovalState($approvalState)
144 {
145 $this->approvalState = $approvalState;
146 }
147 /**
148 * @return string
149 */
150 public function getApprovalState()
151 {
152 return $this->approvalState;
153 }
154 /**
155 * @param string
156 */
157 public function setApproveTime($approveTime)
158 {
159 $this->approveTime = $approveTime;
160 }
161 /**
162 * @return string
163 */
164 public function getApproveTime()
165 {
166 return $this->approveTime;
167 }
168 /**
169 * @param string
170 */
171 public function setControllerRollout($controllerRollout)
172 {
173 $this->controllerRollout = $controllerRollout;
174 }
175 /**
176 * @return string
177 */
178 public function getControllerRollout()
179 {
180 return $this->controllerRollout;
181 }
182 /**
183 * @param string
184 */
185 public function setCreateTime($createTime)
186 {
187 $this->createTime = $createTime;
188 }
189 /**
190 * @return string
191 */
192 public function getCreateTime()
193 {
194 return $this->createTime;
195 }
196 /**
197 * @param string
198 */
199 public function setDeployEndTime($deployEndTime)
200 {
201 $this->deployEndTime = $deployEndTime;
202 }
203 /**
204 * @return string
205 */
206 public function getDeployEndTime()
207 {
208 return $this->deployEndTime;
209 }
210 /**
211 * @param string
212 */
213 public function setDeployFailureCause($deployFailureCause)
214 {
215 $this->deployFailureCause = $deployFailureCause;
216 }
217 /**
218 * @return string
219 */
220 public function getDeployFailureCause()
221 {
222 return $this->deployFailureCause;
223 }
224 /**
225 * @param string
226 */
227 public function setDeployStartTime($deployStartTime)
228 {
229 $this->deployStartTime = $deployStartTime;
230 }
231 /**
232 * @return string
233 */
234 public function getDeployStartTime()
235 {
236 return $this->deployStartTime;
237 }
238 /**
239 * @param string
240 */
241 public function setDeployingBuild($deployingBuild)
242 {
243 $this->deployingBuild = $deployingBuild;
244 }
245 /**
246 * @return string
247 */
248 public function getDeployingBuild()
249 {
250 return $this->deployingBuild;
251 }
252 /**
253 * @param string
254 */
255 public function setDescription($description)
256 {
257 $this->description = $description;
258 }
259 /**
260 * @return string
261 */
262 public function getDescription()
263 {
264 return $this->description;
265 }
266 /**
267 * @param string
268 */
269 public function setEnqueueTime($enqueueTime)
270 {
271 $this->enqueueTime = $enqueueTime;
272 }
273 /**
274 * @return string
275 */
276 public function getEnqueueTime()
277 {
278 return $this->enqueueTime;
279 }
280 /**
281 * @param string
282 */
283 public function setEtag($etag)
284 {
285 $this->etag = $etag;
286 }
287 /**
288 * @return string
289 */
290 public function getEtag()
291 {
292 return $this->etag;
293 }
294 /**
295 * @param string
296 */
297 public function setFailureReason($failureReason)
298 {
299 $this->failureReason = $failureReason;
300 }
301 /**
302 * @return string
303 */
304 public function getFailureReason()
305 {
306 return $this->failureReason;
307 }
308 /**
309 * @param string[]
310 */
311 public function setLabels($labels)
312 {
313 $this->labels = $labels;
314 }
315 /**
316 * @return string[]
317 */
318 public function getLabels()
319 {
320 return $this->labels;
321 }
322 /**
323 * @param Metadata
324 */
325 public function setMetadata(Metadata $metadata)
326 {
327 $this->metadata = $metadata;
328 }
329 /**
330 * @return Metadata
331 */
332 public function getMetadata()
333 {
334 return $this->metadata;
335 }
336 /**
337 * @param string
338 */
339 public function setName($name)
340 {
341 $this->name = $name;
342 }
343 /**
344 * @return string
345 */
346 public function getName()
347 {
348 return $this->name;
349 }
350 /**
351 * @param Phase[]
352 */
353 public function setPhases($phases)
354 {
355 $this->phases = $phases;
356 }
357 /**
358 * @return Phase[]
359 */
360 public function getPhases()
361 {
362 return $this->phases;
363 }
364 /**
365 * @param string
366 */
367 public function setRollbackOfRollout($rollbackOfRollout)
368 {
369 $this->rollbackOfRollout = $rollbackOfRollout;
370 }
371 /**
372 * @return string
373 */
374 public function getRollbackOfRollout()
375 {
376 return $this->rollbackOfRollout;
377 }
378 /**
379 * @param string[]
380 */
381 public function setRolledBackByRollouts($rolledBackByRollouts)
382 {
383 $this->rolledBackByRollouts = $rolledBackByRollouts;
384 }
385 /**
386 * @return string[]
387 */
388 public function getRolledBackByRollouts()
389 {
390 return $this->rolledBackByRollouts;
391 }
392 /**
393 * @param string
394 */
395 public function setState($state)
396 {
397 $this->state = $state;
398 }
399 /**
400 * @return string
401 */
402 public function getState()
403 {
404 return $this->state;
405 }
406 /**
407 * @param string
408 */
409 public function setTargetId($targetId)
410 {
411 $this->targetId = $targetId;
412 }
413 /**
414 * @return string
415 */
416 public function getTargetId()
417 {
418 return $this->targetId;
419 }
420 /**
421 * @param string
422 */
423 public function setUid($uid)
424 {
425 $this->uid = $uid;
426 }
427 /**
428 * @return string
429 */
430 public function getUid()
431 {
432 return $this->uid;
433 }
434}
435
436// Adding a class alias for backwards compatibility with the previous class name.
437class_alias(Rollout::class, 'Google_Service_CloudDeploy_Rollout');
Note: See TracBrowser for help on using the repository browser.