Nouveaux fichier suite maj librairies vendor

This commit is contained in:
Caribana
2018-05-01 14:46:24 +02:00
parent 6d5286b888
commit 382b93196c
2318 changed files with 147474 additions and 0 deletions

View File

@@ -0,0 +1,47 @@
<?php
/*
* Copyright 2014 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
* License for the specific language governing permissions and limitations under
* the License.
*/
class Google_Service_Pagespeedonline_PagespeedApiFormatStringV4 extends Google_Collection
{
protected $collection_key = 'args';
protected $argsType = 'Google_Service_Pagespeedonline_PagespeedApiFormatStringV4Args';
protected $argsDataType = 'array';
public $format;
/**
* @param Google_Service_Pagespeedonline_PagespeedApiFormatStringV4Args
*/
public function setArgs($args)
{
$this->args = $args;
}
/**
* @return Google_Service_Pagespeedonline_PagespeedApiFormatStringV4Args
*/
public function getArgs()
{
return $this->args;
}
public function setFormat($format)
{
$this->format = $format;
}
public function getFormat()
{
return $this->format;
}
}

View File

@@ -0,0 +1,84 @@
<?php
/*
* Copyright 2014 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
* License for the specific language governing permissions and limitations under
* the License.
*/
class Google_Service_Pagespeedonline_PagespeedApiFormatStringV4Args extends Google_Collection
{
protected $collection_key = 'secondary_rects';
protected $internal_gapi_mappings = array(
"secondaryRects" => "secondary_rects",
);
public $key;
protected $rectsType = 'Google_Service_Pagespeedonline_PagespeedApiFormatStringV4ArgsRects';
protected $rectsDataType = 'array';
protected $secondaryRectsType = 'Google_Service_Pagespeedonline_PagespeedApiFormatStringV4ArgsSecondaryRects';
protected $secondaryRectsDataType = 'array';
public $type;
public $value;
public function setKey($key)
{
$this->key = $key;
}
public function getKey()
{
return $this->key;
}
/**
* @param Google_Service_Pagespeedonline_PagespeedApiFormatStringV4ArgsRects
*/
public function setRects($rects)
{
$this->rects = $rects;
}
/**
* @return Google_Service_Pagespeedonline_PagespeedApiFormatStringV4ArgsRects
*/
public function getRects()
{
return $this->rects;
}
/**
* @param Google_Service_Pagespeedonline_PagespeedApiFormatStringV4ArgsSecondaryRects
*/
public function setSecondaryRects($secondaryRects)
{
$this->secondaryRects = $secondaryRects;
}
/**
* @return Google_Service_Pagespeedonline_PagespeedApiFormatStringV4ArgsSecondaryRects
*/
public function getSecondaryRects()
{
return $this->secondaryRects;
}
public function setType($type)
{
$this->type = $type;
}
public function getType()
{
return $this->type;
}
public function setValue($value)
{
$this->value = $value;
}
public function getValue()
{
return $this->value;
}
}

View File

@@ -0,0 +1,57 @@
<?php
/*
* Copyright 2014 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
* License for the specific language governing permissions and limitations under
* the License.
*/
class Google_Service_Pagespeedonline_PagespeedApiFormatStringV4ArgsRects extends Google_Model
{
public $height;
public $left;
public $top;
public $width;
public function setHeight($height)
{
$this->height = $height;
}
public function getHeight()
{
return $this->height;
}
public function setLeft($left)
{
$this->left = $left;
}
public function getLeft()
{
return $this->left;
}
public function setTop($top)
{
$this->top = $top;
}
public function getTop()
{
return $this->top;
}
public function setWidth($width)
{
$this->width = $width;
}
public function getWidth()
{
return $this->width;
}
}

View File

