PluginProbe
Analytify – Google Analytics Dashboard For WordPress (GA4 analytics tracking) / 1.2.0
Analytify – Google Analytics Dashboard For WordPress (GA4 analytics tracking) v1.2.0
9.1.2 9.1.1 9.1.0 9.0.2 9.0.1 trunk 1.0.0 1.0.1 1.0.2 1.0.3 1.0.4 1.0.5 1.0.6 1.0.7 1.1.0 1.1.1 1.2.0 1.2.1 1.2.2 1.2.3 1.2.4 1.2.5 1.3.0 1.3.1 1.3.2 All 153 releases
wp-analytify / lib / Google / Service / Manager.php

Manager.php in Analytify – Google Analytics Dashboard For WordPress (GA4 analytics tracking) 1.2.0, at lib/Google/Service/Manager.php

1,941 lines 43.7 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2 /*
3 * Copyright 2010 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 /**
19 * Service definition for Manager (v1beta2).
20 *
21 * <p>
22 * The Deployment Manager API allows users to declaratively configure, deploy and run complex solutions on the Google Cloud Platform.
23 * </p>
24 *
25 * <p>
26 * For more information about this service, see the API
27 * <a href="https://developers.google.com/deployment-manager/" target="_blank">Documentation</a>
28 * </p>
29 *
30 * @author Google, Inc.
31 */
32 class Analytify_Google_Service_Manager extends Analytify_Google_Service
33 {
34 /** View and manage your applications deployed on Google App Engine. */
35 const APPENGINE_ADMIN = "https://www.googleapis.com/auth/appengine.admin";
36 /** View and manage your data across Google Cloud Platform services. */
37 const CLOUD_PLATFORM = "https://www.googleapis.com/auth/cloud-platform";
38 /** View and manage your Google Compute Engine resources. */
39 const COMPUTE = "https://www.googleapis.com/auth/compute";
40 /** Manage your data in Google Cloud Storage. */
41 const DEVSTORAGE_READ_WRITE = "https://www.googleapis.com/auth/devstorage.read_write";
42 /** View and manage your Google Cloud Platform management resources and deployment status information. */
43 const NDEV_CLOUDMAN = "https://www.googleapis.com/auth/ndev.cloudman";
44 /** View your Google Cloud Platform management resources and deployment status information. */
45 const NDEV_CLOUDMAN_READONLY = "https://www.googleapis.com/auth/ndev.cloudman.readonly";
46
47 public $deployments;
48 public $templates;
49
50
51 /**
52 * Constructs the internal representation of the Manager service.
53 *
54 * @param Analytify_Google_Client $client
55 */
56 public function __construct(Analytify_Google_Client $client)
57 {
58 parent::__construct($client);
59 $this->servicePath = 'manager/v1beta2/projects/';
60 $this->version = 'v1beta2';
61 $this->serviceName = 'manager';
62
63 $this->deployments = new Analytify_Google_Service_Manager_Deployments_Resource(
64 $this,
65 $this->serviceName,
66 'deployments',
67 array(
68 'methods' => array(
69 'delete' => array(
70 'path' => '{projectId}/regions/{region}/deployments/{deploymentName}',
71 'httpMethod' => 'DELETE',
72 'parameters' => array(
73 'projectId' => array(
74 'location' => 'path',
75 'type' => 'string',
76 'required' => true,
77 ),
78 'region' => array(
79 'location' => 'path',
80 'type' => 'string',
81 'required' => true,
82 ),
83 'deploymentName' => array(
84 'location' => 'path',
85 'type' => 'string',
86 'required' => true,
87 ),
88 ),
89 ),'get' => array(
90 'path' => '{projectId}/regions/{region}/deployments/{deploymentName}',
91 'httpMethod' => 'GET',
92 'parameters' => array(
93 'projectId' => array(
94 'location' => 'path',
95 'type' => 'string',
96 'required' => true,
97 ),
98 'region' => array(
99 'location' => 'path',
100 'type' => 'string',
101 'required' => true,
102 ),
103 'deploymentName' => array(
104 'location' => 'path',
105 'type' => 'string',
106 'required' => true,
107 ),
108 ),
109 ),'insert' => array(
110 'path' => '{projectId}/regions/{region}/deployments',
111 'httpMethod' => 'POST',
112 'parameters' => array(
113 'projectId' => array(
114 'location' => 'path',
115 'type' => 'string',
116 'required' => true,
117 ),
118 'region' => array(
119 'location' => 'path',
120 'type' => 'string',
121 'required' => true,
122 ),
123 ),
124 ),'list' => array(
125 'path' => '{projectId}/regions/{region}/deployments',
126 'httpMethod' => 'GET',
127 'parameters' => array(
128 'projectId' => array(
129 'location' => 'path',
130 'type' => 'string',
131 'required' => true,
132 ),
133 'region' => array(
134 'location' => 'path',
135 'type' => 'string',
136 'required' => true,
137 ),
138 'pageToken' => array(
139 'location' => 'query',
140 'type' => 'string',
141 ),
142 'maxResults' => array(
143 'location' => 'query',
144 'type' => 'integer',
145 ),
146 ),
147 ),
148 )
149 )
150 );
151 $this->templates = new Analytify_Google_Service_Manager_Templates_Resource(
152 $this,
153 $this->serviceName,
154 'templates',
155 array(
156 'methods' => array(
157 'delete' => array(
158 'path' => '{projectId}/templates/{templateName}',
159 'httpMethod' => 'DELETE',
160 'parameters' => array(
161 'projectId' => array(
162 'location' => 'path',
163 'type' => 'string',
164 'required' => true,
165 ),
166 'templateName' => array(
167 'location' => 'path',
168 'type' => 'string',
169 'required' => true,
170 ),
171 ),
172 ),'get' => array(
173 'path' => '{projectId}/templates/{templateName}',
174 'httpMethod' => 'GET',
175 'parameters' => array(
176 'projectId' => array(
177 'location' => 'path',
178 'type' => 'string',
179 'required' => true,
180 ),
181 'templateName' => array(
182 'location' => 'path',
183 'type' => 'string',
184 'required' => true,
185 ),
186 ),
187 ),'insert' => array(
188 'path' => '{projectId}/templates',
189 'httpMethod' => 'POST',
190 'parameters' => array(
191 'projectId' => array(
192 'location' => 'path',
193 'type' => 'string',
194 'required' => true,
195 ),
196 ),
197 ),'list' => array(
198 'path' => '{projectId}/templates',
199 'httpMethod' => 'GET',
200 'parameters' => array(
201 'projectId' => array(
202 'location' => 'path',
203 'type' => 'string',
204 'required' => true,
205 ),
206 'pageToken' => array(
207 'location' => 'query',
208 'type' => 'string',
209 ),
210 'maxResults' => array(
211 'location' => 'query',
212 'type' => 'integer',
213 ),
214 ),
215 ),
216 )
217 )
218 );
219 }
220 }
221
222
223 /**
224 * The "deployments" collection of methods.
225 * Typical usage is:
226 * <code>
227 * $managerService = new Analytify_Google_Service_Manager(...);
228 * $deployments = $managerService->deployments;
229 * </code>
230 */
231 class Analytify_Google_Service_Manager_Deployments_Resource extends Analytify_Google_Service_Resource
232 {
233
234 /**
235 * (deployments.delete)
236 *
237 * @param string $projectId
238 *
239 * @param string $region
240 *
241 * @param string $deploymentName
242 *
243 * @param array $optParams Optional parameters.
244 */
245 public function delete($projectId, $region, $deploymentName, $optParams = array())
246 {
247 $params = array('projectId' => $projectId, 'region' => $region, 'deploymentName' => $deploymentName);
248 $params = array_merge($params, $optParams);
249 return $this->call('delete', array($params));
250 }
251 /**
252 * (deployments.get)
253 *
254 * @param string $projectId
255 *
256 * @param string $region
257 *
258 * @param string $deploymentName
259 *
260 * @param array $optParams Optional parameters.
261 * @return Analytify_Google_Service_Manager_Deployment
262 */
263 public function get($projectId, $region, $deploymentName, $optParams = array())
264 {
265 $params = array('projectId' => $projectId, 'region' => $region, 'deploymentName' => $deploymentName);
266 $params = array_merge($params, $optParams);
267 return $this->call('get', array($params), "Analytify_Google_Service_Manager_Deployment");
268 }
269 /**
270 * (deployments.insert)
271 *
272 * @param string $projectId
273 *
274 * @param string $region
275 *
276 * @param Analytify_Google_Deployment $postBody
277 * @param array $optParams Optional parameters.
278 * @return Analytify_Google_Service_Manager_Deployment
279 */
280 public function insert($projectId, $region, Analytify_Google_Service_Manager_Deployment $postBody, $optParams = array())
281 {
282 $params = array('projectId' => $projectId, 'region' => $region, 'postBody' => $postBody);
283 $params = array_merge($params, $optParams);
284 return $this->call('insert', array($params), "Analytify_Google_Service_Manager_Deployment");
285 }
286 /**
287 * (deployments.listDeployments)
288 *
289 * @param string $projectId
290 *
291 * @param string $region
292 *
293 * @param array $optParams Optional parameters.
294 *
295 * @opt_param string pageToken
296 * Specifies a nextPageToken returned by a previous list request. This token can be used to request
297 * the next page of results from a previous list request.
298 * @opt_param int maxResults
299 * Maximum count of results to be returned. Acceptable values are 0 to 100, inclusive. (Default:
300 * 50)
301 * @return Analytify_Google_Service_Manager_DeploymentsListResponse
302 */
303 public function listDeployments($projectId, $region, $optParams = array())
304 {
305 $params = array('projectId' => $projectId, 'region' => $region);
306 $params = array_merge($params, $optParams);
307 return $this->call('list', array($params), "Analytify_Google_Service_Manager_DeploymentsListResponse");
308 }
309 }
310
311 /**
312 * The "templates" collection of methods.
313 * Typical usage is:
314 * <code>
315 * $managerService = new Analytify_Google_Service_Manager(...);
316 * $templates = $managerService->templates;
317 * </code>
318 */
319 class Analytify_Google_Service_Manager_Templates_Resource extends Analytify_Google_Service_Resource
320 {
321
322 /**
323 * (templates.delete)
324 *
325 * @param string $projectId
326 *
327 * @param string $templateName
328 *
329 * @param array $optParams Optional parameters.
330 */
331 public function delete($projectId, $templateName, $optParams = array())
332 {
333 $params = array('projectId' => $projectId, 'templateName' => $templateName);
334 $params = array_merge($params, $optParams);
335 return $this->call('delete', array($params));
336 }
337 /**
338 * (templates.get)
339 *
340 * @param string $projectId
341 *
342 * @param string $templateName
343 *
344 * @param array $optParams Optional parameters.
345 * @return Analytify_Google_Service_Manager_Template
346 */
347 public function get($projectId, $templateName, $optParams = array())
348 {
349 $params = array('projectId' => $projectId, 'templateName' => $templateName);
350 $params = array_merge($params, $optParams);
351 return $this->call('get', array($params), "Analytify_Google_Service_Manager_Template");
352 }
353 /**
354 * (templates.insert)
355 *
356 * @param string $projectId
357 *
358 * @param Analytify_Google_Template $postBody
359 * @param array $optParams Optional parameters.
360 * @return Analytify_Google_Service_Manager_Template
361 */
362 public function insert($projectId, Analytify_Google_Service_Manager_Template $postBody, $optParams = array())
363 {
364 $params = array('projectId' => $projectId, 'postBody' => $postBody);
365 $params = array_merge($params, $optParams);
366 return $this->call('insert', array($params), "Analytify_Google_Service_Manager_Template");
367 }
368 /**
369 * (templates.listTemplates)
370 *
371 * @param string $projectId
372 *
373 * @param array $optParams Optional parameters.
374 *
375 * @opt_param string pageToken
376 * Specifies a nextPageToken returned by a previous list request. This token can be used to request
377 * the next page of results from a previous list request.
378 * @opt_param int maxResults
379 * Maximum count of results to be returned. Acceptable values are 0 to 100, inclusive. (Default:
380 * 50)
381 * @return Analytify_Google_Service_Manager_TemplatesListResponse
382 */
383 public function listTemplates($projectId, $optParams = array())
384 {
385 $params = array('projectId' => $projectId);
386 $params = array_merge($params, $optParams);
387 return $this->call('list', array($params), "Analytify_Google_Service_Manager_TemplatesListResponse");
388 }
389 }
390
391
392
393
394 class Analytify_Google_Service_Manager_AccessConfig extends Analytify_Google_Model
395 {
396 public $name;
397 public $natIp;
398 public $type;
399
400 public function setName($name)
401 {
402 $this->name = $name;
403 }
404
405 public function getName()
406 {
407 return $this->name;
408 }
409
410 public function setNatIp($natIp)
411 {
412 $this->natIp = $natIp;
413 }
414
415 public function getNatIp()
416 {
417 return $this->natIp;
418 }
419
420 public function setType($type)
421 {
422 $this->type = $type;
423 }
424
425 public function getType()
426 {
427 return $this->type;
428 }
429 }
430
431 class Analytify_Google_Service_Manager_Action extends Analytify_Google_Collection
432 {
433 public $commands;
434 public $timeoutMs;
435
436 public function setCommands($commands)
437 {
438 $this->commands = $commands;
439 }
440
441 public function getCommands()
442 {
443 return $this->commands;
444 }
445
446 public function setTimeoutMs($timeoutMs)
447 {
448 $this->timeoutMs = $timeoutMs;
449 }
450
451 public function getTimeoutMs()
452 {
453 return $this->timeoutMs;
454 }
455 }
456
457 class Analytify_Google_Service_Manager_AllowedRule extends Analytify_Google_Collection
458 {
459 public $iPProtocol;
460 public $ports;
461
462 public function setIPProtocol($iPProtocol)
463 {
464 $this->iPProtocol = $iPProtocol;
465 }
466
467 public function getIPProtocol()
468 {
469 return $this->iPProtocol;
470 }
471
472 public function setPorts($ports)
473 {
474 $this->ports = $ports;
475 }
476
477 public function getPorts()
478 {
479 return $this->ports;
480 }
481 }
482
483 class Analytify_Google_Service_Manager_AutoscalingModule extends Analytify_Google_Model
484 {
485 public $coolDownPeriodSec;
486 public $description;
487 public $maxNumReplicas;
488 public $minNumReplicas;
489 public $signalType;
490 public $targetModule;
491 public $targetUtilization;
492
493 public function setCoolDownPeriodSec($coolDownPeriodSec)
494 {
495 $this->coolDownPeriodSec = $coolDownPeriodSec;
496 }
497
498 public function getCoolDownPeriodSec()
499 {
500 return $this->coolDownPeriodSec;
501 }
502
503 public function setDescription($description)
504 {
505 $this->description = $description;
506 }
507
508 public function getDescription()
509 {
510 return $this->description;
511 }
512
513 public function setMaxNumReplicas($maxNumReplicas)
514 {
515 $this->maxNumReplicas = $maxNumReplicas;
516 }
517
518 public function getMaxNumReplicas()
519 {
520 return $this->maxNumReplicas;
521 }
522
523 public function setMinNumReplicas($minNumReplicas)
524 {
525 $this->minNumReplicas = $minNumReplicas;
526 }
527
528 public function getMinNumReplicas()
529 {
530 return $this->minNumReplicas;
531 }
532
533 public function setSignalType($signalType)
534 {
535 $this->signalType = $signalType;
536 }
537
538 public function getSignalType()
539 {
540 return $this->signalType;
541 }
542
543 public function setTargetModule($targetModule)
544 {
545 $this->targetModule = $targetModule;
546 }
547
548 public function getTargetModule()
549 {
550 return $this->targetModule;
551 }
552
553 public function setTargetUtilization($targetUtilization)
554 {
555 $this->targetUtilization = $targetUtilization;
556 }
557
558 public function getTargetUtilization()
559 {
560 return $this->targetUtilization;
561 }
562 }
563
564 class Analytify_Google_Service_Manager_AutoscalingModuleStatus extends Analytify_Google_Model
565 {
566 public $autoscalingConfigUrl;
567
568 public function setAutoscalingConfigUrl($autoscalingConfigUrl)
569 {
570 $this->autoscalingConfigUrl = $autoscalingConfigUrl;
571 }
572
573 public function getAutoscalingConfigUrl()
574 {
575 return $this->autoscalingConfigUrl;
576 }
577 }
578
579 class Analytify_Google_Service_Manager_DeployState extends Analytify_Google_Model
580 {
581 public $details;
582 public $status;
583
584 public function setDetails($details)
585 {
586 $this->details = $details;
587 }
588
589 public function getDetails()
590 {
591 return $this->details;
592 }
593
594 public function setStatus($status)
595 {
596 $this->status = $status;
597 }
598
599 public function getStatus()
600 {
601 return $this->status;
602 }
603 }
604
605 class Analytify_Google_Service_Manager_Deployment extends Analytify_Google_Collection
606 {
607 public $creationDate;
608 public $description;
609 protected $modulesType = 'Analytify_Google_Service_Manager_ModuleStatus';
610 protected $modulesDataType = 'map';
611 public $name;
612 protected $overridesType = 'Analytify_Google_Service_Manager_ParamOverride';
613 protected $overridesDataType = 'array';
614 protected $stateType = 'Analytify_Google_Service_Manager_DeployState';
615 protected $stateDataType = '';
616 public $templateName;
617
618 public function setCreationDate($creationDate)
619 {
620 $this->creationDate = $creationDate;
621 }
622
623 public function getCreationDate()
624 {
625 return $this->creationDate;
626 }
627
628 public function setDescription($description)
629 {
630 $this->description = $description;
631 }
632
633 public function getDescription()
634 {
635 return $this->description;
636 }
637
638 public function setModules($modules)
639 {
640 $this->modules = $modules;
641 }
642
643 public function getModules()
644 {
645 return $this->modules;
646 }
647
648 public function setName($name)
649 {
650 $this->name = $name;
651 }
652
653 public function getName()
654 {
655 return $this->name;
656 }
657
658 public function setOverrides($overrides)
659 {
660 $this->overrides = $overrides;
661 }
662
663 public function getOverrides()
664 {
665 return $this->overrides;
666 }
667
668 public function setState(Analytify_Google_Service_Manager_DeployState $state)
669 {
670 $this->state = $state;
671 }
672
673 public function getState()
674 {
675 return $this->state;
676 }
677
678 public function setTemplateName($templateName)
679 {
680 $this->templateName = $templateName;
681 }
682
683 public function getTemplateName()
684 {
685 return $this->templateName;
686 }
687 }
688
689 class Analytify_Google_Service_Manager_DeploymentModules extends Analytify_Google_Model
690 {
691
692 }
693
694 class Analytify_Google_Service_Manager_DeploymentsListResponse extends Analytify_Google_Collection
695 {
696 public $nextPageToken;
697 protected $resourcesType = 'Analytify_Google_Service_Manager_Deployment';
698 protected $resourcesDataType = 'array';
699
700 public function setNextPageToken($nextPageToken)
701 {
702 $this->nextPageToken = $nextPageToken;
703 }
704
705 public function getNextPageToken()
706 {
707 return $this->nextPageToken;
708 }
709
710 public function setResources($resources)
711 {
712 $this->resources = $resources;
713 }
714
715 public function getResources()
716 {
717 return $this->resources;
718 }
719 }
720
721 class Analytify_Google_Service_Manager_DiskAttachment extends Analytify_Google_Model
722 {
723 public $deviceName;
724 public $index;
725
726 public function setDeviceName($deviceName)
727 {
728 $this->deviceName = $deviceName;
729 }
730
731 public function getDeviceName()
732 {
733 return $this->deviceName;
734 }
735
736 public function setIndex($index)
737 {
738 $this->index = $index;
739 }
740
741 public function getIndex()
742 {
743 return $this->index;
744 }
745 }
746
747 class Analytify_Google_Service_Manager_EnvVariable extends Analytify_Google_Model
748 {
749 public $hidden;
750 public $value;
751
752 public function setHidden($hidden)
753 {
754 $this->hidden = $hidden;
755 }
756
757 public function getHidden()
758 {
759 return $this->hidden;
760 }
761
762 public function setValue($value)
763 {
764 $this->value = $value;
765 }
766
767 public function getValue()
768 {
769 return $this->value;
770 }
771 }
772
773 class Analytify_Google_Service_Manager_ExistingDisk extends Analytify_Google_Model
774 {
775 protected $attachmentType = 'Analytify_Google_Service_Manager_DiskAttachment';
776 protected $attachmentDataType = '';
777 public $source;
778
779 public function setAttachment(Analytify_Google_Service_Manager_DiskAttachment $attachment)
780 {
781 $this->attachment = $attachment;
782 }
783
784 public function getAttachment()
785 {
786 return $this->attachment;
787 }
788
789 public function setSource($source)
790 {
791 $this->source = $source;
792 }
793
794 public function getSource()
795 {
796 return $this->source;
797 }
798 }
799
800 class Analytify_Google_Service_Manager_FirewallModule extends Analytify_Google_Collection
801 {
802 protected $allowedType = 'Analytify_Google_Service_Manager_AllowedRule';
803 protected $allowedDataType = 'array';
804 public $description;
805 public $network;
806 public $sourceRanges;
807 public $sourceTags;
808 public $targetTags;
809
810 public function setAllowed($allowed)
811 {
812 $this->allowed = $allowed;
813 }
814
815 public function getAllowed()
816 {
817 return $this->allowed;
818 }
819
820 public function setDescription($description)
821 {
822 $this->description = $description;
823 }
824
825 public function getDescription()
826 {
827 return $this->description;
828 }
829
830 public function setNetwork($network)
831 {
832 $this->network = $network;
833 }
834
835 public function getNetwork()
836 {
837 return $this->network;
838 }
839
840 public function setSourceRanges($sourceRanges)
841 {
842 $this->sourceRanges = $sourceRanges;
843 }
844
845 public function getSourceRanges()
846 {
847 return $this->sourceRanges;
848 }
849
850 public function setSourceTags($sourceTags)
851 {
852 $this->sourceTags = $sourceTags;
853 }
854
855 public function getSourceTags()
856 {
857 return $this->sourceTags;
858 }
859
860 public function setTargetTags($targetTags)
861 {
862 $this->targetTags = $targetTags;
863 }
864
865 public function getTargetTags()
866 {
867 return $this->targetTags;
868 }
869 }
870
871 class Analytify_Google_Service_Manager_FirewallModuleStatus extends Analytify_Google_Model
872 {
873 public $firewallUrl;
874
875 public function setFirewallUrl($firewallUrl)
876 {
877 $this->firewallUrl = $firewallUrl;
878 }
879
880 public function getFirewallUrl()
881 {
882 return $this->firewallUrl;
883 }
884 }
885
886 class Analytify_Google_Service_Manager_HealthCheckModule extends Analytify_Google_Model
887 {
888 public $checkIntervalSec;
889 public $description;
890 public $healthyThreshold;
891 public $host;
892 public $path;
893 public $port;
894 public $timeoutSec;
895 public $unhealthyThreshold;
896
897 public function setCheckIntervalSec($checkIntervalSec)
898 {
899 $this->checkIntervalSec = $checkIntervalSec;
900 }
901
902 public function getCheckIntervalSec()
903 {
904 return $this->checkIntervalSec;
905 }
906
907 public function setDescription($description)
908 {
909 $this->description = $description;
910 }
911
912 public function getDescription()
913 {
914 return $this->description;
915 }
916
917 public function setHealthyThreshold($healthyThreshold)
918 {
919 $this->healthyThreshold = $healthyThreshold;
920 }
921
922 public function getHealthyThreshold()
923 {
924 return $this->healthyThreshold;
925 }
926
927 public function setHost($host)
928 {
929 $this->host = $host;
930 }
931
932 public function getHost()
933 {
934 return $this->host;
935 }
936
937 public function setPath($path)
938 {
939 $this->path = $path;
940 }
941
942 public function getPath()
943 {
944 return $this->path;
945 }
946
947 public function setPort($port)
948 {
949 $this->port = $port;
950 }
951
952 public function getPort()
953 {
954 return $this->port;
955 }
956
957 public function setTimeoutSec($timeoutSec)
958 {
959 $this->timeoutSec = $timeoutSec;
960 }
961
962 public function getTimeoutSec()
963 {
964 return $this->timeoutSec;
965 }
966
967 public function setUnhealthyThreshold($unhealthyThreshold)
968 {
969 $this->unhealthyThreshold = $unhealthyThreshold;
970 }
971
972 public function getUnhealthyThreshold()
973 {
974 return $this->unhealthyThreshold;
975 }
976 }
977
978 class Analytify_Google_Service_Manager_HealthCheckModuleStatus extends Analytify_Google_Model
979 {
980 public $healthCheckUrl;
981
982 public function setHealthCheckUrl($healthCheckUrl)
983 {
984 $this->healthCheckUrl = $healthCheckUrl;
985 }
986
987 public function getHealthCheckUrl()
988 {
989 return $this->healthCheckUrl;
990 }
991 }
992
993 class Analytify_Google_Service_Manager_LbModule extends Analytify_Google_Collection
994 {
995 public $description;
996 public $healthChecks;
997 public $ipAddress;
998 public $ipProtocol;
999 public $portRange;
1000 public $targetModules;
1001
1002 public function setDescription($description)
1003 {
1004 $this->description = $description;
1005 }
1006
1007 public function getDescription()
1008 {
1009 return $this->description;
1010 }
1011
1012 public function setHealthChecks($healthChecks)
1013 {
1014 $this->healthChecks = $healthChecks;
1015 }
1016
1017 public function getHealthChecks()
1018 {
1019 return $this->healthChecks;
1020 }
1021
1022 public function setIpAddress($ipAddress)
1023 {
1024 $this->ipAddress = $ipAddress;
1025 }
1026
1027 public function getIpAddress()
1028 {
1029 return $this->ipAddress;
1030 }
1031
1032 public function setIpProtocol($ipProtocol)
1033 {
1034 $this->ipProtocol = $ipProtocol;
1035 }
1036
1037 public function getIpProtocol()
1038 {
1039 return $this->ipProtocol;
1040 }
1041
1042 public function setPortRange($portRange)
1043 {
1044 $this->portRange = $portRange;
1045 }
1046
1047 public function getPortRange()
1048 {
1049 return $this->portRange;
1050 }
1051
1052 public function setTargetModules($targetModules)
1053 {
1054 $this->targetModules = $targetModules;
1055 }
1056
1057 public function getTargetModules()
1058 {
1059 return $this->targetModules;
1060 }
1061 }
1062
1063 class Analytify_Google_Service_Manager_LbModuleStatus extends Analytify_Google_Model
1064 {
1065 public $forwardingRuleUrl;
1066 public $targetPoolUrl;
1067
1068 public function setForwardingRuleUrl($forwardingRuleUrl)
1069 {
1070 $this->forwardingRuleUrl = $forwardingRuleUrl;
1071 }
1072
1073 public function getForwardingRuleUrl()
1074 {
1075 return $this->forwardingRuleUrl;
1076 }
1077
1078 public function setTargetPoolUrl($targetPoolUrl)
1079 {
1080 $this->targetPoolUrl = $targetPoolUrl;
1081 }
1082
1083 public function getTargetPoolUrl()
1084 {
1085 return $this->targetPoolUrl;
1086 }
1087 }
1088
1089 class Analytify_Google_Service_Manager_Metadata extends Analytify_Google_Collection
1090 {
1091 public $fingerPrint;
1092 protected $itemsType = 'Analytify_Google_Service_Manager_MetadataItem';
1093 protected $itemsDataType = 'array';
1094
1095 public function setFingerPrint($fingerPrint)
1096 {
1097 $this->fingerPrint = $fingerPrint;
1098 }
1099
1100 public function getFingerPrint()
1101 {
1102 return $this->fingerPrint;
1103 }
1104
1105 public function setItems($items)
1106 {
1107 $this->items = $items;
1108 }
1109
1110 public function getItems()
1111 {
1112 return $this->items;
1113 }
1114 }
1115
1116 class Analytify_Google_Service_Manager_MetadataItem extends Analytify_Google_Model
1117 {
1118 public $key;
1119 public $value;
1120
1121 public function setKey($key)
1122 {
1123 $this->key = $key;
1124 }
1125
1126 public function getKey()
1127 {
1128 return $this->key;
1129 }
1130
1131 public function setValue($value)
1132 {
1133 $this->value = $value;
1134 }
1135
1136 public function getValue()
1137 {
1138 return $this->value;
1139 }
1140 }
1141
1142 class Analytify_Google_Service_Manager_Module extends Analytify_Google_Model
1143 {
1144 protected $autoscalingModuleType = 'Analytify_Google_Service_Manager_AutoscalingModule';
1145 protected $autoscalingModuleDataType = '';
1146 protected $firewallModuleType = 'Analytify_Google_Service_Manager_FirewallModule';
1147 protected $firewallModuleDataType = '';
1148 protected $healthCheckModuleType = 'Analytify_Google_Service_Manager_HealthCheckModule';
1149 protected $healthCheckModuleDataType = '';
1150 protected $lbModuleType = 'Analytify_Google_Service_Manager_LbModule';
1151 protected $lbModuleDataType = '';
1152 protected $networkModuleType = 'Analytify_Google_Service_Manager_NetworkModule';
1153 protected $networkModuleDataType = '';
1154 protected $replicaPoolModuleType = 'Analytify_Google_Service_Manager_ReplicaPoolModule';
1155 protected $replicaPoolModuleDataType = '';
1156 public $type;
1157
1158 public function setAutoscalingModule(Analytify_Google_Service_Manager_AutoscalingModule $autoscalingModule)
1159 {
1160 $this->autoscalingModule = $autoscalingModule;
1161 }
1162
1163 public function getAutoscalingModule()
1164 {
1165 return $this->autoscalingModule;
1166 }
1167
1168 public function setFirewallModule(Analytify_Google_Service_Manager_FirewallModule $firewallModule)
1169 {
1170 $this->firewallModule = $firewallModule;
1171 }
1172
1173 public function getFirewallModule()
1174 {
1175 return $this->firewallModule;
1176 }
1177
1178 public function setHealthCheckModule(Analytify_Google_Service_Manager_HealthCheckModule $healthCheckModule)
1179 {
1180 $this->healthCheckModule = $healthCheckModule;
1181 }
1182
1183 public function getHealthCheckModule()
1184 {
1185 return $this->healthCheckModule;
1186 }
1187
1188 public function setLbModule(Analytify_Google_Service_Manager_LbModule $lbModule)
1189 {
1190 $this->lbModule = $lbModule;
1191 }
1192
1193 public function getLbModule()
1194 {
1195 return $this->lbModule;
1196 }
1197
1198 public function setNetworkModule(Analytify_Google_Service_Manager_NetworkModule $networkModule)
1199 {
1200 $this->networkModule = $networkModule;
1201 }
1202
1203 public function getNetworkModule()
1204 {
1205 return $this->networkModule;
1206 }
1207
1208 public function setReplicaPoolModule(Analytify_Google_Service_Manager_ReplicaPoolModule $replicaPoolModule)
1209 {
1210 $this->replicaPoolModule = $replicaPoolModule;
1211 }
1212
1213 public function getReplicaPoolModule()
1214 {
1215 return $this->replicaPoolModule;
1216 }
1217
1218 public function setType($type)
1219 {
1220 $this->type = $type;
1221 }
1222
1223 public function getType()
1224 {
1225 return $this->type;
1226 }
1227 }
1228
1229 class Analytify_Google_Service_Manager_ModuleStatus extends Analytify_Google_Model
1230 {
1231 protected $autoscalingModuleStatusType = 'Analytify_Google_Service_Manager_AutoscalingModuleStatus';
1232 protected $autoscalingModuleStatusDataType = '';
1233 protected $firewallModuleStatusType = 'Analytify_Google_Service_Manager_FirewallModuleStatus';
1234 protected $firewallModuleStatusDataType = '';
1235 protected $healthCheckModuleStatusType = 'Analytify_Google_Service_Manager_HealthCheckModuleStatus';
1236 protected $healthCheckModuleStatusDataType = '';
1237 protected $lbModuleStatusType = 'Analytify_Google_Service_Manager_LbModuleStatus';
1238 protected $lbModuleStatusDataType = '';
1239 protected $networkModuleStatusType = 'Analytify_Google_Service_Manager_NetworkModuleStatus';
1240 protected $networkModuleStatusDataType = '';
1241 protected $replicaPoolModuleStatusType = 'Analytify_Google_Service_Manager_ReplicaPoolModuleStatus';
1242 protected $replicaPoolModuleStatusDataType = '';
1243 protected $stateType = 'Analytify_Google_Service_Manager_DeployState';
1244 protected $stateDataType = '';
1245 public $type;
1246
1247 public function setAutoscalingModuleStatus(Analytify_Google_Service_Manager_AutoscalingModuleStatus $autoscalingModuleStatus)
1248 {
1249 $this->autoscalingModuleStatus = $autoscalingModuleStatus;
1250 }
1251
1252 public function getAutoscalingModuleStatus()
1253 {
1254 return $this->autoscalingModuleStatus;
1255 }
1256
1257 public function setFirewallModuleStatus(Analytify_Google_Service_Manager_FirewallModuleStatus $firewallModuleStatus)
1258 {
1259 $this->firewallModuleStatus = $firewallModuleStatus;
1260 }
1261
1262 public function getFirewallModuleStatus()
1263 {
1264 return $this->firewallModuleStatus;
1265 }
1266
1267 public function setHealthCheckModuleStatus(Analytify_Google_Service_Manager_HealthCheckModuleStatus $healthCheckModuleStatus)
1268 {
1269 $this->healthCheckModuleStatus = $healthCheckModuleStatus;
1270 }
1271
1272 public function getHealthCheckModuleStatus()
1273 {
1274 return $this->healthCheckModuleStatus;
1275 }
1276
1277 public function setLbModuleStatus(Analytify_Google_Service_Manager_LbModuleStatus $lbModuleStatus)
1278 {
1279 $this->lbModuleStatus = $lbModuleStatus;
1280 }
1281
1282 public function getLbModuleStatus()
1283 {
1284 return $this->lbModuleStatus;
1285 }
1286
1287 public function setNetworkModuleStatus(Analytify_Google_Service_Manager_NetworkModuleStatus $networkModuleStatus)
1288 {
1289 $this->networkModuleStatus = $networkModuleStatus;
1290 }
1291
1292 public function getNetworkModuleStatus()
1293 {
1294 return $this->networkModuleStatus;
1295 }
1296
1297 public function setReplicaPoolModuleStatus(Analytify_Google_Service_Manager_ReplicaPoolModuleStatus $replicaPoolModuleStatus)
1298 {
1299 $this->replicaPoolModuleStatus = $replicaPoolModuleStatus;
1300 }
1301
1302 public function getReplicaPoolModuleStatus()
1303 {
1304 return $this->replicaPoolModuleStatus;
1305 }
1306
1307 public function setState(Analytify_Google_Service_Manager_DeployState $state)
1308 {
1309 $this->state = $state;
1310 }
1311
1312 public function getState()
1313 {
1314 return $this->state;
1315 }
1316
1317 public function setType($type)
1318 {
1319 $this->type = $type;
1320 }
1321
1322 public function getType()
1323 {
1324 return $this->type;
1325 }
1326 }
1327
1328 class Analytify_Google_Service_Manager_NetworkInterface extends Analytify_Google_Collection
1329 {
1330 protected $accessConfigsType = 'Analytify_Google_Service_Manager_AccessConfig';
1331 protected $accessConfigsDataType = 'array';
1332 public $name;
1333 public $network;
1334 public $networkIp;
1335
1336 public function setAccessConfigs($accessConfigs)
1337 {
1338 $this->accessConfigs = $accessConfigs;
1339 }
1340
1341 public function getAccessConfigs()
1342 {
1343 return $this->accessConfigs;
1344 }
1345
1346 public function setName($name)
1347 {
1348 $this->name = $name;
1349 }
1350
1351 public function getName()
1352 {
1353 return $this->name;
1354 }
1355
1356 public function setNetwork($network)
1357 {
1358 $this->network = $network;
1359 }
1360
1361 public function getNetwork()
1362 {
1363 return $this->network;
1364 }
1365
1366 public function setNetworkIp($networkIp)
1367 {
1368 $this->networkIp = $networkIp;
1369 }
1370
1371 public function getNetworkIp()
1372 {
1373 return $this->networkIp;
1374 }
1375 }
1376
1377 class Analytify_Google_Service_Manager_NetworkModule extends Analytify_Google_Model
1378 {
1379 public $iPv4Range;
1380 public $description;
1381 public $gatewayIPv4;
1382
1383 public function setIPv4Range($iPv4Range)
1384 {
1385 $this->iPv4Range = $iPv4Range;
1386 }
1387
1388 public function getIPv4Range()
1389 {
1390 return $this->iPv4Range;
1391 }
1392
1393 public function setDescription($description)
1394 {
1395 $this->description = $description;
1396 }
1397
1398 public function getDescription()
1399 {
1400 return $this->description;
1401 }
1402
1403 public function setGatewayIPv4($gatewayIPv4)
1404 {
1405 $this->gatewayIPv4 = $gatewayIPv4;
1406 }
1407
1408 public function getGatewayIPv4()
1409 {
1410 return $this->gatewayIPv4;
1411 }
1412 }
1413
1414 class Analytify_Google_Service_Manager_NetworkModuleStatus extends Analytify_Google_Model
1415 {
1416 public $networkUrl;
1417
1418 public function setNetworkUrl($networkUrl)
1419 {
1420 $this->networkUrl = $networkUrl;
1421 }
1422
1423 public function getNetworkUrl()
1424 {
1425 return $this->networkUrl;
1426 }
1427 }
1428
1429 class Analytify_Google_Service_Manager_NewDisk extends Analytify_Google_Model
1430 {
1431 protected $attachmentType = 'Analytify_Google_Service_Manager_DiskAttachment';
1432 protected $attachmentDataType = '';
1433 public $autoDelete;
1434 public $boot;
1435 protected $initializeParamsType = 'Analytify_Google_Service_Manager_NewDiskInitializeParams';
1436 protected $initializeParamsDataType = '';
1437
1438 public function setAttachment(Analytify_Google_Service_Manager_DiskAttachment $attachment)
1439 {
1440 $this->attachment = $attachment;
1441 }
1442
1443 public function getAttachment()
1444 {
1445 return $this->attachment;
1446 }
1447
1448 public function setAutoDelete($autoDelete)
1449 {
1450 $this->autoDelete = $autoDelete;
1451 }
1452
1453 public function getAutoDelete()
1454 {
1455 return $this->autoDelete;
1456 }
1457
1458 public function setBoot($boot)
1459 {
1460 $this->boot = $boot;
1461 }
1462
1463 public function getBoot()
1464 {
1465 return $this->boot;
1466 }
1467
1468 public function setInitializeParams(Analytify_Google_Service_Manager_NewDiskInitializeParams $initializeParams)
1469 {
1470 $this->initializeParams = $initializeParams;
1471 }
1472
1473 public function getInitializeParams()
1474 {
1475 return $this->initializeParams;
1476 }
1477 }
1478
1479 class Analytify_Google_Service_Manager_NewDiskInitializeParams extends Analytify_Google_Model
1480 {
1481 public $diskSizeGb;
1482 public $sourceImage;
1483
1484 public function setDiskSizeGb($diskSizeGb)
1485 {
1486 $this->diskSizeGb = $diskSizeGb;
1487 }
1488
1489 public function getDiskSizeGb()
1490 {
1491 return $this->diskSizeGb;
1492 }
1493
1494 public function setSourceImage($sourceImage)
1495 {
1496 $this->sourceImage = $sourceImage;
1497 }
1498
1499 public function getSourceImage()
1500 {
1501 return $this->sourceImage;
1502 }
1503 }
1504
1505 class Analytify_Google_Service_Manager_ParamOverride extends Analytify_Google_Model
1506 {
1507 public $path;
1508 public $value;
1509
1510 public function setPath($path)
1511 {
1512 $this->path = $path;
1513 }
1514
1515 public function getPath()
1516 {
1517 return $this->path;
1518 }
1519
1520 public function setValue($value)
1521 {
1522 $this->value = $value;
1523 }
1524
1525 public function getValue()
1526 {
1527 return $this->value;
1528 }
1529 }
1530
1531 class Analytify_Google_Service_Manager_ReplicaPoolModule extends Analytify_Google_Collection
1532 {
1533 protected $envVariablesType = 'Analytify_Google_Service_Manager_EnvVariable';
1534 protected $envVariablesDataType = 'map';
1535 public $healthChecks;
1536 public $numReplicas;
1537 protected $replicaPoolParamsType = 'Analytify_Google_Service_Manager_ReplicaPoolParams';
1538 protected $replicaPoolParamsDataType = '';
1539 public $resourceView;
1540
1541 public function setEnvVariables($envVariables)
1542 {
1543 $this->envVariables = $envVariables;
1544 }
1545
1546 public function getEnvVariables()
1547 {
1548 return $this->envVariables;
1549 }
1550
1551 public function setHealthChecks($healthChecks)
1552 {
1553 $this->healthChecks = $healthChecks;
1554 }
1555
1556 public function getHealthChecks()
1557 {
1558 return $this->healthChecks;
1559 }
1560
1561 public function setNumReplicas($numReplicas)
1562 {
1563 $this->numReplicas = $numReplicas;
1564 }
1565
1566 public function getNumReplicas()
1567 {
1568 return $this->numReplicas;
1569 }
1570
1571 public function setReplicaPoolParams(Analytify_Google_Service_Manager_ReplicaPoolParams $replicaPoolParams)
1572 {
1573 $this->replicaPoolParams = $replicaPoolParams;
1574 }
1575
1576 public function getReplicaPoolParams()
1577 {
1578 return $this->replicaPoolParams;
1579 }
1580
1581 public function setResourceView($resourceView)
1582 {
1583 $this->resourceView = $resourceView;
1584 }
1585
1586 public function getResourceView()
1587 {
1588 return $this->resourceView;
1589 }
1590 }
1591
1592 class Analytify_Google_Service_Manager_ReplicaPoolModuleEnvVariables extends Analytify_Google_Model
1593 {
1594
1595 }
1596
1597 class Analytify_Google_Service_Manager_ReplicaPoolModuleStatus extends Analytify_Google_Model
1598 {
1599 public $replicaPoolUrl;
1600 public $resourceViewUrl;
1601
1602 public function setReplicaPoolUrl($replicaPoolUrl)
1603 {
1604 $this->replicaPoolUrl = $replicaPoolUrl;
1605 }
1606
1607 public function getReplicaPoolUrl()
1608 {
1609 return $this->replicaPoolUrl;
1610 }
1611
1612 public function setResourceViewUrl($resourceViewUrl)
1613 {
1614 $this->resourceViewUrl = $resourceViewUrl;
1615 }
1616
1617 public function getResourceViewUrl()
1618 {
1619 return $this->resourceViewUrl;
1620 }
1621 }
1622
1623 class Analytify_Google_Service_Manager_ReplicaPoolParams extends Analytify_Google_Model
1624 {
1625 protected $v1beta1Type = 'Analytify_Google_Service_Manager_ReplicaPoolParamsV1Beta1';
1626 protected $v1beta1DataType = '';
1627
1628 public function setV1beta1(Analytify_Google_Service_Manager_ReplicaPoolParamsV1Beta1 $v1beta1)
1629 {
1630 $this->v1beta1 = $v1beta1;
1631 }
1632
1633 public function getV1beta1()
1634 {
1635 return $this->v1beta1;
1636 }
1637 }
1638
1639 class Analytify_Google_Service_Manager_ReplicaPoolParamsV1Beta1 extends Analytify_Google_Collection
1640 {
1641 public $autoRestart;
1642 public $baseInstanceName;
1643 public $canIpForward;
1644 public $description;
1645 protected $disksToAttachType = 'Analytify_Google_Service_Manager_ExistingDisk';
1646 protected $disksToAttachDataType = 'array';
1647 protected $disksToCreateType = 'Analytify_Google_Service_Manager_NewDisk';
1648 protected $disksToCreateDataType = 'array';
1649 public $initAction;
1650 public $machineType;
1651 protected $metadataType = 'Analytify_Google_Service_Manager_Metadata';
1652 protected $metadataDataType = '';
1653 protected $networkInterfacesType = 'Analytify_Google_Service_Manager_NetworkInterface';
1654 protected $networkInterfacesDataType = 'array';
1655 public $onHostMaintenance;
1656 protected $serviceAccountsType = 'Analytify_Google_Service_Manager_ServiceAccount';
1657 protected $serviceAccountsDataType = 'array';
1658 protected $tagsType = 'Analytify_Google_Service_Manager_Tag';
1659 protected $tagsDataType = '';
1660 public $zone;
1661
1662 public function setAutoRestart($autoRestart)
1663 {
1664 $this->autoRestart = $autoRestart;
1665 }
1666
1667 public function getAutoRestart()
1668 {
1669 return $this->autoRestart;
1670 }
1671
1672 public function setBaseInstanceName($baseInstanceName)
1673 {
1674 $this->baseInstanceName = $baseInstanceName;
1675 }
1676
1677 public function getBaseInstanceName()
1678 {
1679 return $this->baseInstanceName;
1680 }
1681
1682 public function setCanIpForward($canIpForward)
1683 {
1684 $this->canIpForward = $canIpForward;
1685 }
1686
1687 public function getCanIpForward()
1688 {
1689 return $this->canIpForward;
1690 }
1691
1692 public function setDescription($description)
1693 {
1694 $this->description = $description;
1695 }
1696
1697 public function getDescription()
1698 {
1699 return $this->description;
1700 }
1701
1702 public function setDisksToAttach($disksToAttach)
1703 {
1704 $this->disksToAttach = $disksToAttach;
1705 }
1706
1707 public function getDisksToAttach()
1708 {
1709 return $this->disksToAttach;
1710 }
1711
1712 public function setDisksToCreate($disksToCreate)
1713 {
1714 $this->disksToCreate = $disksToCreate;
1715 }
1716
1717 public function getDisksToCreate()
1718 {
1719 return $this->disksToCreate;
1720 }
1721
1722 public function setInitAction($initAction)
1723 {
1724 $this->initAction = $initAction;
1725 }
1726
1727 public function getInitAction()
1728 {
1729 return $this->initAction;
1730 }
1731
1732 public function setMachineType($machineType)
1733 {
1734 $this->machineType = $machineType;
1735 }
1736
1737 public function getMachineType()
1738 {
1739 return $this->machineType;
1740 }
1741
1742 public function setMetadata(Analytify_Google_Service_Manager_Metadata $metadata)
1743 {
1744 $this->metadata = $metadata;
1745 }
1746
1747 public function getMetadata()
1748 {
1749 return $this->metadata;
1750 }
1751
1752 public function setNetworkInterfaces($networkInterfaces)
1753 {
1754 $this->networkInterfaces = $networkInterfaces;
1755 }
1756
1757 public function getNetworkInterfaces()
1758 {
1759 return $this->networkInterfaces;
1760 }
1761
1762 public function setOnHostMaintenance($onHostMaintenance)
1763 {
1764 $this->onHostMaintenance = $onHostMaintenance;
1765 }
1766
1767 public function getOnHostMaintenance()
1768 {
1769 return $this->onHostMaintenance;
1770 }
1771
1772 public function setServiceAccounts($serviceAccounts)
1773 {
1774 $this->serviceAccounts = $serviceAccounts;
1775 }
1776
1777 public function getServiceAccounts()
1778 {
1779 return $this->serviceAccounts;
1780 }
1781
1782 public function setTags(Analytify_Google_Service_Manager_Tag $tags)
1783 {
1784 $this->tags = $tags;
1785 }
1786
1787 public function getTags()
1788 {
1789 return $this->tags;
1790 }
1791
1792 public function setZone($zone)
1793 {
1794 $this->zone = $zone;
1795 }
1796
1797 public function getZone()
1798 {
1799 return $this->zone;
1800 }
1801 }
1802
1803 class Analytify_Google_Service_Manager_ServiceAccount extends Analytify_Google_Collection
1804 {
1805 public $email;
1806 public $scopes;
1807
1808 public function setEmail($email)
1809 {
1810 $this->email = $email;
1811 }
1812
1813 public function getEmail()
1814 {
1815 return $this->email;
1816 }
1817
1818 public function setScopes($scopes)
1819 {
1820 $this->scopes = $scopes;
1821 }
1822
1823 public function getScopes()
1824 {
1825 return $this->scopes;
1826 }
1827 }
1828
1829 class Analytify_Google_Service_Manager_Tag extends Analytify_Google_Collection
1830 {
1831 public $fingerPrint;
1832 public $items;
1833
1834 public function setFingerPrint($fingerPrint)
1835 {
1836 $this->fingerPrint = $fingerPrint;
1837 }
1838
1839 public function getFingerPrint()
1840 {
1841 return $this->fingerPrint;
1842 }
1843
1844 public function setItems($items)
1845 {
1846 $this->items = $items;
1847 }
1848
1849 public function getItems()
1850 {
1851 return $this->items;
1852 }
1853 }
1854
1855 class Analytify_Google_Service_Manager_Template extends Analytify_Google_Model
1856 {
1857 protected $actionsType = 'Analytify_Google_Service_Manager_Action';
1858 protected $actionsDataType = 'map';
1859 public $description;
1860 protected $modulesType = 'Analytify_Google_Service_Manager_Module';
1861 protected $modulesDataType = 'map';
1862 public $name;
1863
1864 public function setActions($actions)
1865 {
1866 $this->actions = $actions;
1867 }
1868
1869 public function getActions()
1870 {
1871 return $this->actions;
1872 }
1873
1874 public function setDescription($description)
1875 {
1876 $this->description = $description;
1877 }
1878
1879 public function getDescription()
1880 {
1881 return $this->description;
1882 }
1883
1884 public function setModules($modules)
1885 {
1886 $this->modules = $modules;
1887 }
1888
1889 public function getModules()
1890 {
1891 return $this->modules;
1892 }
1893
1894 public function setName($name)
1895 {
1896 $this->name = $name;
1897 }
1898
1899 public function getName()
1900 {
1901 return $this->name;
1902 }
1903 }
1904
1905 class Analytify_Google_Service_Manager_TemplateActions extends Analytify_Google_Model
1906 {
1907
1908 }
1909
1910 class Analytify_Google_Service_Manager_TemplateModules extends Analytify_Google_Model
1911 {
1912
1913 }
1914
1915 class Analytify_Google_Service_Manager_TemplatesListResponse extends Analytify_Google_Collection
1916 {
1917 public $nextPageToken;
1918 protected $resourcesType = 'Analytify_Google_Service_Manager_Template';
1919 protected $resourcesDataType = 'array';
1920
1921 public function setNextPageToken($nextPageToken)
1922 {
1923 $this->nextPageToken = $nextPageToken;
1924 }
1925
1926 public function getNextPageToken()
1927 {
1928 return $this->nextPageToken;
1929 }
1930
1931 public function setResources($resources)
1932 {
1933 $this->resources = $resources;
1934 }
1935
1936 public function getResources()
1937 {
1938 return $this->resources;
1939 }
1940 }
1941