source: vendor/google/apiclient-services/src/Config/Preview.php@ e3d4e0a

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

Upload project files

  • Property mode set to 100644
File size: 6.6 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\Config;
19
20class Preview extends \Google\Collection
21{
22 protected $collection_key = 'tfErrors';
23 /**
24 * @var string[]
25 */
26 public $annotations;
27 /**
28 * @var string
29 */
30 public $artifactsGcsBucket;
31 /**
32 * @var string
33 */
34 public $build;
35 /**
36 * @var string
37 */
38 public $createTime;
39 /**
40 * @var string
41 */
42 public $deployment;
43 /**
44 * @var string
45 */
46 public $errorCode;
47 /**
48 * @var string
49 */
50 public $errorLogs;
51 protected $errorStatusType = Status::class;
52 protected $errorStatusDataType = '';
53 /**
54 * @var string[]
55 */
56 public $labels;
57 /**
58 * @var string
59 */
60 public $logs;
61 /**
62 * @var string
63 */
64 public $name;
65 protected $previewArtifactsType = PreviewArtifacts::class;
66 protected $previewArtifactsDataType = '';
67 /**
68 * @var string
69 */
70 public $previewMode;
71 /**
72 * @var string
73 */
74 public $serviceAccount;
75 /**
76 * @var string
77 */
78 public $state;
79 protected $terraformBlueprintType = TerraformBlueprint::class;
80 protected $terraformBlueprintDataType = '';
81 protected $tfErrorsType = TerraformError::class;
82 protected $tfErrorsDataType = 'array';
83 /**
84 * @var string
85 */
86 public $tfVersion;
87 /**
88 * @var string
89 */
90 public $tfVersionConstraint;
91 /**
92 * @var string
93 */
94 public $workerPool;
95
96 /**
97 * @param string[]
98 */
99 public function setAnnotations($annotations)
100 {
101 $this->annotations = $annotations;
102 }
103 /**
104 * @return string[]
105 */
106 public function getAnnotations()
107 {
108 return $this->annotations;
109 }
110 /**
111 * @param string
112 */
113 public function setArtifactsGcsBucket($artifactsGcsBucket)
114 {
115 $this->artifactsGcsBucket = $artifactsGcsBucket;
116 }
117 /**
118 * @return string
119 */
120 public function getArtifactsGcsBucket()
121 {
122 return $this->artifactsGcsBucket;
123 }
124 /**
125 * @param string
126 */
127 public function setBuild($build)
128 {
129 $this->build = $build;
130 }
131 /**
132 * @return string
133 */
134 public function getBuild()
135 {
136 return $this->build;
137 }
138 /**
139 * @param string
140 */
141 public function setCreateTime($createTime)
142 {
143 $this->createTime = $createTime;
144 }
145 /**
146 * @return string
147 */
148 public function getCreateTime()
149 {
150 return $this->createTime;
151 }
152 /**
153 * @param string
154 */
155 public function setDeployment($deployment)
156 {
157 $this->deployment = $deployment;
158 }
159 /**
160 * @return string
161 */
162 public function getDeployment()
163 {
164 return $this->deployment;
165 }
166 /**
167 * @param string
168 */
169 public function setErrorCode($errorCode)
170 {
171 $this->errorCode = $errorCode;
172 }
173 /**
174 * @return string
175 */
176 public function getErrorCode()
177 {
178 return $this->errorCode;
179 }
180 /**
181 * @param string
182 */
183 public function setErrorLogs($errorLogs)
184 {
185 $this->errorLogs = $errorLogs;
186 }
187 /**
188 * @return string
189 */
190 public function getErrorLogs()
191 {
192 return $this->errorLogs;
193 }
194 /**
195 * @param Status
196 */
197 public function setErrorStatus(Status $errorStatus)
198 {
199 $this->errorStatus = $errorStatus;
200 }
201 /**
202 * @return Status
203 */
204 public function getErrorStatus()
205 {
206 return $this->errorStatus;
207 }
208 /**
209 * @param string[]
210 */
211 public function setLabels($labels)
212 {
213 $this->labels = $labels;
214 }
215 /**
216 * @return string[]
217 */
218 public function getLabels()
219 {
220 return $this->labels;
221 }
222 /**
223 * @param string
224 */
225 public function setLogs($logs)
226 {
227 $this->logs = $logs;
228 }
229 /**
230 * @return string
231 */
232 public function getLogs()
233 {
234 return $this->logs;
235 }
236 /**
237 * @param string
238 */
239 public function setName($name)
240 {
241 $this->name = $name;
242 }
243 /**
244 * @return string
245 */
246 public function getName()
247 {
248 return $this->name;
249 }
250 /**
251 * @param PreviewArtifacts
252 */
253 public function setPreviewArtifacts(PreviewArtifacts $previewArtifacts)
254 {
255 $this->previewArtifacts = $previewArtifacts;
256 }
257 /**
258 * @return PreviewArtifacts
259 */
260 public function getPreviewArtifacts()
261 {
262 return $this->previewArtifacts;
263 }
264 /**
265 * @param string
266 */
267 public function setPreviewMode($previewMode)
268 {
269 $this->previewMode = $previewMode;
270 }
271 /**
272 * @return string
273 */
274 public function getPreviewMode()
275 {
276 return $this->previewMode;
277 }
278 /**
279 * @param string
280 */
281 public function setServiceAccount($serviceAccount)
282 {
283 $this->serviceAccount = $serviceAccount;
284 }
285 /**
286 * @return string
287 */
288 public function getServiceAccount()
289 {
290 return $this->serviceAccount;
291 }
292 /**
293 * @param string
294 */
295 public function setState($state)
296 {
297 $this->state = $state;
298 }
299 /**
300 * @return string
301 */
302 public function getState()
303 {
304 return $this->state;
305 }
306 /**
307 * @param TerraformBlueprint
308 */
309 public function setTerraformBlueprint(TerraformBlueprint $terraformBlueprint)
310 {
311 $this->terraformBlueprint = $terraformBlueprint;
312 }
313 /**
314 * @return TerraformBlueprint
315 */
316 public function getTerraformBlueprint()
317 {
318 return $this->terraformBlueprint;
319 }
320 /**
321 * @param TerraformError[]
322 */
323 public function setTfErrors($tfErrors)
324 {
325 $this->tfErrors = $tfErrors;
326 }
327 /**
328 * @return TerraformError[]
329 */
330 public function getTfErrors()
331 {
332 return $this->tfErrors;
333 }
334 /**
335 * @param string
336 */
337 public function setTfVersion($tfVersion)
338 {
339 $this->tfVersion = $tfVersion;
340 }
341 /**
342 * @return string
343 */
344 public function getTfVersion()
345 {
346 return $this->tfVersion;
347 }
348 /**
349 * @param string
350 */
351 public function setTfVersionConstraint($tfVersionConstraint)
352 {
353 $this->tfVersionConstraint = $tfVersionConstraint;
354 }
355 /**
356 * @return string
357 */
358 public function getTfVersionConstraint()
359 {
360 return $this->tfVersionConstraint;
361 }
362 /**
363 * @param string
364 */
365 public function setWorkerPool($workerPool)
366 {
367 $this->workerPool = $workerPool;
368 }
369 /**
370 * @return string
371 */
372 public function getWorkerPool()
373 {
374 return $this->workerPool;
375 }
376}
377
378// Adding a class alias for backwards compatibility with the previous class name.
379class_alias(Preview::class, 'Google_Service_Config_Preview');
Note: See TracBrowser for help on using the repository browser.