@@ -0,0 +1,57 @@
<?php
/*
* Copyright 2014 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
* License for the specific language governing permissions and limitations under
* the License.
*/
class Google_Service_Pagespeedonline_PagespeedApiFormatStringV4ArgsSecondaryRects extends Google_Model
{
public $height;
public $left;
public $top;
public $width;
public function setHeight($height)
{
$this->height = $height;
}
public function getHeight()
{
return $this->height;
}
public function setLeft($left)
{
$this->left = $left;
}
public function getLeft()
{
return $this->left;
}
public function setTop($top)
{
$this->top = $top;
}
public function getTop()
{
return $this->top;
}
public function setWidth($width)
{
$this->width = $width;
}
public function getWidth()
{
return $this->width;
}
}

View File

@@ -0,0 +1,86 @@
<?php
/*
* Copyright 2014 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
* License for the specific language governing permissions and limitations under
* the License.
*/
class Google_Service_Pagespeedonline_PagespeedApiImageV4 extends Google_Model
{
protected $internal_gapi_mappings = array(
"mimeType" => "mime_type",
"pageRect" => "page_rect",
);
public $data;
public $height;
public $key;
public $mimeType;
protected $pageRectType = 'Google_Service_Pagespeedonline_PagespeedApiImageV4PageRect';
protected $pageRectDataType = '';
public $width;
public function setData($data)
{
$this->data = $data;
}
public function getData()
{
return $this->data;
}
public function setHeight($height)
{
$this->height = $height;
}
public function getHeight()
{
return $this->height;
}
public function setKey($key)
{
$this->key = $key;
}
public function getKey()
{
return $this->key;
}
public function setMimeType($mimeType)
{
$this->mimeType = $mimeType;
}
public function getMimeType()
{
return $this->mimeType;
}
/**
* @param Google_Service_Pagespeedonline_PagespeedApiImageV4PageRect
*/
public function setPageRect(Google_Service_Pagespeedonline_PagespeedApiImageV4PageRect $pageRect)
{
$this->pageRect = $pageRect;
}
/**
* @return Google_Service_Pagespeedonline_PagespeedApiImageV4PageRect
*/
public function getPageRect()
{
return $this->pageRect;
}
public function setWidth($width)
{
$this->width = $width;
}
public function getWidth()
{
return $this->width;
}
}

View File

@@ -0,0 +1,57 @@
<?php
/*
* Copyright 2014 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
* License for the specific language governing permissions and limitations under
* the License.
*/
class Google_Service_Pagespeedonline_PagespeedApiImageV4PageRect extends Google_Model
{
public $height;
public $left;
public $top;
public $width;
public function setHeight($height)
{
$this->height = $height;
}
public function getHeight()
{
return $this->height;
}
public function setLeft($left)
{
$this->left = $left;
}
public function getLeft()
{
return $this->left;
}
public function setTop($top)
{
$this->top = $top;
}
public function getTop()
{
return $this->top;
}
public function setWidth($width)
{
$this->width = $width;
}
public function getWidth()
{
return $this->width;
}
}

View File

