source: vendor/google/apiclient-services/src/PagespeedInsights/RendererFormattedStrings.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: 17.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\PagespeedInsights;
19
20class RendererFormattedStrings extends \Google\Model
21{
22 /**
23 * @var string
24 */
25 public $auditGroupExpandTooltip;
26 /**
27 * @var string
28 */
29 public $calculatorLink;
30 /**
31 * @var string
32 */
33 public $crcInitialNavigation;
34 /**
35 * @var string
36 */
37 public $crcLongestDurationLabel;
38 /**
39 * @var string
40 */
41 public $dropdownCopyJSON;
42 /**
43 * @var string
44 */
45 public $dropdownDarkTheme;
46 /**
47 * @var string
48 */
49 public $dropdownPrintExpanded;
50 /**
51 * @var string
52 */
53 public $dropdownPrintSummary;
54 /**
55 * @var string
56 */
57 public $dropdownSaveGist;
58 /**
59 * @var string
60 */
61 public $dropdownSaveHTML;
62 /**
63 * @var string
64 */
65 public $dropdownSaveJSON;
66 /**
67 * @var string
68 */
69 public $dropdownViewer;
70 /**
71 * @var string
72 */
73 public $errorLabel;
74 /**
75 * @var string
76 */
77 public $errorMissingAuditInfo;
78 /**
79 * @var string
80 */
81 public $footerIssue;
82 /**
83 * @var string
84 */
85 public $labDataTitle;
86 /**
87 * @var string
88 */
89 public $lsPerformanceCategoryDescription;
90 /**
91 * @var string
92 */
93 public $manualAuditsGroupTitle;
94 /**
95 * @var string
96 */
97 public $notApplicableAuditsGroupTitle;
98 /**
99 * @var string
100 */
101 public $opportunityResourceColumnLabel;
102 /**
103 * @var string
104 */
105 public $opportunitySavingsColumnLabel;
106 /**
107 * @var string
108 */
109 public $passedAuditsGroupTitle;
110 /**
111 * @var string
112 */
113 public $runtimeDesktopEmulation;
114 /**
115 * @var string
116 */
117 public $runtimeMobileEmulation;
118 /**
119 * @var string
120 */
121 public $runtimeNoEmulation;
122 /**
123 * @var string
124 */
125 public $runtimeSettingsAxeVersion;
126 /**
127 * @var string
128 */
129 public $runtimeSettingsBenchmark;
130 /**
131 * @var string
132 */
133 public $runtimeSettingsCPUThrottling;
134 /**
135 * @var string
136 */
137 public $runtimeSettingsChannel;
138 /**
139 * @var string
140 */
141 public $runtimeSettingsDevice;
142 /**
143 * @var string
144 */
145 public $runtimeSettingsFetchTime;
146 /**
147 * @var string
148 */
149 public $runtimeSettingsNetworkThrottling;
150 /**
151 * @var string
152 */
153 public $runtimeSettingsTitle;
154 /**
155 * @var string
156 */
157 public $runtimeSettingsUA;
158 /**
159 * @var string
160 */
161 public $runtimeSettingsUANetwork;
162 /**
163 * @var string
164 */
165 public $runtimeSettingsUrl;
166 /**
167 * @var string
168 */
169 public $runtimeUnknown;
170 /**
171 * @var string
172 */
173 public $scorescaleLabel;
174 /**
175 * @var string
176 */
177 public $showRelevantAudits;
178 /**
179 * @var string
180 */
181 public $snippetCollapseButtonLabel;
182 /**
183 * @var string
184 */
185 public $snippetExpandButtonLabel;
186 /**
187 * @var string
188 */
189 public $thirdPartyResourcesLabel;
190 /**
191 * @var string
192 */
193 public $throttlingProvided;
194 /**
195 * @var string
196 */
197 public $toplevelWarningsMessage;
198 /**
199 * @var string
200 */
201 public $varianceDisclaimer;
202 /**
203 * @var string
204 */
205 public $viewTreemapLabel;
206 /**
207 * @var string
208 */
209 public $warningAuditsGroupTitle;
210 /**
211 * @var string
212 */
213 public $warningHeader;
214
215 /**
216 * @param string
217 */
218 public function setAuditGroupExpandTooltip($auditGroupExpandTooltip)
219 {
220 $this->auditGroupExpandTooltip = $auditGroupExpandTooltip;
221 }
222 /**
223 * @return string
224 */
225 public function getAuditGroupExpandTooltip()
226 {
227 return $this->auditGroupExpandTooltip;
228 }
229 /**
230 * @param string
231 */
232 public function setCalculatorLink($calculatorLink)
233 {
234 $this->calculatorLink = $calculatorLink;
235 }
236 /**
237 * @return string
238 */
239 public function getCalculatorLink()
240 {
241 return $this->calculatorLink;
242 }
243 /**
244 * @param string
245 */
246 public function setCrcInitialNavigation($crcInitialNavigation)
247 {
248 $this->crcInitialNavigation = $crcInitialNavigation;
249 }
250 /**
251 * @return string
252 */
253 public function getCrcInitialNavigation()
254 {
255 return $this->crcInitialNavigation;
256 }
257 /**
258 * @param string
259 */
260 public function setCrcLongestDurationLabel($crcLongestDurationLabel)
261 {
262 $this->crcLongestDurationLabel = $crcLongestDurationLabel;
263 }
264 /**
265 * @return string
266 */
267 public function getCrcLongestDurationLabel()
268 {
269 return $this->crcLongestDurationLabel;
270 }
271 /**
272 * @param string
273 */
274 public function setDropdownCopyJSON($dropdownCopyJSON)
275 {
276 $this->dropdownCopyJSON = $dropdownCopyJSON;
277 }
278 /**
279 * @return string
280 */
281 public function getDropdownCopyJSON()
282 {
283 return $this->dropdownCopyJSON;
284 }
285 /**
286 * @param string
287 */
288 public function setDropdownDarkTheme($dropdownDarkTheme)
289 {
290 $this->dropdownDarkTheme = $dropdownDarkTheme;
291 }
292 /**
293 * @return string
294 */
295 public function getDropdownDarkTheme()
296 {
297 return $this->dropdownDarkTheme;
298 }
299 /**
300 * @param string
301 */
302 public function setDropdownPrintExpanded($dropdownPrintExpanded)
303 {
304 $this->dropdownPrintExpanded = $dropdownPrintExpanded;
305 }
306 /**
307 * @return string
308 */
309 public function getDropdownPrintExpanded()
310 {
311 return $this->dropdownPrintExpanded;
312 }
313 /**
314 * @param string
315 */
316 public function setDropdownPrintSummary($dropdownPrintSummary)
317 {
318 $this->dropdownPrintSummary = $dropdownPrintSummary;
319 }
320 /**
321 * @return string
322 */
323 public function getDropdownPrintSummary()
324 {
325 return $this->dropdownPrintSummary;
326 }
327 /**
328 * @param string
329 */
330 public function setDropdownSaveGist($dropdownSaveGist)
331 {
332 $this->dropdownSaveGist = $dropdownSaveGist;
333 }
334 /**
335 * @return string
336 */
337 public function getDropdownSaveGist()
338 {
339 return $this->dropdownSaveGist;
340 }
341 /**
342 * @param string
343 */
344 public function setDropdownSaveHTML($dropdownSaveHTML)
345 {
346 $this->dropdownSaveHTML = $dropdownSaveHTML;
347 }
348 /**
349 * @return string
350 */
351 public function getDropdownSaveHTML()
352 {
353 return $this->dropdownSaveHTML;
354 }
355 /**
356 * @param string
357 */
358 public function setDropdownSaveJSON($dropdownSaveJSON)
359 {
360 $this->dropdownSaveJSON = $dropdownSaveJSON;
361 }
362 /**
363 * @return string
364 */
365 public function getDropdownSaveJSON()
366 {
367 return $this->dropdownSaveJSON;
368 }
369 /**
370 * @param string
371 */
372 public function setDropdownViewer($dropdownViewer)
373 {
374 $this->dropdownViewer = $dropdownViewer;
375 }
376 /**
377 * @return string
378 */
379 public function getDropdownViewer()
380 {
381 return $this->dropdownViewer;
382 }
383 /**
384 * @param string
385 */
386 public function setErrorLabel($errorLabel)
387 {
388 $this->errorLabel = $errorLabel;
389 }
390 /**
391 * @return string
392 */
393 public function getErrorLabel()
394 {
395 return $this->errorLabel;
396 }
397 /**
398 * @param string
399 */
400 public function setErrorMissingAuditInfo($errorMissingAuditInfo)
401 {
402 $this->errorMissingAuditInfo = $errorMissingAuditInfo;
403 }
404 /**
405 * @return string
406 */
407 public function getErrorMissingAuditInfo()
408 {
409 return $this->errorMissingAuditInfo;
410 }
411 /**
412 * @param string
413 */
414 public function setFooterIssue($footerIssue)
415 {
416 $this->footerIssue = $footerIssue;
417 }
418 /**
419 * @return string
420 */
421 public function getFooterIssue()
422 {
423 return $this->footerIssue;
424 }
425 /**
426 * @param string
427 */
428 public function setLabDataTitle($labDataTitle)
429 {
430 $this->labDataTitle = $labDataTitle;
431 }
432 /**
433 * @return string
434 */
435 public function getLabDataTitle()
436 {
437 return $this->labDataTitle;
438 }
439 /**
440 * @param string
441 */
442 public function setLsPerformanceCategoryDescription($lsPerformanceCategoryDescription)
443 {
444 $this->lsPerformanceCategoryDescription = $lsPerformanceCategoryDescription;
445 }
446 /**
447 * @return string
448 */
449 public function getLsPerformanceCategoryDescription()
450 {
451 return $this->lsPerformanceCategoryDescription;
452 }
453 /**
454 * @param string
455 */
456 public function setManualAuditsGroupTitle($manualAuditsGroupTitle)
457 {
458 $this->manualAuditsGroupTitle = $manualAuditsGroupTitle;
459 }
460 /**
461 * @return string
462 */
463 public function getManualAuditsGroupTitle()
464 {
465 return $this->manualAuditsGroupTitle;
466 }
467 /**
468 * @param string
469 */
470 public function setNotApplicableAuditsGroupTitle($notApplicableAuditsGroupTitle)
471 {
472 $this->notApplicableAuditsGroupTitle = $notApplicableAuditsGroupTitle;
473 }
474 /**
475 * @return string
476 */
477 public function getNotApplicableAuditsGroupTitle()
478 {
479 return $this->notApplicableAuditsGroupTitle;
480 }
481 /**
482 * @param string
483 */
484 public function setOpportunityResourceColumnLabel($opportunityResourceColumnLabel)
485 {
486 $this->opportunityResourceColumnLabel = $opportunityResourceColumnLabel;
487 }
488 /**
489 * @return string
490 */
491 public function getOpportunityResourceColumnLabel()
492 {
493 return $this->opportunityResourceColumnLabel;
494 }
495 /**
496 * @param string
497 */
498 public function setOpportunitySavingsColumnLabel($opportunitySavingsColumnLabel)
499 {
500 $this->opportunitySavingsColumnLabel = $opportunitySavingsColumnLabel;
501 }
502 /**
503 * @return string
504 */
505 public function getOpportunitySavingsColumnLabel()
506 {
507 return $this->opportunitySavingsColumnLabel;
508 }
509 /**
510 * @param string
511 */
512 public function setPassedAuditsGroupTitle($passedAuditsGroupTitle)
513 {
514 $this->passedAuditsGroupTitle = $passedAuditsGroupTitle;
515 }
516 /**
517 * @return string
518 */
519 public function getPassedAuditsGroupTitle()
520 {
521 return $this->passedAuditsGroupTitle;
522 }
523 /**
524 * @param string
525 */
526 public function setRuntimeDesktopEmulation($runtimeDesktopEmulation)
527 {
528 $this->runtimeDesktopEmulation = $runtimeDesktopEmulation;
529 }
530 /**
531 * @return string
532 */
533 public function getRuntimeDesktopEmulation()
534 {
535 return $this->runtimeDesktopEmulation;
536 }
537 /**
538 * @param string
539 */
540 public function setRuntimeMobileEmulation($runtimeMobileEmulation)
541 {
542 $this->runtimeMobileEmulation = $runtimeMobileEmulation;
543 }
544 /**
545 * @return string
546 */
547 public function getRuntimeMobileEmulation()
548 {
549 return $this->runtimeMobileEmulation;
550 }
551 /**
552 * @param string
553 */
554 public function setRuntimeNoEmulation($runtimeNoEmulation)
555 {
556 $this->runtimeNoEmulation = $runtimeNoEmulation;
557 }
558 /**
559 * @return string
560 */
561 public function getRuntimeNoEmulation()
562 {
563 return $this->runtimeNoEmulation;
564 }
565 /**
566 * @param string
567 */
568 public function setRuntimeSettingsAxeVersion($runtimeSettingsAxeVersion)
569 {
570 $this->runtimeSettingsAxeVersion = $runtimeSettingsAxeVersion;
571 }
572 /**
573 * @return string
574 */
575 public function getRuntimeSettingsAxeVersion()
576 {
577 return $this->runtimeSettingsAxeVersion;
578 }
579 /**
580 * @param string
581 */
582 public function setRuntimeSettingsBenchmark($runtimeSettingsBenchmark)
583 {
584 $this->runtimeSettingsBenchmark = $runtimeSettingsBenchmark;
585 }
586 /**
587 * @return string
588 */
589 public function getRuntimeSettingsBenchmark()
590 {
591 return $this->runtimeSettingsBenchmark;
592 }
593 /**
594 * @param string
595 */
596 public function setRuntimeSettingsCPUThrottling($runtimeSettingsCPUThrottling)
597 {
598 $this->runtimeSettingsCPUThrottling = $runtimeSettingsCPUThrottling;
599 }
600 /**
601 * @return string
602 */
603 public function getRuntimeSettingsCPUThrottling()
604 {
605 return $this->runtimeSettingsCPUThrottling;
606 }
607 /**
608 * @param string
609 */
610 public function setRuntimeSettingsChannel($runtimeSettingsChannel)
611 {
612 $this->runtimeSettingsChannel = $runtimeSettingsChannel;
613 }
614 /**
615 * @return string
616 */
617 public function getRuntimeSettingsChannel()
618 {
619 return $this->runtimeSettingsChannel;
620 }
621 /**
622 * @param string
623 */
624 public function setRuntimeSettingsDevice($runtimeSettingsDevice)
625 {
626 $this->runtimeSettingsDevice = $runtimeSettingsDevice;
627 }
628 /**
629 * @return string
630 */
631 public function getRuntimeSettingsDevice()
632 {
633 return $this->runtimeSettingsDevice;
634 }
635 /**
636 * @param string
637 */
638 public function setRuntimeSettingsFetchTime($runtimeSettingsFetchTime)
639 {
640 $this->runtimeSettingsFetchTime = $runtimeSettingsFetchTime;
641 }
642 /**
643 * @return string
644 */
645 public function getRuntimeSettingsFetchTime()
646 {
647 return $this->runtimeSettingsFetchTime;
648 }
649 /**
650 * @param string
651 */
652 public function setRuntimeSettingsNetworkThrottling($runtimeSettingsNetworkThrottling)
653 {
654 $this->runtimeSettingsNetworkThrottling = $runtimeSettingsNetworkThrottling;
655 }
656 /**
657 * @return string
658 */
659 public function getRuntimeSettingsNetworkThrottling()
660 {
661 return $this->runtimeSettingsNetworkThrottling;
662 }
663 /**
664 * @param string
665 */
666 public function setRuntimeSettingsTitle($runtimeSettingsTitle)
667 {
668 $this->runtimeSettingsTitle = $runtimeSettingsTitle;
669 }
670 /**
671 * @return string
672 */
673 public function getRuntimeSettingsTitle()
674 {
675 return $this->runtimeSettingsTitle;
676 }
677 /**
678 * @param string
679 */
680 public function setRuntimeSettingsUA($runtimeSettingsUA)
681 {
682 $this->runtimeSettingsUA = $runtimeSettingsUA;
683 }
684 /**
685 * @return string
686 */
687 public function getRuntimeSettingsUA()
688 {
689 return $this->runtimeSettingsUA;
690 }
691 /**
692 * @param string
693 */
694 public function setRuntimeSettingsUANetwork($runtimeSettingsUANetwork)
695 {
696 $this->runtimeSettingsUANetwork = $runtimeSettingsUANetwork;
697 }
698 /**
699 * @return string
700 */
701 public function getRuntimeSettingsUANetwork()
702 {
703 return $this->runtimeSettingsUANetwork;
704 }
705 /**
706 * @param string
707 */
708 public function setRuntimeSettingsUrl($runtimeSettingsUrl)
709 {
710 $this->runtimeSettingsUrl = $runtimeSettingsUrl;
711 }
712 /**
713 * @return string
714 */
715 public function getRuntimeSettingsUrl()
716 {
717 return $this->runtimeSettingsUrl;
718 }
719 /**
720 * @param string
721 */
722 public function setRuntimeUnknown($runtimeUnknown)
723 {
724 $this->runtimeUnknown = $runtimeUnknown;
725 }
726 /**
727 * @return string
728 */
729 public function getRuntimeUnknown()
730 {
731 return $this->runtimeUnknown;
732 }
733 /**
734 * @param string
735 */
736 public function setScorescaleLabel($scorescaleLabel)
737 {
738 $this->scorescaleLabel = $scorescaleLabel;
739 }
740 /**
741 * @return string
742 */
743 public function getScorescaleLabel()
744 {
745 return $this->scorescaleLabel;
746 }
747 /**
748 * @param string
749 */
750 public function setShowRelevantAudits($showRelevantAudits)
751 {
752 $this->showRelevantAudits = $showRelevantAudits;
753 }
754 /**
755 * @return string
756 */
757 public function getShowRelevantAudits()
758 {
759 return $this->showRelevantAudits;
760 }
761 /**
762 * @param string
763 */
764 public function setSnippetCollapseButtonLabel($snippetCollapseButtonLabel)
765 {
766 $this->snippetCollapseButtonLabel = $snippetCollapseButtonLabel;
767 }
768 /**
769 * @return string
770 */
771 public function getSnippetCollapseButtonLabel()
772 {
773 return $this->snippetCollapseButtonLabel;
774 }
775 /**
776 * @param string
777 */
778 public function setSnippetExpandButtonLabel($snippetExpandButtonLabel)
779 {
780 $this->snippetExpandButtonLabel = $snippetExpandButtonLabel;
781 }
782 /**
783 * @return string
784 */
785 public function getSnippetExpandButtonLabel()
786 {
787 return $this->snippetExpandButtonLabel;
788 }
789 /**
790 * @param string
791 */
792 public function setThirdPartyResourcesLabel($thirdPartyResourcesLabel)
793 {
794 $this->thirdPartyResourcesLabel = $thirdPartyResourcesLabel;
795 }
796 /**
797 * @return string
798 */
799 public function getThirdPartyResourcesLabel()
800 {
801 return $this->thirdPartyResourcesLabel;
802 }
803 /**
804 * @param string
805 */
806 public function setThrottlingProvided($throttlingProvided)
807 {
808 $this->throttlingProvided = $throttlingProvided;
809 }
810 /**
811 * @return string
812 */
813 public function getThrottlingProvided()
814 {
815 return $this->throttlingProvided;
816 }
817 /**
818 * @param string
819 */
820 public function setToplevelWarningsMessage($toplevelWarningsMessage)
821 {
822 $this->toplevelWarningsMessage = $toplevelWarningsMessage;
823 }
824 /**
825 * @return string
826 */
827 public function getToplevelWarningsMessage()
828 {
829 return $this->toplevelWarningsMessage;
830 }
831 /**
832 * @param string
833 */
834 public function setVarianceDisclaimer($varianceDisclaimer)
835 {
836 $this->varianceDisclaimer = $varianceDisclaimer;
837 }
838 /**
839 * @return string
840 */
841 public function getVarianceDisclaimer()
842 {
843 return $this->varianceDisclaimer;
844 }
845 /**
846 * @param string
847 */
848 public function setViewTreemapLabel($viewTreemapLabel)
849 {
850 $this->viewTreemapLabel = $viewTreemapLabel;
851 }
852 /**
853 * @return string
854 */
855 public function getViewTreemapLabel()
856 {
857 return $this->viewTreemapLabel;
858 }
859 /**
860 * @param string
861 */
862 public function setWarningAuditsGroupTitle($warningAuditsGroupTitle)
863 {
864 $this->warningAuditsGroupTitle = $warningAuditsGroupTitle;
865 }
866 /**
867 * @return string
868 */
869 public function getWarningAuditsGroupTitle()
870 {
871 return $this->warningAuditsGroupTitle;
872 }
873 /**
874 * @param string
875 */
876 public function setWarningHeader($warningHeader)
877 {
878 $this->warningHeader = $warningHeader;
879 }
880 /**
881 * @return string
882 */
883 public function getWarningHeader()
884 {
885 return $this->warningHeader;
886 }
887}
888
889// Adding a class alias for backwards compatibility with the previous class name.
890class_alias(RendererFormattedStrings::class, 'Google_Service_PagespeedInsights_RendererFormattedStrings');
Note: See TracBrowser for help on using the repository browser.