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 |
|
---|
18 | namespace Google\Service\Apigee;
|
---|
19 |
|
---|
20 | class GoogleCloudApigeeV1ApiProxyRevision extends \Google\Collection
|
---|
21 | {
|
---|
22 | protected $collection_key = 'teams';
|
---|
23 | /**
|
---|
24 | * @var string
|
---|
25 | */
|
---|
26 | public $archive;
|
---|
27 | /**
|
---|
28 | * @var string[]
|
---|
29 | */
|
---|
30 | public $basepaths;
|
---|
31 | protected $configurationVersionType = GoogleCloudApigeeV1ConfigVersion::class;
|
---|
32 | protected $configurationVersionDataType = '';
|
---|
33 | /**
|
---|
34 | * @var string
|
---|
35 | */
|
---|
36 | public $contextInfo;
|
---|
37 | /**
|
---|
38 | * @var string
|
---|
39 | */
|
---|
40 | public $createdAt;
|
---|
41 | /**
|
---|
42 | * @var string
|
---|
43 | */
|
---|
44 | public $description;
|
---|
45 | /**
|
---|
46 | * @var string
|
---|
47 | */
|
---|
48 | public $displayName;
|
---|
49 | /**
|
---|
50 | * @var string[]
|
---|
51 | */
|
---|
52 | public $entityMetaDataAsProperties;
|
---|
53 | /**
|
---|
54 | * @var bool
|
---|
55 | */
|
---|
56 | public $hasExtensiblePolicy;
|
---|
57 | /**
|
---|
58 | * @var string[]
|
---|
59 | */
|
---|
60 | public $integrationEndpoints;
|
---|
61 | /**
|
---|
62 | * @var string
|
---|
63 | */
|
---|
64 | public $lastModifiedAt;
|
---|
65 | /**
|
---|
66 | * @var string
|
---|
67 | */
|
---|
68 | public $name;
|
---|
69 | /**
|
---|
70 | * @var string[]
|
---|
71 | */
|
---|
72 | public $policies;
|
---|
73 | /**
|
---|
74 | * @var string[]
|
---|
75 | */
|
---|
76 | public $proxies;
|
---|
77 | /**
|
---|
78 | * @var string[]
|
---|
79 | */
|
---|
80 | public $proxyEndpoints;
|
---|
81 | protected $resourceFilesType = GoogleCloudApigeeV1ResourceFiles::class;
|
---|
82 | protected $resourceFilesDataType = '';
|
---|
83 | /**
|
---|
84 | * @var string[]
|
---|
85 | */
|
---|
86 | public $resources;
|
---|
87 | /**
|
---|
88 | * @var string
|
---|
89 | */
|
---|
90 | public $revision;
|
---|
91 | /**
|
---|
92 | * @var string[]
|
---|
93 | */
|
---|
94 | public $sharedFlows;
|
---|
95 | /**
|
---|
96 | * @var string
|
---|
97 | */
|
---|
98 | public $spec;
|
---|
99 | /**
|
---|
100 | * @var string[]
|
---|
101 | */
|
---|
102 | public $targetEndpoints;
|
---|
103 | /**
|
---|
104 | * @var string[]
|
---|
105 | */
|
---|
106 | public $targetServers;
|
---|
107 | /**
|
---|
108 | * @var string[]
|
---|
109 | */
|
---|
110 | public $targets;
|
---|
111 | /**
|
---|
112 | * @var string[]
|
---|
113 | */
|
---|
114 | public $teams;
|
---|
115 | /**
|
---|
116 | * @var string
|
---|
117 | */
|
---|
118 | public $type;
|
---|
119 |
|
---|
120 | /**
|
---|
121 | * @param string
|
---|
122 | */
|
---|
123 | public function setArchive($archive)
|
---|
124 | {
|
---|
125 | $this->archive = $archive;
|
---|
126 | }
|
---|
127 | /**
|
---|
128 | * @return string
|
---|
129 | */
|
---|
130 | public function getArchive()
|
---|
131 | {
|
---|
132 | return $this->archive;
|
---|
133 | }
|
---|
134 | /**
|
---|
135 | * @param string[]
|
---|
136 | */
|
---|
137 | public function setBasepaths($basepaths)
|
---|
138 | {
|
---|
139 | $this->basepaths = $basepaths;
|
---|
140 | }
|
---|
141 | /**
|
---|
142 | * @return string[]
|
---|
143 | */
|
---|
144 | public function getBasepaths()
|
---|
145 | {
|
---|
146 | return $this->basepaths;
|
---|
147 | }
|
---|
148 | /**
|
---|
149 | * @param GoogleCloudApigeeV1ConfigVersion
|
---|
150 | */
|
---|
151 | public function setConfigurationVersion(GoogleCloudApigeeV1ConfigVersion $configurationVersion)
|
---|
152 | {
|
---|
153 | $this->configurationVersion = $configurationVersion;
|
---|
154 | }
|
---|
155 | /**
|
---|
156 | * @return GoogleCloudApigeeV1ConfigVersion
|
---|
157 | */
|
---|
158 | public function getConfigurationVersion()
|
---|
159 | {
|
---|
160 | return $this->configurationVersion;
|
---|
161 | }
|
---|
162 | /**
|
---|
163 | * @param string
|
---|
164 | */
|
---|
165 | public function setContextInfo($contextInfo)
|
---|
166 | {
|
---|
167 | $this->contextInfo = $contextInfo;
|
---|
168 | }
|
---|
169 | /**
|
---|
170 | * @return string
|
---|
171 | */
|
---|
172 | public function getContextInfo()
|
---|
173 | {
|
---|
174 | return $this->contextInfo;
|
---|
175 | }
|
---|
176 | /**
|
---|
177 | * @param string
|
---|
178 | */
|
---|
179 | public function setCreatedAt($createdAt)
|
---|
180 | {
|
---|
181 | $this->createdAt = $createdAt;
|
---|
182 | }
|
---|
183 | /**
|
---|
184 | * @return string
|
---|
185 | */
|
---|
186 | public function getCreatedAt()
|
---|
187 | {
|
---|
188 | return $this->createdAt;
|
---|
189 | }
|
---|
190 | /**
|
---|
191 | * @param string
|
---|
192 | */
|
---|
193 | public function setDescription($description)
|
---|
194 | {
|
---|
195 | $this->description = $description;
|
---|
196 | }
|
---|
197 | /**
|
---|
198 | * @return string
|
---|
199 | */
|
---|
200 | public function getDescription()
|
---|
201 | {
|
---|
202 | return $this->description;
|
---|
203 | }
|
---|
204 | /**
|
---|
205 | * @param string
|
---|
206 | */
|
---|
207 | public function setDisplayName($displayName)
|
---|
208 | {
|
---|
209 | $this->displayName = $displayName;
|
---|
210 | }
|
---|
211 | /**
|
---|
212 | * @return string
|
---|
213 | */
|
---|
214 | public function getDisplayName()
|
---|
215 | {
|
---|
216 | return $this->displayName;
|
---|
217 | }
|
---|
218 | /**
|
---|
219 | * @param string[]
|
---|
220 | */
|
---|
221 | public function setEntityMetaDataAsProperties($entityMetaDataAsProperties)
|
---|
222 | {
|
---|
223 | $this->entityMetaDataAsProperties = $entityMetaDataAsProperties;
|
---|
224 | }
|
---|
225 | /**
|
---|
226 | * @return string[]
|
---|
227 | */
|
---|
228 | public function getEntityMetaDataAsProperties()
|
---|
229 | {
|
---|
230 | return $this->entityMetaDataAsProperties;
|
---|
231 | }
|
---|
232 | /**
|
---|
233 | * @param bool
|
---|
234 | */
|
---|
235 | public function setHasExtensiblePolicy($hasExtensiblePolicy)
|
---|
236 | {
|
---|
237 | $this->hasExtensiblePolicy = $hasExtensiblePolicy;
|
---|
238 | }
|
---|
239 | /**
|
---|
240 | * @return bool
|
---|
241 | */
|
---|
242 | public function getHasExtensiblePolicy()
|
---|
243 | {
|
---|
244 | return $this->hasExtensiblePolicy;
|
---|
245 | }
|
---|
246 | /**
|
---|
247 | * @param string[]
|
---|
248 | */
|
---|
249 | public function setIntegrationEndpoints($integrationEndpoints)
|
---|
250 | {
|
---|
251 | $this->integrationEndpoints = $integrationEndpoints;
|
---|
252 | }
|
---|
253 | /**
|
---|
254 | * @return string[]
|
---|
255 | */
|
---|
256 | public function getIntegrationEndpoints()
|
---|
257 | {
|
---|
258 | return $this->integrationEndpoints;
|
---|
259 | }
|
---|
260 | /**
|
---|
261 | * @param string
|
---|
262 | */
|
---|
263 | public function setLastModifiedAt($lastModifiedAt)
|
---|
264 | {
|
---|
265 | $this->lastModifiedAt = $lastModifiedAt;
|
---|
266 | }
|
---|
267 | /**
|
---|
268 | * @return string
|
---|
269 | */
|
---|
270 | public function getLastModifiedAt()
|
---|
271 | {
|
---|
272 | return $this->lastModifiedAt;
|
---|
273 | }
|
---|
274 | /**
|
---|
275 | * @param string
|
---|
276 | */
|
---|
277 | public function setName($name)
|
---|
278 | {
|
---|
279 | $this->name = $name;
|
---|
280 | }
|
---|
281 | /**
|
---|
282 | * @return string
|
---|
283 | */
|
---|
284 | public function getName()
|
---|
285 | {
|
---|
286 | return $this->name;
|
---|
287 | }
|
---|
288 | /**
|
---|
289 | * @param string[]
|
---|
290 | */
|
---|
291 | public function setPolicies($policies)
|
---|
292 | {
|
---|
293 | $this->policies = $policies;
|
---|
294 | }
|
---|
295 | /**
|
---|
296 | * @return string[]
|
---|
297 | */
|
---|
298 | public function getPolicies()
|
---|
299 | {
|
---|
300 | return $this->policies;
|
---|
301 | }
|
---|
302 | /**
|
---|
303 | * @param string[]
|
---|
304 | */
|
---|
305 | public function setProxies($proxies)
|
---|
306 | {
|
---|
307 | $this->proxies = $proxies;
|
---|
308 | }
|
---|
309 | /**
|
---|
310 | * @return string[]
|
---|
311 | */
|
---|
312 | public function getProxies()
|
---|
313 | {
|
---|
314 | return $this->proxies;
|
---|
315 | }
|
---|
316 | /**
|
---|
317 | * @param string[]
|
---|
318 | */
|
---|
319 | public function setProxyEndpoints($proxyEndpoints)
|
---|
320 | {
|
---|
321 | $this->proxyEndpoints = $proxyEndpoints;
|
---|
322 | }
|
---|
323 | /**
|
---|
324 | * @return string[]
|
---|
325 | */
|
---|
326 | public function getProxyEndpoints()
|
---|
327 | {
|
---|
328 | return $this->proxyEndpoints;
|
---|
329 | }
|
---|
330 | /**
|
---|
331 | * @param GoogleCloudApigeeV1ResourceFiles
|
---|
332 | */
|
---|
333 | public function setResourceFiles(GoogleCloudApigeeV1ResourceFiles $resourceFiles)
|
---|
334 | {
|
---|
335 | $this->resourceFiles = $resourceFiles;
|
---|
336 | }
|
---|
337 | /**
|
---|
338 | * @return GoogleCloudApigeeV1ResourceFiles
|
---|
339 | */
|
---|
340 | public function getResourceFiles()
|
---|
341 | {
|
---|
342 | return $this->resourceFiles;
|
---|
343 | }
|
---|
344 | /**
|
---|
345 | * @param string[]
|
---|
346 | */
|
---|
347 | public function setResources($resources)
|
---|
348 | {
|
---|
349 | $this->resources = $resources;
|
---|
350 | }
|
---|
351 | /**
|
---|
352 | * @return string[]
|
---|
353 | */
|
---|
354 | public function getResources()
|
---|
355 | {
|
---|
356 | return $this->resources;
|
---|
357 | }
|
---|
358 | /**
|
---|
359 | * @param string
|
---|
360 | */
|
---|
361 | public function setRevision($revision)
|
---|
362 | {
|
---|
363 | $this->revision = $revision;
|
---|
364 | }
|
---|
365 | /**
|
---|
366 | * @return string
|
---|
367 | */
|
---|
368 | public function getRevision()
|
---|
369 | {
|
---|
370 | return $this->revision;
|
---|
371 | }
|
---|
372 | /**
|
---|
373 | * @param string[]
|
---|
374 | */
|
---|
375 | public function setSharedFlows($sharedFlows)
|
---|
376 | {
|
---|
377 | $this->sharedFlows = $sharedFlows;
|
---|
378 | }
|
---|
379 | /**
|
---|
380 | * @return string[]
|
---|
381 | */
|
---|
382 | public function getSharedFlows()
|
---|
383 | {
|
---|
384 | return $this->sharedFlows;
|
---|
385 | }
|
---|
386 | /**
|
---|
387 | * @param string
|
---|
388 | */
|
---|
389 | public function setSpec($spec)
|
---|
390 | {
|
---|
391 | $this->spec = $spec;
|
---|
392 | }
|
---|
393 | /**
|
---|
394 | * @return string
|
---|
395 | */
|
---|
396 | public function getSpec()
|
---|
397 | {
|
---|
398 | return $this->spec;
|
---|
399 | }
|
---|
400 | /**
|
---|
401 | * @param string[]
|
---|
402 | */
|
---|
403 | public function setTargetEndpoints($targetEndpoints)
|
---|
404 | {
|
---|
405 | $this->targetEndpoints = $targetEndpoints;
|
---|
406 | }
|
---|
407 | /**
|
---|
408 | * @return string[]
|
---|
409 | */
|
---|
410 | public function getTargetEndpoints()
|
---|
411 | {
|
---|
412 | return $this->targetEndpoints;
|
---|
413 | }
|
---|
414 | /**
|
---|
415 | * @param string[]
|
---|
416 | */
|
---|
417 | public function setTargetServers($targetServers)
|
---|
418 | {
|
---|
419 | $this->targetServers = $targetServers;
|
---|
420 | }
|
---|
421 | /**
|
---|
422 | * @return string[]
|
---|
423 | */
|
---|
424 | public function getTargetServers()
|
---|
425 | {
|
---|
426 | return $this->targetServers;
|
---|
427 | }
|
---|
428 | /**
|
---|
429 | * @param string[]
|
---|
430 | */
|
---|
431 | public function setTargets($targets)
|
---|
432 | {
|
---|
433 | $this->targets = $targets;
|
---|
434 | }
|
---|
435 | /**
|
---|
436 | * @return string[]
|
---|
437 | */
|
---|
438 | public function getTargets()
|
---|
439 | {
|
---|
440 | return $this->targets;
|
---|
441 | }
|
---|
442 | /**
|
---|
443 | * @param string[]
|
---|
444 | */
|
---|
445 | public function setTeams($teams)
|
---|
446 | {
|
---|
447 | $this->teams = $teams;
|
---|
448 | }
|
---|
449 | /**
|
---|
450 | * @return string[]
|
---|
451 | */
|
---|
452 | public function getTeams()
|
---|
453 | {
|
---|
454 | return $this->teams;
|
---|
455 | }
|
---|
456 | /**
|
---|
457 | * @param string
|
---|
458 | */
|
---|
459 | public function setType($type)
|
---|
460 | {
|
---|
461 | $this->type = $type;
|
---|
462 | }
|
---|
463 | /**
|
---|
464 | * @return string
|
---|
465 | */
|
---|
466 | public function getType()
|
---|
467 | {
|
---|
468 | return $this->type;
|
---|
469 | }
|
---|
470 | }
|
---|
471 |
|
---|
472 | // Adding a class alias for backwards compatibility with the previous class name.
|
---|
473 | class_alias(GoogleCloudApigeeV1ApiProxyRevision::class, 'Google_Service_Apigee_GoogleCloudApigeeV1ApiProxyRevision');
|
---|