@@ -0,0 +1,188 @@
<?php
/*
* Copyright 2014 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
* License for the specific language governing permissions and limitations under
* the License.
*/
class Google_Service_Pagespeedonline_PagespeedApiPagespeedResponseV4 extends Google_Collection
{
protected $collection_key = 'snapshots';
public $captchaResult;
protected $formattedResultsType = 'Google_Service_Pagespeedonline_PagespeedApiPagespeedResponseV4FormattedResults';
protected $formattedResultsDataType = '';
public $id;
public $invalidRules;
public $kind;
protected $loadingExperienceType = 'Google_Service_Pagespeedonline_PagespeedApiPagespeedResponseV4LoadingExperience';
protected $loadingExperienceDataType = '';
protected $pageStatsType = 'Google_Service_Pagespeedonline_PagespeedApiPagespeedResponseV4PageStats';
protected $pageStatsDataType = '';
public $responseCode;
protected $ruleGroupsType = 'Google_Service_Pagespeedonline_PagespeedApiPagespeedResponseV4RuleGroupsElement';
protected $ruleGroupsDataType = 'map';
protected $screenshotType = 'Google_Service_Pagespeedonline_PagespeedApiImageV4';
protected $screenshotDataType = '';
protected $snapshotsType = 'Google_Service_Pagespeedonline_PagespeedApiImageV4';
protected $snapshotsDataType = 'array';
public $title;
protected $versionType = 'Google_Service_Pagespeedonline_PagespeedApiPagespeedResponseV4Version';
protected $versionDataType = '';
public function setCaptchaResult($captchaResult)
{
$this->captchaResult = $captchaResult;
}
public function getCaptchaResult()
{
return $this->captchaResult;
}
/**
* @param Google_Service_Pagespeedonline_PagespeedApiPagespeedResponseV4FormattedResults
*/
public function setFormattedResults(Google_Service_Pagespeedonline_PagespeedApiPagespeedResponseV4FormattedResults $formattedResults)
{
$this->formattedResults = $formattedResults;
}
/**
* @return Google_Service_Pagespeedonline_PagespeedApiPagespeedResponseV4FormattedResults
*/
public function getFormattedResults()
{
return $this->formattedResults;
}
public function setId($id)
{
$this->id = $id;
}
public function getId()
{
return $this->id;
}
public function setInvalidRules($invalidRules)
{
$this->invalidRules = $invalidRules;
}
public function getInvalidRules()
{
return $this->invalidRules;
}
public function setKind($kind)
{
$this->kind = $kind;
}
public function getKind()
{
return $this->kind;
}
/**
* @param Google_Service_Pagespeedonline_PagespeedApiPagespeedResponseV4LoadingExperience
*/
public function setLoadingExperience(Google_Service_Pagespeedonline_PagespeedApiPagespeedResponseV4LoadingExperience $loadingExperience)
{
$this->loadingExperience = $loadingExperience;
}
/**
* @return Google_Service_Pagespeedonline_PagespeedApiPagespeedResponseV4LoadingExperience
*/
public function getLoadingExperience()
{
return $this->loadingExperience;
}
/**
* @param Google_Service_Pagespeedonline_PagespeedApiPagespeedResponseV4PageStats
*/
public function setPageStats(Google_Service_Pagespeedonline_PagespeedApiPagespeedResponseV4PageStats $pageStats)
{
$this->pageStats = $pageStats;
}
/**
* @return Google_Service_Pagespeedonline_PagespeedApiPagespeedResponseV4PageStats
*/
public function getPageStats()
{
return $this->pageStats;
}
public function setResponseCode($responseCode)
{
$this->responseCode = $responseCode;
}
public function getResponseCode()
{
return $this->responseCode;
}
/**
* @param Google_Service_Pagespeedonline_PagespeedApiPagespeedResponseV4RuleGroupsElement
*/
public function setRuleGroups($ruleGroups)
{
$this->ruleGroups = $ruleGroups;
}
/**
* @return Google_Service_Pagespeedonline_PagespeedApiPagespeedResponseV4RuleGroupsElement
*/
public function getRuleGroups()
{
return $this->ruleGroups;
}
/**
* @param Google_Service_Pagespeedonline_PagespeedApiImageV4
*/
public function setScreenshot(Google_Service_Pagespeedonline_PagespeedApiImageV4 $screenshot)
{
$this->screenshot = $screenshot;
}
/**
* @return Google_Service_Pagespeedonline_PagespeedApiImageV4
*/
public function getScreenshot()
{
return $this->screenshot;
}
/**
* @param Google_Service_Pagespeedonline_PagespeedApiImageV4
*/
public function setSnapshots($snapshots)
{
$this->snapshots = $snapshots;
}
/**
* @return Google_Service_Pagespeedonline_PagespeedApiImageV4
*/
public function getSnapshots()
{
return $this->snapshots;
}
public function setTitle($title)
{
$this->title = $title;
}
public function getTitle()
{
return $this->title;
}
/**
* @param Google_Service_Pagespeedonline_PagespeedApiPagespeedResponseV4Version
*/
public function setVersion(Google_Service_Pagespeedonline_PagespeedApiPagespeedResponseV4Version $version)
{
$this->version = $version;
}
/**
* @return Google_Service_Pagespeedonline_PagespeedApiPagespeedResponseV4Version
*/
public function getVersion()
{
return $this->version;
}
}

