source: vendor/google/apiclient-services/src/CloudRun/GoogleCloudRunV2Service.php@ e3d4e0a

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

Upload project files

  • Property mode set to 100644
File size: 11.1 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\CloudRun;
19
20class GoogleCloudRunV2Service extends \Google\Collection
21{
22 protected $collection_key = 'urls';
23 /**
24 * @var string[]
25 */
26 public $annotations;
27 protected $binaryAuthorizationType = GoogleCloudRunV2BinaryAuthorization::class;
28 protected $binaryAuthorizationDataType = '';
29 /**
30 * @var string
31 */
32 public $client;
33 /**
34 * @var string
35 */
36 public $clientVersion;
37 protected $conditionsType = GoogleCloudRunV2Condition::class;
38 protected $conditionsDataType = 'array';
39 /**
40 * @var string
41 */
42 public $createTime;
43 /**
44 * @var string
45 */
46 public $creator;
47 /**
48 * @var string[]
49 */
50 public $customAudiences;
51 /**
52 * @var bool
53 */
54 public $defaultUriDisabled;
55 /**
56 * @var string
57 */
58 public $deleteTime;
59 /**
60 * @var string
61 */
62 public $description;
63 /**
64 * @var string
65 */
66 public $etag;
67 /**
68 * @var string
69 */
70 public $expireTime;
71 /**
72 * @var string
73 */
74 public $generation;
75 /**
76 * @var string
77 */
78 public $ingress;
79 /**
80 * @var bool
81 */
82 public $invokerIamDisabled;
83 /**
84 * @var string[]
85 */
86 public $labels;
87 /**
88 * @var string
89 */
90 public $lastModifier;
91 /**
92 * @var string
93 */
94 public $latestCreatedRevision;
95 /**
96 * @var string
97 */
98 public $latestReadyRevision;
99 /**
100 * @var string
101 */
102 public $launchStage;
103 /**
104 * @var string
105 */
106 public $name;
107 /**
108 * @var string
109 */
110 public $observedGeneration;
111 /**
112 * @var bool
113 */
114 public $reconciling;
115 /**
116 * @var bool
117 */
118 public $satisfiesPzs;
119 protected $scalingType = GoogleCloudRunV2ServiceScaling::class;
120 protected $scalingDataType = '';
121 protected $templateType = GoogleCloudRunV2RevisionTemplate::class;
122 protected $templateDataType = '';
123 protected $terminalConditionType = GoogleCloudRunV2Condition::class;
124 protected $terminalConditionDataType = '';
125 protected $trafficType = GoogleCloudRunV2TrafficTarget::class;
126 protected $trafficDataType = 'array';
127 protected $trafficStatusesType = GoogleCloudRunV2TrafficTargetStatus::class;
128 protected $trafficStatusesDataType = 'array';
129 /**
130 * @var string
131 */
132 public $uid;
133 /**
134 * @var string
135 */
136 public $updateTime;
137 /**
138 * @var string
139 */
140 public $uri;
141 /**
142 * @var string[]
143 */
144 public $urls;
145
146 /**
147 * @param string[]
148 */
149 public function setAnnotations($annotations)
150 {
151 $this->annotations = $annotations;
152 }
153 /**
154 * @return string[]
155 */
156 public function getAnnotations()
157 {
158 return $this->annotations;
159 }
160 /**
161 * @param GoogleCloudRunV2BinaryAuthorization
162 */
163 public function setBinaryAuthorization(GoogleCloudRunV2BinaryAuthorization $binaryAuthorization)
164 {
165 $this->binaryAuthorization = $binaryAuthorization;
166 }
167 /**
168 * @return GoogleCloudRunV2BinaryAuthorization
169 */
170 public function getBinaryAuthorization()
171 {
172 return $this->binaryAuthorization;
173 }
174 /**
175 * @param string
176 */
177 public function setClient($client)
178 {
179 $this->client = $client;
180 }
181 /**
182 * @return string
183 */
184 public function getClient()
185 {
186 return $this->client;
187 }
188 /**
189 * @param string
190 */
191 public function setClientVersion($clientVersion)
192 {
193 $this->clientVersion = $clientVersion;
194 }
195 /**
196 * @return string
197 */
198 public function getClientVersion()
199 {
200 return $this->clientVersion;
201 }
202 /**
203 * @param GoogleCloudRunV2Condition[]
204 */
205 public function setConditions($conditions)
206 {
207 $this->conditions = $conditions;
208 }
209 /**
210 * @return GoogleCloudRunV2Condition[]
211 */
212 public function getConditions()
213 {
214 return $this->conditions;
215 }
216 /**
217 * @param string
218 */
219 public function setCreateTime($createTime)
220 {
221 $this->createTime = $createTime;
222 }
223 /**
224 * @return string
225 */
226 public function getCreateTime()
227 {
228 return $this->createTime;
229 }
230 /**
231 * @param string
232 */
233 public function setCreator($creator)
234 {
235 $this->creator = $creator;
236 }
237 /**
238 * @return string
239 */
240 public function getCreator()
241 {
242 return $this->creator;
243 }
244 /**
245 * @param string[]
246 */
247 public function setCustomAudiences($customAudiences)
248 {
249 $this->customAudiences = $customAudiences;
250 }
251 /**
252 * @return string[]
253 */
254 public function getCustomAudiences()
255 {
256 return $this->customAudiences;
257 }
258 /**
259 * @param bool
260 */
261 public function setDefaultUriDisabled($defaultUriDisabled)
262 {
263 $this->defaultUriDisabled = $defaultUriDisabled;
264 }
265 /**
266 * @return bool
267 */
268 public function getDefaultUriDisabled()
269 {
270 return $this->defaultUriDisabled;
271 }
272 /**
273 * @param string
274 */
275 public function setDeleteTime($deleteTime)
276 {
277 $this->deleteTime = $deleteTime;
278 }
279 /**
280 * @return string
281 */
282 public function getDeleteTime()
283 {
284 return $this->deleteTime;
285 }
286 /**
287 * @param string
288 */
289 public function setDescription($description)
290 {
291 $this->description = $description;
292 }
293 /**
294 * @return string
295 */
296 public function getDescription()
297 {
298 return $this->description;
299 }
300 /**
301 * @param string
302 */
303 public function setEtag($etag)
304 {
305 $this->etag = $etag;
306 }
307 /**
308 * @return string
309 */
310 public function getEtag()
311 {
312 return $this->etag;
313 }
314 /**
315 * @param string
316 */
317 public function setExpireTime($expireTime)
318 {
319 $this->expireTime = $expireTime;
320 }
321 /**
322 * @return string
323 */
324 public function getExpireTime()
325 {
326 return $this->expireTime;
327 }
328 /**
329 * @param string
330 */
331 public function setGeneration($generation)
332 {
333 $this->generation = $generation;
334 }
335 /**
336 * @return string
337 */
338 public function getGeneration()
339 {
340 return $this->generation;
341 }
342 /**
343 * @param string
344 */
345 public function setIngress($ingress)
346 {
347 $this->ingress = $ingress;
348 }
349 /**
350 * @return string
351 */
352 public function getIngress()
353 {
354 return $this->ingress;
355 }
356 /**
357 * @param bool
358 */
359 public function setInvokerIamDisabled($invokerIamDisabled)
360 {
361 $this->invokerIamDisabled = $invokerIamDisabled;
362 }
363 /**
364 * @return bool
365 */
366 public function getInvokerIamDisabled()
367 {
368 return $this->invokerIamDisabled;
369 }
370 /**
371 * @param string[]
372 */
373 public function setLabels($labels)
374 {
375 $this->labels = $labels;
376 }
377 /**
378 * @return string[]
379 */
380 public function getLabels()
381 {
382 return $this->labels;
383 }
384 /**
385 * @param string
386 */
387 public function setLastModifier($lastModifier)
388 {
389 $this->lastModifier = $lastModifier;
390 }
391 /**
392 * @return string
393 */
394 public function getLastModifier()
395 {
396 return $this->lastModifier;
397 }
398 /**
399 * @param string
400 */
401 public function setLatestCreatedRevision($latestCreatedRevision)
402 {
403 $this->latestCreatedRevision = $latestCreatedRevision;
404 }
405 /**
406 * @return string
407 */
408 public function getLatestCreatedRevision()
409 {
410 return $this->latestCreatedRevision;
411 }
412 /**
413 * @param string
414 */
415 public function setLatestReadyRevision($latestReadyRevision)
416 {
417 $this->latestReadyRevision = $latestReadyRevision;
418 }
419 /**
420 * @return string
421 */
422 public function getLatestReadyRevision()
423 {
424 return $this->latestReadyRevision;
425 }
426 /**
427 * @param string
428 */
429 public function setLaunchStage($launchStage)
430 {
431 $this->launchStage = $launchStage;
432 }
433 /**
434 * @return string
435 */
436 public function getLaunchStage()
437 {
438 return $this->launchStage;
439 }
440 /**
441 * @param string
442 */
443 public function setName($name)
444 {
445 $this->name = $name;
446 }
447 /**
448 * @return string
449 */
450 public function getName()
451 {
452 return $this->name;
453 }
454 /**
455 * @param string
456 */
457 public function setObservedGeneration($observedGeneration)
458 {
459 $this->observedGeneration = $observedGeneration;
460 }
461 /**
462 * @return string
463 */
464 public function getObservedGeneration()
465 {
466 return $this->observedGeneration;
467 }
468 /**
469 * @param bool
470 */
471 public function setReconciling($reconciling)
472 {
473 $this->reconciling = $reconciling;
474 }
475 /**
476 * @return bool
477 */
478 public function getReconciling()
479 {
480 return $this->reconciling;
481 }
482 /**
483 * @param bool
484 */
485 public function setSatisfiesPzs($satisfiesPzs)
486 {
487 $this->satisfiesPzs = $satisfiesPzs;
488 }
489 /**
490 * @return bool
491 */
492 public function getSatisfiesPzs()
493 {
494 return $this->satisfiesPzs;
495 }
496 /**
497 * @param GoogleCloudRunV2ServiceScaling
498 */
499 public function setScaling(GoogleCloudRunV2ServiceScaling $scaling)
500 {
501 $this->scaling = $scaling;
502 }
503 /**
504 * @return GoogleCloudRunV2ServiceScaling
505 */
506 public function getScaling()
507 {
508 return $this->scaling;
509 }
510 /**
511 * @param GoogleCloudRunV2RevisionTemplate
512 */
513 public function setTemplate(GoogleCloudRunV2RevisionTemplate $template)
514 {
515 $this->template = $template;
516 }
517 /**
518 * @return GoogleCloudRunV2RevisionTemplate
519 */
520 public function getTemplate()
521 {
522 return $this->template;
523 }
524 /**
525 * @param GoogleCloudRunV2Condition
526 */
527 public function setTerminalCondition(GoogleCloudRunV2Condition $terminalCondition)
528 {
529 $this->terminalCondition = $terminalCondition;
530 }
531 /**
532 * @return GoogleCloudRunV2Condition
533 */
534 public function getTerminalCondition()
535 {
536 return $this->terminalCondition;
537 }
538 /**
539 * @param GoogleCloudRunV2TrafficTarget[]
540 */
541 public function setTraffic($traffic)
542 {
543 $this->traffic = $traffic;
544 }
545 /**
546 * @return GoogleCloudRunV2TrafficTarget[]
547 */
548 public function getTraffic()
549 {
550 return $this->traffic;
551 }
552 /**
553 * @param GoogleCloudRunV2TrafficTargetStatus[]
554 */
555 public function setTrafficStatuses($trafficStatuses)
556 {
557 $this->trafficStatuses = $trafficStatuses;
558 }
559 /**
560 * @return GoogleCloudRunV2TrafficTargetStatus[]
561 */
562 public function getTrafficStatuses()
563 {
564 return $this->trafficStatuses;
565 }
566 /**
567 * @param string
568 */
569 public function setUid($uid)
570 {
571 $this->uid = $uid;
572 }
573 /**
574 * @return string
575 */
576 public function getUid()
577 {
578 return $this->uid;
579 }
580 /**
581 * @param string
582 */
583 public function setUpdateTime($updateTime)
584 {
585 $this->updateTime = $updateTime;
586 }
587 /**
588 * @return string
589 */
590 public function getUpdateTime()
591 {
592 return $this->updateTime;
593 }
594 /**
595 * @param string
596 */
597 public function setUri($uri)
598 {
599 $this->uri = $uri;
600 }
601 /**
602 * @return string
603 */
604 public function getUri()
605 {
606 return $this->uri;
607 }
608 /**
609 * @param string[]
610 */
611 public function setUrls($urls)
612 {
613 $this->urls = $urls;
614 }
615 /**
616 * @return string[]
617 */
618 public function getUrls()
619 {
620 return $this->urls;
621 }
622}
623
624// Adding a class alias for backwards compatibility with the previous class name.
625class_alias(GoogleCloudRunV2Service::class, 'Google_Service_CloudRun_GoogleCloudRunV2Service');
Note: See TracBrowser for help on using the repository browser.