source: vendor/google/apiclient-services/src/SA360/GoogleAdsSearchads360V0ResourcesCampaign.php

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

Upload project files

  • Property mode set to 100644
File size: 19.3 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\SA360;
19
20class GoogleAdsSearchads360V0ResourcesCampaign extends \Google\Collection
21{
22 protected $collection_key = 'urlCustomParameters';
23 /**
24 * @var string
25 */
26 public $accessibleBiddingStrategy;
27 /**
28 * @var string
29 */
30 public $adServingOptimizationStatus;
31 /**
32 * @var string
33 */
34 public $advertisingChannelSubType;
35 /**
36 * @var string
37 */
38 public $advertisingChannelType;
39 /**
40 * @var string
41 */
42 public $biddingStrategy;
43 /**
44 * @var string
45 */
46 public $biddingStrategySystemStatus;
47 /**
48 * @var string
49 */
50 public $biddingStrategyType;
51 /**
52 * @var string
53 */
54 public $campaignBudget;
55 /**
56 * @var string
57 */
58 public $createTime;
59 /**
60 * @var string
61 */
62 public $creationTime;
63 protected $dynamicSearchAdsSettingType = GoogleAdsSearchads360V0ResourcesCampaignDynamicSearchAdsSetting::class;
64 protected $dynamicSearchAdsSettingDataType = '';
65 /**
66 * @var string[]
67 */
68 public $effectiveLabels;
69 /**
70 * @var string
71 */
72 public $endDate;
73 /**
74 * @var string
75 */
76 public $engineId;
77 /**
78 * @var string[]
79 */
80 public $excludedParentAssetFieldTypes;
81 /**
82 * @var string
83 */
84 public $finalUrlSuffix;
85 protected $frequencyCapsType = GoogleAdsSearchads360V0CommonFrequencyCapEntry::class;
86 protected $frequencyCapsDataType = 'array';
87 protected $geoTargetTypeSettingType = GoogleAdsSearchads360V0ResourcesCampaignGeoTargetTypeSetting::class;
88 protected $geoTargetTypeSettingDataType = '';
89 /**
90 * @var string
91 */
92 public $id;
93 /**
94 * @var string[]
95 */
96 public $labels;
97 /**
98 * @var string
99 */
100 public $lastModifiedTime;
101 protected $manualCpaType = GoogleAdsSearchads360V0CommonManualCpa::class;
102 protected $manualCpaDataType = '';
103 protected $manualCpcType = GoogleAdsSearchads360V0CommonManualCpc::class;
104 protected $manualCpcDataType = '';
105 protected $manualCpmType = GoogleAdsSearchads360V0CommonManualCpm::class;
106 protected $manualCpmDataType = '';
107 protected $maximizeConversionValueType = GoogleAdsSearchads360V0CommonMaximizeConversionValue::class;
108 protected $maximizeConversionValueDataType = '';
109 protected $maximizeConversionsType = GoogleAdsSearchads360V0CommonMaximizeConversions::class;
110 protected $maximizeConversionsDataType = '';
111 /**
112 * @var string
113 */
114 public $name;
115 protected $networkSettingsType = GoogleAdsSearchads360V0ResourcesCampaignNetworkSettings::class;
116 protected $networkSettingsDataType = '';
117 protected $optimizationGoalSettingType = GoogleAdsSearchads360V0ResourcesCampaignOptimizationGoalSetting::class;
118 protected $optimizationGoalSettingDataType = '';
119 protected $percentCpcType = GoogleAdsSearchads360V0CommonPercentCpc::class;
120 protected $percentCpcDataType = '';
121 protected $realTimeBiddingSettingType = GoogleAdsSearchads360V0CommonRealTimeBiddingSetting::class;
122 protected $realTimeBiddingSettingDataType = '';
123 /**
124 * @var string
125 */
126 public $resourceName;
127 protected $selectiveOptimizationType = GoogleAdsSearchads360V0ResourcesCampaignSelectiveOptimization::class;
128 protected $selectiveOptimizationDataType = '';
129 /**
130 * @var string
131 */
132 public $servingStatus;
133 protected $shoppingSettingType = GoogleAdsSearchads360V0ResourcesCampaignShoppingSetting::class;
134 protected $shoppingSettingDataType = '';
135 /**
136 * @var string
137 */
138 public $startDate;
139 /**
140 * @var string
141 */
142 public $status;
143 protected $targetCpaType = GoogleAdsSearchads360V0CommonTargetCpa::class;
144 protected $targetCpaDataType = '';
145 protected $targetCpmType = GoogleAdsSearchads360V0CommonTargetCpm::class;
146 protected $targetCpmDataType = '';
147 protected $targetImpressionShareType = GoogleAdsSearchads360V0CommonTargetImpressionShare::class;
148 protected $targetImpressionShareDataType = '';
149 protected $targetRoasType = GoogleAdsSearchads360V0CommonTargetRoas::class;
150 protected $targetRoasDataType = '';
151 protected $targetSpendType = GoogleAdsSearchads360V0CommonTargetSpend::class;
152 protected $targetSpendDataType = '';
153 protected $trackingSettingType = GoogleAdsSearchads360V0ResourcesCampaignTrackingSetting::class;
154 protected $trackingSettingDataType = '';
155 /**
156 * @var string
157 */
158 public $trackingUrlTemplate;
159 protected $urlCustomParametersType = GoogleAdsSearchads360V0CommonCustomParameter::class;
160 protected $urlCustomParametersDataType = 'array';
161 /**
162 * @var bool
163 */
164 public $urlExpansionOptOut;
165
166 /**
167 * @param string
168 */
169 public function setAccessibleBiddingStrategy($accessibleBiddingStrategy)
170 {
171 $this->accessibleBiddingStrategy = $accessibleBiddingStrategy;
172 }
173 /**
174 * @return string
175 */
176 public function getAccessibleBiddingStrategy()
177 {
178 return $this->accessibleBiddingStrategy;
179 }
180 /**
181 * @param string
182 */
183 public function setAdServingOptimizationStatus($adServingOptimizationStatus)
184 {
185 $this->adServingOptimizationStatus = $adServingOptimizationStatus;
186 }
187 /**
188 * @return string
189 */
190 public function getAdServingOptimizationStatus()
191 {
192 return $this->adServingOptimizationStatus;
193 }
194 /**
195 * @param string
196 */
197 public function setAdvertisingChannelSubType($advertisingChannelSubType)
198 {
199 $this->advertisingChannelSubType = $advertisingChannelSubType;
200 }
201 /**
202 * @return string
203 */
204 public function getAdvertisingChannelSubType()
205 {
206 return $this->advertisingChannelSubType;
207 }
208 /**
209 * @param string
210 */
211 public function setAdvertisingChannelType($advertisingChannelType)
212 {
213 $this->advertisingChannelType = $advertisingChannelType;
214 }
215 /**
216 * @return string
217 */
218 public function getAdvertisingChannelType()
219 {
220 return $this->advertisingChannelType;
221 }
222 /**
223 * @param string
224 */
225 public function setBiddingStrategy($biddingStrategy)
226 {
227 $this->biddingStrategy = $biddingStrategy;
228 }
229 /**
230 * @return string
231 */
232 public function getBiddingStrategy()
233 {
234 return $this->biddingStrategy;
235 }
236 /**
237 * @param string
238 */
239 public function setBiddingStrategySystemStatus($biddingStrategySystemStatus)
240 {
241 $this->biddingStrategySystemStatus = $biddingStrategySystemStatus;
242 }
243 /**
244 * @return string
245 */
246 public function getBiddingStrategySystemStatus()
247 {
248 return $this->biddingStrategySystemStatus;
249 }
250 /**
251 * @param string
252 */
253 public function setBiddingStrategyType($biddingStrategyType)
254 {
255 $this->biddingStrategyType = $biddingStrategyType;
256 }
257 /**
258 * @return string
259 */
260 public function getBiddingStrategyType()
261 {
262 return $this->biddingStrategyType;
263 }
264 /**
265 * @param string
266 */
267 public function setCampaignBudget($campaignBudget)
268 {
269 $this->campaignBudget = $campaignBudget;
270 }
271 /**
272 * @return string
273 */
274 public function getCampaignBudget()
275 {
276 return $this->campaignBudget;
277 }
278 /**
279 * @param string
280 */
281 public function setCreateTime($createTime)
282 {
283 $this->createTime = $createTime;
284 }
285 /**
286 * @return string
287 */
288 public function getCreateTime()
289 {
290 return $this->createTime;
291 }
292 /**
293 * @param string
294 */
295 public function setCreationTime($creationTime)
296 {
297 $this->creationTime = $creationTime;
298 }
299 /**
300 * @return string
301 */
302 public function getCreationTime()
303 {
304 return $this->creationTime;
305 }
306 /**
307 * @param GoogleAdsSearchads360V0ResourcesCampaignDynamicSearchAdsSetting
308 */
309 public function setDynamicSearchAdsSetting(GoogleAdsSearchads360V0ResourcesCampaignDynamicSearchAdsSetting $dynamicSearchAdsSetting)
310 {
311 $this->dynamicSearchAdsSetting = $dynamicSearchAdsSetting;
312 }
313 /**
314 * @return GoogleAdsSearchads360V0ResourcesCampaignDynamicSearchAdsSetting
315 */
316 public function getDynamicSearchAdsSetting()
317 {
318 return $this->dynamicSearchAdsSetting;
319 }
320 /**
321 * @param string[]
322 */
323 public function setEffectiveLabels($effectiveLabels)
324 {
325 $this->effectiveLabels = $effectiveLabels;
326 }
327 /**
328 * @return string[]
329 */
330 public function getEffectiveLabels()
331 {
332 return $this->effectiveLabels;
333 }
334 /**
335 * @param string
336 */
337 public function setEndDate($endDate)
338 {
339 $this->endDate = $endDate;
340 }
341 /**
342 * @return string
343 */
344 public function getEndDate()
345 {
346 return $this->endDate;
347 }
348 /**
349 * @param string
350 */
351 public function setEngineId($engineId)
352 {
353 $this->engineId = $engineId;
354 }
355 /**
356 * @return string
357 */
358 public function getEngineId()
359 {
360 return $this->engineId;
361 }
362 /**
363 * @param string[]
364 */
365 public function setExcludedParentAssetFieldTypes($excludedParentAssetFieldTypes)
366 {
367 $this->excludedParentAssetFieldTypes = $excludedParentAssetFieldTypes;
368 }
369 /**
370 * @return string[]
371 */
372 public function getExcludedParentAssetFieldTypes()
373 {
374 return $this->excludedParentAssetFieldTypes;
375 }
376 /**
377 * @param string
378 */
379 public function setFinalUrlSuffix($finalUrlSuffix)
380 {
381 $this->finalUrlSuffix = $finalUrlSuffix;
382 }
383 /**
384 * @return string
385 */
386 public function getFinalUrlSuffix()
387 {
388 return $this->finalUrlSuffix;
389 }
390 /**
391 * @param GoogleAdsSearchads360V0CommonFrequencyCapEntry[]
392 */
393 public function setFrequencyCaps($frequencyCaps)
394 {
395 $this->frequencyCaps = $frequencyCaps;
396 }
397 /**
398 * @return GoogleAdsSearchads360V0CommonFrequencyCapEntry[]
399 */
400 public function getFrequencyCaps()
401 {
402 return $this->frequencyCaps;
403 }
404 /**
405 * @param GoogleAdsSearchads360V0ResourcesCampaignGeoTargetTypeSetting
406 */
407 public function setGeoTargetTypeSetting(GoogleAdsSearchads360V0ResourcesCampaignGeoTargetTypeSetting $geoTargetTypeSetting)
408 {
409 $this->geoTargetTypeSetting = $geoTargetTypeSetting;
410 }
411 /**
412 * @return GoogleAdsSearchads360V0ResourcesCampaignGeoTargetTypeSetting
413 */
414 public function getGeoTargetTypeSetting()
415 {
416 return $this->geoTargetTypeSetting;
417 }
418 /**
419 * @param string
420 */
421 public function setId($id)
422 {
423 $this->id = $id;
424 }
425 /**
426 * @return string
427 */
428 public function getId()
429 {
430 return $this->id;
431 }
432 /**
433 * @param string[]
434 */
435 public function setLabels($labels)
436 {
437 $this->labels = $labels;
438 }
439 /**
440 * @return string[]
441 */
442 public function getLabels()
443 {
444 return $this->labels;
445 }
446 /**
447 * @param string
448 */
449 public function setLastModifiedTime($lastModifiedTime)
450 {
451 $this->lastModifiedTime = $lastModifiedTime;
452 }
453 /**
454 * @return string
455 */
456 public function getLastModifiedTime()
457 {
458 return $this->lastModifiedTime;
459 }
460 /**
461 * @param GoogleAdsSearchads360V0CommonManualCpa
462 */
463 public function setManualCpa(GoogleAdsSearchads360V0CommonManualCpa $manualCpa)
464 {
465 $this->manualCpa = $manualCpa;
466 }
467 /**
468 * @return GoogleAdsSearchads360V0CommonManualCpa
469 */
470 public function getManualCpa()
471 {
472 return $this->manualCpa;
473 }
474 /**
475 * @param GoogleAdsSearchads360V0CommonManualCpc
476 */
477 public function setManualCpc(GoogleAdsSearchads360V0CommonManualCpc $manualCpc)
478 {
479 $this->manualCpc = $manualCpc;
480 }
481 /**
482 * @return GoogleAdsSearchads360V0CommonManualCpc
483 */
484 public function getManualCpc()
485 {
486 return $this->manualCpc;
487 }
488 /**
489 * @param GoogleAdsSearchads360V0CommonManualCpm
490 */
491 public function setManualCpm(GoogleAdsSearchads360V0CommonManualCpm $manualCpm)
492 {
493 $this->manualCpm = $manualCpm;
494 }
495 /**
496 * @return GoogleAdsSearchads360V0CommonManualCpm
497 */
498 public function getManualCpm()
499 {
500 return $this->manualCpm;
501 }
502 /**
503 * @param GoogleAdsSearchads360V0CommonMaximizeConversionValue
504 */
505 public function setMaximizeConversionValue(GoogleAdsSearchads360V0CommonMaximizeConversionValue $maximizeConversionValue)
506 {
507 $this->maximizeConversionValue = $maximizeConversionValue;
508 }
509 /**
510 * @return GoogleAdsSearchads360V0CommonMaximizeConversionValue
511 */
512 public function getMaximizeConversionValue()
513 {
514 return $this->maximizeConversionValue;
515 }
516 /**
517 * @param GoogleAdsSearchads360V0CommonMaximizeConversions
518 */
519 public function setMaximizeConversions(GoogleAdsSearchads360V0CommonMaximizeConversions $maximizeConversions)
520 {
521 $this->maximizeConversions = $maximizeConversions;
522 }
523 /**
524 * @return GoogleAdsSearchads360V0CommonMaximizeConversions
525 */
526 public function getMaximizeConversions()
527 {
528 return $this->maximizeConversions;
529 }
530 /**
531 * @param string
532 */
533 public function setName($name)
534 {
535 $this->name = $name;
536 }
537 /**
538 * @return string
539 */
540 public function getName()
541 {
542 return $this->name;
543 }
544 /**
545 * @param GoogleAdsSearchads360V0ResourcesCampaignNetworkSettings
546 */
547 public function setNetworkSettings(GoogleAdsSearchads360V0ResourcesCampaignNetworkSettings $networkSettings)
548 {
549 $this->networkSettings = $networkSettings;
550 }
551 /**
552 * @return GoogleAdsSearchads360V0ResourcesCampaignNetworkSettings
553 */
554 public function getNetworkSettings()
555 {
556 return $this->networkSettings;
557 }
558 /**
559 * @param GoogleAdsSearchads360V0ResourcesCampaignOptimizationGoalSetting
560 */
561 public function setOptimizationGoalSetting(GoogleAdsSearchads360V0ResourcesCampaignOptimizationGoalSetting $optimizationGoalSetting)
562 {
563 $this->optimizationGoalSetting = $optimizationGoalSetting;
564 }
565 /**
566 * @return GoogleAdsSearchads360V0ResourcesCampaignOptimizationGoalSetting
567 */
568 public function getOptimizationGoalSetting()
569 {
570 return $this->optimizationGoalSetting;
571 }
572 /**
573 * @param GoogleAdsSearchads360V0CommonPercentCpc
574 */
575 public function setPercentCpc(GoogleAdsSearchads360V0CommonPercentCpc $percentCpc)
576 {
577 $this->percentCpc = $percentCpc;
578 }
579 /**
580 * @return GoogleAdsSearchads360V0CommonPercentCpc
581 */
582 public function getPercentCpc()
583 {
584 return $this->percentCpc;
585 }
586 /**
587 * @param GoogleAdsSearchads360V0CommonRealTimeBiddingSetting
588 */
589 public function setRealTimeBiddingSetting(GoogleAdsSearchads360V0CommonRealTimeBiddingSetting $realTimeBiddingSetting)
590 {
591 $this->realTimeBiddingSetting = $realTimeBiddingSetting;
592 }
593 /**
594 * @return GoogleAdsSearchads360V0CommonRealTimeBiddingSetting
595 */
596 public function getRealTimeBiddingSetting()
597 {
598 return $this->realTimeBiddingSetting;
599 }
600 /**
601 * @param string
602 */
603 public function setResourceName($resourceName)
604 {
605 $this->resourceName = $resourceName;
606 }
607 /**
608 * @return string
609 */
610 public function getResourceName()
611 {
612 return $this->resourceName;
613 }
614 /**
615 * @param GoogleAdsSearchads360V0ResourcesCampaignSelectiveOptimization
616 */
617 public function setSelectiveOptimization(GoogleAdsSearchads360V0ResourcesCampaignSelectiveOptimization $selectiveOptimization)
618 {
619 $this->selectiveOptimization = $selectiveOptimization;
620 }
621 /**
622 * @return GoogleAdsSearchads360V0ResourcesCampaignSelectiveOptimization
623 */
624 public function getSelectiveOptimization()
625 {
626 return $this->selectiveOptimization;
627 }
628 /**
629 * @param string
630 */
631 public function setServingStatus($servingStatus)
632 {
633 $this->servingStatus = $servingStatus;
634 }
635 /**
636 * @return string
637 */
638 public function getServingStatus()
639 {
640 return $this->servingStatus;
641 }
642 /**
643 * @param GoogleAdsSearchads360V0ResourcesCampaignShoppingSetting
644 */
645 public function setShoppingSetting(GoogleAdsSearchads360V0ResourcesCampaignShoppingSetting $shoppingSetting)
646 {
647 $this->shoppingSetting = $shoppingSetting;
648 }
649 /**
650 * @return GoogleAdsSearchads360V0ResourcesCampaignShoppingSetting
651 */
652 public function getShoppingSetting()
653 {
654 return $this->shoppingSetting;
655 }
656 /**
657 * @param string
658 */
659 public function setStartDate($startDate)
660 {
661 $this->startDate = $startDate;
662 }
663 /**
664 * @return string
665 */
666 public function getStartDate()
667 {
668 return $this->startDate;
669 }
670 /**
671 * @param string
672 */
673 public function setStatus($status)
674 {
675 $this->status = $status;
676 }
677 /**
678 * @return string
679 */
680 public function getStatus()
681 {
682 return $this->status;
683 }
684 /**
685 * @param GoogleAdsSearchads360V0CommonTargetCpa
686 */
687 public function setTargetCpa(GoogleAdsSearchads360V0CommonTargetCpa $targetCpa)
688 {
689 $this->targetCpa = $targetCpa;
690 }
691 /**
692 * @return GoogleAdsSearchads360V0CommonTargetCpa
693 */
694 public function getTargetCpa()
695 {
696 return $this->targetCpa;
697 }
698 /**
699 * @param GoogleAdsSearchads360V0CommonTargetCpm
700 */
701 public function setTargetCpm(GoogleAdsSearchads360V0CommonTargetCpm $targetCpm)
702 {
703 $this->targetCpm = $targetCpm;
704 }
705 /**
706 * @return GoogleAdsSearchads360V0CommonTargetCpm
707 */
708 public function getTargetCpm()
709 {
710 return $this->targetCpm;
711 }
712 /**
713 * @param GoogleAdsSearchads360V0CommonTargetImpressionShare
714 */
715 public function setTargetImpressionShare(GoogleAdsSearchads360V0CommonTargetImpressionShare $targetImpressionShare)
716 {
717 $this->targetImpressionShare = $targetImpressionShare;
718 }
719 /**
720 * @return GoogleAdsSearchads360V0CommonTargetImpressionShare
721 */
722 public function getTargetImpressionShare()
723 {
724 return $this->targetImpressionShare;
725 }
726 /**
727 * @param GoogleAdsSearchads360V0CommonTargetRoas
728 */
729 public function setTargetRoas(GoogleAdsSearchads360V0CommonTargetRoas $targetRoas)
730 {
731 $this->targetRoas = $targetRoas;
732 }
733 /**
734 * @return GoogleAdsSearchads360V0CommonTargetRoas
735 */
736 public function getTargetRoas()
737 {
738 return $this->targetRoas;
739 }
740 /**
741 * @param GoogleAdsSearchads360V0CommonTargetSpend
742 */
743 public function setTargetSpend(GoogleAdsSearchads360V0CommonTargetSpend $targetSpend)
744 {
745 $this->targetSpend = $targetSpend;
746 }
747 /**
748 * @return GoogleAdsSearchads360V0CommonTargetSpend
749 */
750 public function getTargetSpend()
751 {
752 return $this->targetSpend;
753 }
754 /**
755 * @param GoogleAdsSearchads360V0ResourcesCampaignTrackingSetting
756 */
757 public function setTrackingSetting(GoogleAdsSearchads360V0ResourcesCampaignTrackingSetting $trackingSetting)
758 {
759 $this->trackingSetting = $trackingSetting;
760 }
761 /**
762 * @return GoogleAdsSearchads360V0ResourcesCampaignTrackingSetting
763 */
764 public function getTrackingSetting()
765 {
766 return $this->trackingSetting;
767 }
768 /**
769 * @param string
770 */
771 public function setTrackingUrlTemplate($trackingUrlTemplate)
772 {
773 $this->trackingUrlTemplate = $trackingUrlTemplate;
774 }
775 /**
776 * @return string
777 */
778 public function getTrackingUrlTemplate()
779 {
780 return $this->trackingUrlTemplate;
781 }
782 /**
783 * @param GoogleAdsSearchads360V0CommonCustomParameter[]
784 */
785 public function setUrlCustomParameters($urlCustomParameters)
786 {
787 $this->urlCustomParameters = $urlCustomParameters;
788 }
789 /**
790 * @return GoogleAdsSearchads360V0CommonCustomParameter[]
791 */
792 public function getUrlCustomParameters()
793 {
794 return $this->urlCustomParameters;
795 }
796 /**
797 * @param bool
798 */
799 public function setUrlExpansionOptOut($urlExpansionOptOut)
800 {
801 $this->urlExpansionOptOut = $urlExpansionOptOut;
802 }
803 /**
804 * @return bool
805 */
806 public function getUrlExpansionOptOut()
807 {
808 return $this->urlExpansionOptOut;
809 }
810}
811
812// Adding a class alias for backwards compatibility with the previous class name.
813class_alias(GoogleAdsSearchads360V0ResourcesCampaign::class, 'Google_Service_SA360_GoogleAdsSearchads360V0ResourcesCampaign');
Note: See TracBrowser for help on using the repository browser.