View File

@@ -0,0 +1,46 @@
<?php
/*
* Copyright 2014 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
* License for the specific language governing permissions and limitations under
* the License.
*/
class Google_Service_Pagespeedonline_PagespeedApiPagespeedResponseV4FormattedResults extends Google_Model
{
public $locale;
protected $ruleResultsType = 'Google_Service_Pagespeedonline_PagespeedApiPagespeedResponseV4FormattedResultsRuleResultsElement';
protected $ruleResultsDataType = 'map';
public function setLocale($locale)
{
$this->locale = $locale;
}
public function getLocale()
{
return $this->locale;
}
/**
* @param Google_Service_Pagespeedonline_PagespeedApiPagespeedResponseV4FormattedResultsRuleResultsElement
*/
public function setRuleResults($ruleResults)
{
$this->ruleResults = $ruleResults;
}
/**
* @return Google_Service_Pagespeedonline_PagespeedApiPagespeedResponseV4FormattedResultsRuleResultsElement
*/
public function getRuleResults()
{
return $this->ruleResults;
}
}

View File

@@ -0,0 +1,90 @@
<?php
/*
* Copyright 2014 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
* License for the specific language governing permissions and limitations under
* the License.
*/
class Google_Service_Pagespeedonline_PagespeedApiPagespeedResponseV4FormattedResultsRuleResultsElement extends Google_Collection
{
protected $collection_key = 'urlBlocks';
public $beta;
public $groups;
public $localizedRuleName;
public $ruleImpact;
protected $summaryType = 'Google_Service_Pagespeedonline_PagespeedApiFormatStringV4';
protected $summaryDataType = '';
protected $urlBlocksType = 'Google_Service_Pagespeedonline_PagespeedApiPagespeedResponseV4FormattedResultsRuleResultsElementUrlBlocks';
protected $urlBlocksDataType = 'array';
public function setBeta($beta)
{
$this->beta = $beta;
}
public function getBeta()
{
return $this->beta;
}
public function setGroups($groups)
{
$this->groups = $groups;
}
public function getGroups()
{
return $this->groups;
}
public function setLocalizedRuleName($localizedRuleName)
{
$this->localizedRuleName = $localizedRuleName;
}
public function getLocalizedRuleName()
{
return $this->localizedRuleName;
}
public function setRuleImpact($ruleImpact)
{
$this->ruleImpact = $ruleImpact;
}
public function getRuleImpact()
{
return $this->ruleImpact;
}
/**
* @param Google_Service_Pagespeedonline_PagespeedApiFormatStringV4
*/
public function setSummary(Google_Service_Pagespeedonline_PagespeedApiFormatStringV4 $summary)
{
$this->summary = $summary;
}
/**
* @return Google_Service_Pagespeedonline_PagespeedApiFormatStringV4
*/
public function getSummary()
{
return $this->summary;
}
/**
* @param Google_Service_Pagespeedonline_PagespeedApiPagespeedResponseV4FormattedResultsRuleResultsElementUrlBlocks
*/
public function setUrlBlocks($urlBlocks)
{
$this->urlBlocks = $urlBlocks;
}
/**
* @return Google_Service_Pagespeedonline_PagespeedApiPagespeedResponseV4FormattedResultsRuleResultsElementUrlBlocks
*/
public function getUrlBlocks()
{
return $this->urlBlocks;
}
}

View File

@@ -0,0 +1,54 @@
<?php
/*
* Copyright 2014 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
* License for the specific language governing permissions and limitations under
* the License.
*/
class Google_Service_Pagespeedonline_PagespeedApiPagespeedResponseV4FormattedResultsRuleResultsElementUrlBlocks extends Google_Collection
{
protected $collection_key = 'urls';
protected $headerType = 'Google_Service_Pagespeedonline_PagespeedApiFormatStringV4';
protected $headerDataType = '';
protected $urlsType = 'Google_Service_Pagespeedonline_PagespeedApiPagespeedResponseV4FormattedResultsRuleResultsElementUrlBlocksUrls';
protected $urlsDataType = 'array';
/**
* @param Google_Service_Pagespeedonline_PagespeedApiFormatStringV4
*/
public function setHeader(Google_Service_Pagespeedonline_PagespeedApiFormatStringV4 $header)
{
$this->header = $header;
}
/**
* @return Google_Service_Pagespeedonline_PagespeedApiFormatStringV4
*/
public function getHeader()
{
return $this->header;
}
/**
* @param Google_Service_Pagespeedonline_PagespeedApiPagespeedResponseV4FormattedResultsRuleResultsElementUrlBlocksUrls
*/
public function setUrls($urls)
{
$this->urls = $urls;
}
/**
* @return Google_Service_Pagespeedonline_PagespeedApiPagespeedResponseV4FormattedResultsRuleResultsElementUrlBlocksUrls
*/
public function getUrls()
{
return $this->urls;
}
}

View File

@@ -0,0 +1,54 @@
<?php
/*
* Copyright 2014 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
* License for the specific language governing permissions and limitations under
* the License.
*/
class Google_Service_Pagespeedonline_PagespeedApiPagespeedResponseV4FormattedResultsRuleResultsElementUrlBlocksUrls extends Google_Collection
{
protected $collection_key = 'details';
protected $detailsType = 'Google_Service_Pagespeedonline_PagespeedApiFormatStringV4';
protected $detailsDataType = 'array';
protected $resultType = 'Google_Service_Pagespeedonline_PagespeedApiFormatStringV4';
protected $resultDataType = '';
/**
* @param Google_Service_Pagespeedonline_PagespeedApiFormatStringV4
*/
public function setDetails($details)
{
$this->details = $details;
}
/**
* @return Google_Service_Pagespeedonline_PagespeedApiFormatStringV4
*/
public function getDetails()
{
return $this->details;
}
/**
* @param Google_Service_Pagespeedonline_PagespeedApiFormatStringV4
*/
public function setResult(Google_Service_Pagespeedonline_PagespeedApiFormatStringV4 $result)
{
$this->result = $result;
}
/**
* @return Google_Service_Pagespeedonline_PagespeedApiFormatStringV4
*/
public function getResult()
{
return $this->result;
}
}

View File

@@ -0,0 +1,68 @@
<?php
/*
* Copyright 2014 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
* License for the specific language governing permissions and limitations under
* the License.
*/
class Google_Service_Pagespeedonline_PagespeedApiPagespeedResponseV4LoadingExperience extends Google_Model
{
protected $internal_gapi_mappings = array(
"initialUrl" => "initial_url",
"overallCategory" => "overall_category",
);
public $id;
public $initialUrl;
protected $metricsType = 'Google_Service_Pagespeedonline_PagespeedApiPagespeedResponseV4LoadingExperienceMetricsElement';
protected $metricsDataType = 'map';
public $overallCategory;
public function setId($id)
{
$this->id = $id;
}
public function getId()
{
return $this->id;
}
public function setInitialUrl($initialUrl)
{
$this->initialUrl = $initialUrl;
}
public function getInitialUrl()
{
return $this->initialUrl;
}
/**
* @param Google_Service_Pagespeedonline_PagespeedApiPagespeedResponseV4LoadingExperienceMetricsElement
*/
public function setMetrics($metrics)
{
$this->metrics = $metrics;
}
/**
* @return Google_Service_Pagespeedonline_PagespeedApiPagespeedResponseV4LoadingExperienceMetricsElement
*/
public function getMetrics()
{
return $this->metrics;
}
public function setOverallCategory($overallCategory)
{
$this->overallCategory = $overallCategory;
}
public function getOverallCategory()
{
return $this->overallCategory;
}
}

View File

@@ -0,0 +1,56 @@
<?php
/*
* Copyright 2014 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
* License for the specific language governing permissions and limitations under
* the License.
*/
class Google_Service_Pagespeedonline_PagespeedApiPagespeedResponseV4LoadingExperienceMetricsElement extends Google_Collection
{
protected $collection_key = 'distributions';
public $category;
protected $distributionsType = 'Google_Service_Pagespeedonline_PagespeedApiPagespeedResponseV4LoadingExperienceMetricsElementDistributions';
protected $distributionsDataType = 'array';
public $median;
public function setCategory($category)
{
$this->category = $category;
}
public function getCategory()
{
return $this->category;
}
/**
* @param Google_Service_Pagespeedonline_PagespeedApiPagespeedResponseV4LoadingExperienceMetricsElementDistributions
*/
public function setDistributions($distributions)
{
$this->distributions = $distributions;
}
/**
* @return Google_Service_Pagespeedonline_PagespeedApiPagespeedResponseV4LoadingExperienceMetricsElementDistributions
*/
public function getDistributions()
{
return $this->distributions;
}
public function setMedian($median)
{
$this->median = $median;
}
public function getMedian()
{
return $this->median;
}
}

View File

@@ -0,0 +1,48 @@
<?php
/*
* Copyright 2014 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
* License for the specific language governing permissions and limitations under
* the License.
*/
class Google_Service_Pagespeedonline_PagespeedApiPagespeedResponseV4LoadingExperienceMetricsElementDistributions extends Google_Model
{
public $max;
public $min;
public $proportion;
public function setMax($max)
{
$this->max = $max;
}
public function getMax()
{
return $this->max;
}
public function setMin($min)
{
$this->min = $min;
}
public function getMin()
{
return $this->min;
}
public function setProportion($proportion)
{
$this->proportion = $proportion;
}
public function getProportion()
{
return $this->proportion;
}
}

View File

@@ -0,0 +1,211 @@
<?php
/*
* Copyright 2014 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
* License for the specific language governing permissions and limitations under
* the License.
*/
class Google_Service_Pagespeedonline_PagespeedApiPagespeedResponseV4PageStats extends Google_Collection
{
protected $collection_key = 'transientFetchFailureUrls';
public $cms;
public $cssResponseBytes;
public $flashResponseBytes;
public $htmlResponseBytes;
public $imageResponseBytes;
public $javascriptResponseBytes;
public $numRenderBlockingRoundTrips;
public $numTotalRoundTrips;
public $numberCssResources;
public $numberHosts;
public $numberJsResources;
public $numberResources;
public $numberRobotedResources;
public $numberStaticResources;
public $numberTransientFetchFailureResources;
public $otherResponseBytes;
public $overTheWireResponseBytes;
public $robotedUrls;
public $textResponseBytes;
public $totalRequestBytes;
public $transientFetchFailureUrls;
public function setCms($cms)
{
$this->cms = $cms;
}
public function getCms()
{
return $this->cms;
}
public function setCssResponseBytes($cssResponseBytes)
{
$this->cssResponseBytes = $cssResponseBytes;
}
public function getCssResponseBytes()
{
return $this->cssResponseBytes;
}
public function setFlashResponseBytes($flashResponseBytes)
{
$this->flashResponseBytes = $flashResponseBytes;
}
public function getFlashResponseBytes()
{
return $this->flashResponseBytes;
}
public function setHtmlResponseBytes($htmlResponseBytes)
{
$this->htmlResponseBytes = $htmlResponseBytes;
}
public function getHtmlResponseBytes()
{
return $this->htmlResponseBytes;
}
public function setImageResponseBytes($imageResponseBytes)
{
$this->imageResponseBytes = $imageResponseBytes;
}
public function getImageResponseBytes()
{
return $this->imageResponseBytes;
}
public function setJavascriptResponseBytes($javascriptResponseBytes)
{
$this->javascriptResponseBytes = $javascriptResponseBytes;
}
public function getJavascriptResponseBytes()
{
return $this->javascriptResponseBytes;
}
public function setNumRenderBlockingRoundTrips($numRenderBlockingRoundTrips)
{
$this->numRenderBlockingRoundTrips = $numRenderBlockingRoundTrips;
}
public function getNumRenderBlockingRoundTrips()
{
return $this->numRenderBlockingRoundTrips;
}
public function setNumTotalRoundTrips($numTotalRoundTrips)
{
$this->numTotalRoundTrips = $numTotalRoundTrips;
}
public function getNumTotalRoundTrips()
{
return $this->numTotalRoundTrips;
}
public function setNumberCssResources($numberCssResources)
{
$this->numberCssResources = $numberCssResources;
}
public function getNumberCssResources()
{
return $this->numberCssResources;
}
public function setNumberHosts($numberHosts)
{
$this->numberHosts = $numberHosts;
}
public function getNumberHosts()
{
return $this->numberHosts;
}
public function setNumberJsResources($numberJsResources)
{
$this->numberJsResources = $numberJsResources;
}
public function getNumberJsResources()
{
return $this->numberJsResources;
}
public function setNumberResources($numberResources)
{
$this->numberResources = $numberResources;
}
public function getNumberResources()
{
return $this->numberResources;
}
public function setNumberRobotedResources($numberRobotedResources)
{
$this->numberRobotedResources = $numberRobotedResources;
}
public function getNumberRobotedResources()
{
return $this->numberRobotedResources;
}
public function setNumberStaticResources($numberStaticResources)
{
$this->numberStaticResources = $numberStaticResources;
}
public function getNumberStaticResources()
{
return $this->numberStaticResources;
}
public function setNumberTransientFetchFailureResources($numberTransientFetchFailureResources)
{
$this->numberTransientFetchFailureResources = $numberTransientFetchFailureResources;
}
public function getNumberTransientFetchFailureResources()
{
return $this->numberTransientFetchFailureResources;
}
public function setOtherResponseBytes($otherResponseBytes)
{
$this->otherResponseBytes = $otherResponseBytes;
}
public function getOtherResponseBytes()
{
return $this->otherResponseBytes;
}
public function setOverTheWireResponseBytes($overTheWireResponseBytes)
{
$this->overTheWireResponseBytes = $overTheWireResponseBytes;
}
public function getOverTheWireResponseBytes()
{
return $this->overTheWireResponseBytes;
}
public function setRobotedUrls($robotedUrls)
{
$this->robotedUrls = $robotedUrls;
}
public function getRobotedUrls()
{
return $this->robotedUrls;
}
public function setTextResponseBytes($textResponseBytes)
{
$this->textResponseBytes = $textResponseBytes;
}
public function getTextResponseBytes()
{
return $this->textResponseBytes;
}
public function setTotalRequestBytes($totalRequestBytes)
{
$this->totalRequestBytes = $totalRequestBytes;
}
public function getTotalRequestBytes()
{
return $this->totalRequestBytes;
}
public function setTransientFetchFailureUrls($transientFetchFailureUrls)
{
$this->transientFetchFailureUrls = $transientFetchFailureUrls;
}
public function getTransientFetchFailureUrls()
{
return $this->transientFetchFailureUrls;
}
}

View File

@@ -0,0 +1,39 @@
<?php
/*
* Copyright 2014 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
* License for the specific language governing permissions and limitations under
* the License.
*/
class Google_Service_Pagespeedonline_PagespeedApiPagespeedResponseV4RuleGroupsElement extends Google_Model
{
public $pass;
public $score;
public function setPass($pass)
{
$this->pass = $pass;
}
public function getPass()
{
return $this->pass;
}
public function setScore($score)
{
$this->score = $score;
}
public function getScore()
{
return $this->score;
}
}

View File

@@ -0,0 +1,39 @@
<?php
/*
* Copyright 2014 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
* License for the specific language governing permissions and limitations under
* the License.
*/
class Google_Service_Pagespeedonline_PagespeedApiPagespeedResponseV4Version extends Google_Model
{
public $major;
public $minor;
public function setMajor($major)
{
$this->major = $major;
}
public function getMajor()
{
return $this->major;
}
public function setMinor($minor)
{
$this->minor = $minor;
}
public function getMinor()
{
return $this->minor;
}
}