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,41 @@
<?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_Devprojects_AbuseSection extends Google_Collection
{
protected $collection_key = 'componentAbuseStatus';
protected $componentAbuseStatusType = 'Google_Service_Devprojects_ComponentAbuseStatus';
protected $componentAbuseStatusDataType = 'array';
public $kind;
public function setComponentAbuseStatus($componentAbuseStatus)
{
$this->componentAbuseStatus = $componentAbuseStatus;
}
public function getComponentAbuseStatus()
{
return $this->componentAbuseStatus;
}
public function setKind($kind)
{
$this->kind = $kind;
}
public function getKind()
{
return $this->kind;
}
}

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_Devprojects_AbuseType extends Google_Model
{
public $id;
public $kind;
public $subtype;
public function setId($id)
{
$this->id = $id;
}
public function getId()
{
return $this->id;
}
public function setKind($kind)
{
$this->kind = $kind;
}
public function getKind()
{
return $this->kind;
}
public function setSubtype($subtype)
{
$this->subtype = $subtype;
}
public function getSubtype()
{
return $this->subtype;
}
}

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_Devprojects_AbuseiamClient extends Google_Model
{
public $id;
public $kind;
public $subservice;
public function setId($id)
{
$this->id = $id;
}
public function getId()
{
return $this->id;
}
public function setKind($kind)
{
$this->kind = $kind;
}
public function getKind()
{
return $this->kind;
}
public function setSubservice($subservice)
{
$this->subservice = $subservice;
}
public function getSubservice()
{
return $this->subservice;
}
}

View File

@@ -0,0 +1,50 @@
<?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_Devprojects_Acceptance extends Google_Model
{
protected $contextType = 'Google_Service_Devprojects_TermsContext';
protected $contextDataType = '';
public $kind;
protected $termsType = 'Google_Service_Devprojects_TermsVersion';
protected $termsDataType = '';
public function setContext(Google_Service_Devprojects_TermsContext $context)
{
$this->context = $context;
}
public function getContext()
{
return $this->context;
}
public function setKind($kind)
{
$this->kind = $kind;
}
public function getKind()
{
return $this->kind;
}
public function setTerms(Google_Service_Devprojects_TermsVersion $terms)
{
$this->terms = $terms;
}
public function getTerms()
{
return $this->terms;
}
}

View File

@@ -0,0 +1,58 @@
<?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_Devprojects_AcceptanceDenied extends Google_Model
{
protected $acceptanceType = 'Google_Service_Devprojects_Acceptance';
protected $acceptanceDataType = '';
public $errorMessage;
public $kind;
public $reason;
public function setAcceptance(Google_Service_Devprojects_Acceptance $acceptance)
{
$this->acceptance = $acceptance;
}
public function getAcceptance()
{
return $this->acceptance;
}
public function setErrorMessage($errorMessage)
{
$this->errorMessage = $errorMessage;
}
public function getErrorMessage()
{
return $this->errorMessage;
}
public function setKind($kind)
{
$this->kind = $kind;
}
public function getKind()
{
return $this->kind;
}
public function setReason($reason)
{
$this->reason = $reason;
}
public function getReason()
{
return $this->reason;
}
}

View File

@@ -0,0 +1,49 @@
<?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_Devprojects_AcceptanceRequired extends Google_Model
{
public $kind;
public $reason;
protected $termsType = 'Google_Service_Devprojects_TermsVersion';
protected $termsDataType = '';
public function setKind($kind)
{
$this->kind = $kind;
}
public function getKind()
{
return $this->kind;
}
public function setReason($reason)
{
$this->reason = $reason;
}
public function getReason()
{
return $this->reason;
}
public function setTerms(Google_Service_Devprojects_TermsVersion $terms)
{
$this->terms = $terms;
}
public function getTerms()
{
return $this->terms;
}
}

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_Devprojects_ActivationLink extends Google_Collection
{
protected $collection_key = 'extraParameter';
public $emailAddress;
protected $extraParameterType = 'Google_Service_Devprojects_TypedKeyValuePair';
protected $extraParameterDataType = 'array';
public $id;
public $kind;
public $link;
public function setEmailAddress($emailAddress)
{
$this->emailAddress = $emailAddress;
}
public function getEmailAddress()
{
return $this->emailAddress;
}
public function setExtraParameter($extraParameter)
{
$this->extraParameter = $extraParameter;
}
public function getExtraParameter()
{
return $this->extraParameter;
}
public function setId($id)
{
$this->id = $id;
}
public function getId()
{
return $this->id;
}
public function setKind($kind)
{
$this->kind = $kind;
}
public function getKind()
{
return $this->kind;
}
public function setLink($link)
{
$this->link = $link;
}
public function getLink()
{
return $this->link;
}
}

View File

@@ -0,0 +1,59 @@
<?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_Devprojects_ActivationLinksCollection extends Google_Collection
{
protected $collection_key = 'link';
public $apiToken;
public $kind;
protected $linkType = 'Google_Service_Devprojects_ActivationLink';
protected $linkDataType = 'array';
public $serviceType;
public function setApiToken($apiToken)
{
$this->apiToken = $apiToken;
}
public function getApiToken()
{
return $this->apiToken;
}
public function setKind($kind)
{
$this->kind = $kind;
}
public function getKind()
{
return $this->kind;
}
public function setLink($link)
{
$this->link = $link;
}
public function getLink()
{
return $this->link;
}
public function setServiceType($serviceType)
{
$this->serviceType = $serviceType;
}
public function getServiceType()
{
return $this->serviceType;
}
}

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_Devprojects_ActivationLinksValidateRequest extends Google_Model
{
public $activationLink;
public $expectedProjectId;
public $whitelistId;
public function setActivationLink($activationLink)
{
$this->activationLink = $activationLink;
}
public function getActivationLink()
{
return $this->activationLink;
}
public function setExpectedProjectId($expectedProjectId)
{
$this->expectedProjectId = $expectedProjectId;
}
public function getExpectedProjectId()
{
return $this->expectedProjectId;
}
public function setWhitelistId($whitelistId)
{
$this->whitelistId = $whitelistId;
}
public function getWhitelistId()
{
return $this->whitelistId;
}
}

View File

@@ -0,0 +1,59 @@
<?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_Devprojects_ActivationLinksValidateResponse extends Google_Collection
{
protected $collection_key = 'tokenParameter';
public $apiToken;
public $componentType;
public $kind;
protected $tokenParameterType = 'Google_Service_Devprojects_TypedKeyValuePair';
protected $tokenParameterDataType = 'array';
public function setApiToken($apiToken)
{
$this->apiToken = $apiToken;
}
public function getApiToken()
{
return $this->apiToken;
}
public function setComponentType($componentType)
{
$this->componentType = $componentType;
}
public function getComponentType()
{
return $this->componentType;
}
public function setKind($kind)
{
$this->kind = $kind;
}
public function getKind()
{
return $this->kind;
}
public function setTokenParameter($tokenParameter)
{
$this->tokenParameter = $tokenParameter;
}
public function getTokenParameter()
{
return $this->tokenParameter;
}
}

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_Devprojects_ActiveApi extends Google_Model
{
public $apiId;
public $apiName;
public $deactivable;
public $kind;
public function setApiId($apiId)
{
$this->apiId = $apiId;
}
public function getApiId()
{
return $this->apiId;
}
public function setApiName($apiName)
{
$this->apiName = $apiName;
}
public function getApiName()
{
return $this->apiName;
}
public function setDeactivable($deactivable)
{
$this->deactivable = $deactivable;
}
public function getDeactivable()
{
return $this->deactivable;
}
public function setKind($kind)
{
$this->kind = $kind;
}
public function getKind()
{
return $this->kind;
}
}

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_Devprojects_ActiveMember extends Google_Model
{
public $email;
public $id;
public $kind;
public $role;
public function setEmail($email)
{
$this->email = $email;
}
public function getEmail()
{
return $this->email;
}
public function setId($id)
{
$this->id = $id;
}
public function getId()
{
return $this->id;
}
public function setKind($kind)
{
$this->kind = $kind;
}
public function getKind()
{
return $this->kind;
}
public function setRole($role)
{
$this->role = $role;
}
public function getRole()
{
return $this->role;
}
}

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_Devprojects_AgeRestriction extends Google_Model
{
public $ageYears;
public $kind;
public function setAgeYears($ageYears)
{
$this->ageYears = $ageYears;
}
public function getAgeYears()
{
return $this->ageYears;
}
public function setKind($kind)
{
$this->kind = $kind;
}
public function getKind()
{
return $this->kind;
}
}

View File

@@ -0,0 +1,41 @@
<?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_Devprojects_AndRestriction extends Google_Collection
{
protected $collection_key = 'child';
protected $childType = 'Google_Service_Devprojects_UserRestriction';
protected $childDataType = 'array';
public $kind;
public function setChild($child)
{
$this->child = $child;
}
public function getChild()
{
return $this->child;
}
public function setKind($kind)
{
$this->kind = $kind;
}
public function getKind()
{
return $this->kind;
}
}

View File

@@ -0,0 +1,60 @@
<?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_Devprojects_ApiConsumer extends Google_Model
{
protected $consumerInformationType = 'Google_Service_Devprojects_ConsumerInfo';
protected $consumerInformationDataType = '';
protected $idType = 'Google_Service_Devprojects_ApiConsumerId';
protected $idDataType = '';
public $kind;
protected $producerConfigurationType = 'Google_Service_Devprojects_ProducerConfiguration';
protected $producerConfigurationDataType = '';
public function setConsumerInformation(Google_Service_Devprojects_ConsumerInfo $consumerInformation)
{
$this->consumerInformation = $consumerInformation;
}
public function getConsumerInformation()
{
return $this->consumerInformation;
}
public function setId(Google_Service_Devprojects_ApiConsumerId $id)
{
$this->id = $id;
}
public function getId()
{
return $this->id;
}
public function setKind($kind)
{
$this->kind = $kind;
}
public function getKind()
{
return $this->kind;
}
public function setProducerConfiguration(Google_Service_Devprojects_ProducerConfiguration $producerConfiguration)
{
$this->producerConfiguration = $producerConfiguration;
}
public function getProducerConfiguration()
{
return $this->producerConfiguration;
}
}

View File

@@ -0,0 +1,66 @@
<?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_Devprojects_ApiConsumerId extends Google_Model
{
public $apiIdToken;
public $consumerAssignedId;
public $consumerProjectId;
public $kind;
public $producerProjectId;
public function setApiIdToken($apiIdToken)
{
$this->apiIdToken = $apiIdToken;
}
public function getApiIdToken()
{
return $this->apiIdToken;
}
public function setConsumerAssignedId($consumerAssignedId)
{
$this->consumerAssignedId = $consumerAssignedId;
}
public function getConsumerAssignedId()
{
return $this->consumerAssignedId;
}
public function setConsumerProjectId($consumerProjectId)
{
$this->consumerProjectId = $consumerProjectId;
}
public function getConsumerProjectId()
{
return $this->consumerProjectId;
}
public function setKind($kind)
{
$this->kind = $kind;
}
public function getKind()
{
return $this->kind;
}
public function setProducerProjectId($producerProjectId)
{
$this->producerProjectId = $producerProjectId;
}
public function getProducerProjectId()
{
return $this->producerProjectId;
}
}

View File

@@ -0,0 +1,77 @@
<?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_Devprojects_ApiData extends Google_Model
{
public $aliasedApiIdToken;
protected $apiDefinitionType = 'Google_Service_Devprojects_ApiDefinition';
protected $apiDefinitionDataType = '';
public $apiIconUrl;
protected $consumerConfigurationByProducerType = 'Google_Service_Devprojects_ProducerConfiguration';
protected $consumerConfigurationByProducerDataType = '';
public $kind;
public $producedByListingProject;
public function setAliasedApiIdToken($aliasedApiIdToken)
{
$this->aliasedApiIdToken = $aliasedApiIdToken;
}
public function getAliasedApiIdToken()
{
return $this->aliasedApiIdToken;
}
public function setApiDefinition(Google_Service_Devprojects_ApiDefinition $apiDefinition)
{
$this->apiDefinition = $apiDefinition;
}
public function getApiDefinition()
{
return $this->apiDefinition;
}
public function setApiIconUrl($apiIconUrl)
{
$this->apiIconUrl = $apiIconUrl;
}
public function getApiIconUrl()
{
return $this->apiIconUrl;
}
public function setConsumerConfigurationByProducer(Google_Service_Devprojects_ProducerConfiguration $consumerConfigurationByProducer)
{
$this->consumerConfigurationByProducer = $consumerConfigurationByProducer;
}
public function getConsumerConfigurationByProducer()
{
return $this->consumerConfigurationByProducer;
}
public function setKind($kind)
{
$this->kind = $kind;
}
public function getKind()
{
return $this->kind;
}
public function setProducedByListingProject($producedByListingProject)
{
$this->producedByListingProject = $producedByListingProject;
}
public function getProducedByListingProject()
{
return $this->producedByListingProject;
}
}

View File

@@ -0,0 +1,225 @@
<?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_Devprojects_ApiDefinition extends Google_Collection
{
protected $collection_key = 'serviceSubsetId';
public $activationMessage;
public $activationRequirement;
public $apiPanelToken;
protected $billableDailyLimitType = 'Google_Service_Devprojects_ApiLimitDefinition';
protected $billableDailyLimitDataType = '';
protected $bucketType = 'Google_Service_Devprojects_QuotaBucketDefinition';
protected $bucketDataType = 'array';
protected $concurrentLimitType = 'Google_Service_Devprojects_ApiLimitDefinition';
protected $concurrentLimitDataType = '';
protected $dailyLimitType = 'Google_Service_Devprojects_ApiLimitDefinition';
protected $dailyLimitDataType = '';
public $description;
public $exampleUrl;
public $kind;
public $learnmoreUrl;
public $name;
public $pricingLink;
public $requestQuotaUrl;
public $requiresActivationToken;
public $requiresOrganizationRegistration;
public $serviceSubsetId;
public $supportsBilling;
public $token;
public $variableTermQuotaDescription;
public $visible;
protected $visitorRateLimitType = 'Google_Service_Devprojects_ApiLimitDefinition';
protected $visitorRateLimitDataType = '';
public function setActivationMessage($activationMessage)
{
$this->activationMessage = $activationMessage;
}
public function getActivationMessage()
{
return $this->activationMessage;
}
public function setActivationRequirement($activationRequirement)
{
$this->activationRequirement = $activationRequirement;
}
public function getActivationRequirement()
{
return $this->activationRequirement;
}
public function setApiPanelToken($apiPanelToken)
{
$this->apiPanelToken = $apiPanelToken;
}
public function getApiPanelToken()
{
return $this->apiPanelToken;
}
public function setBillableDailyLimit(Google_Service_Devprojects_ApiLimitDefinition $billableDailyLimit)
{
$this->billableDailyLimit = $billableDailyLimit;
}
public function getBillableDailyLimit()
{
return $this->billableDailyLimit;
}
public function setBucket($bucket)
{
$this->bucket = $bucket;
}
public function getBucket()
{
return $this->bucket;
}
public function setConcurrentLimit(Google_Service_Devprojects_ApiLimitDefinition $concurrentLimit)
{
$this->concurrentLimit = $concurrentLimit;
}
public function getConcurrentLimit()
{
return $this->concurrentLimit;
}
public function setDailyLimit(Google_Service_Devprojects_ApiLimitDefinition $dailyLimit)
{
$this->dailyLimit = $dailyLimit;
}
public function getDailyLimit()
{
return $this->dailyLimit;
}
public function setDescription($description)
{
$this->description = $description;
}
public function getDescription()
{
return $this->description;
}
public function setExampleUrl($exampleUrl)
{
$this->exampleUrl = $exampleUrl;
}
public function getExampleUrl()
{
return $this->exampleUrl;
}
public function setKind($kind)
{
$this->kind = $kind;
}
public function getKind()
{
return $this->kind;
}
public function setLearnmoreUrl($learnmoreUrl)
{
$this->learnmoreUrl = $learnmoreUrl;
}
public function getLearnmoreUrl()
{
return $this->learnmoreUrl;
}
public function setName($name)
{
$this->name = $name;
}
public function getName()
{
return $this->name;
}
public function setPricingLink($pricingLink)
{
$this->pricingLink = $pricingLink;
}
public function getPricingLink()
{
return $this->pricingLink;
}
public function setRequestQuotaUrl($requestQuotaUrl)
{
$this->requestQuotaUrl = $requestQuotaUrl;
}
public function getRequestQuotaUrl()
{
return $this->requestQuotaUrl;
}
public function setRequiresActivationToken($requiresActivationToken)
{
$this->requiresActivationToken = $requiresActivationToken;
}
public function getRequiresActivationToken()
{
return $this->requiresActivationToken;
}
public function setRequiresOrganizationRegistration($requiresOrganizationRegistration)
{
$this->requiresOrganizationRegistration = $requiresOrganizationRegistration;
}
public function getRequiresOrganizationRegistration()
{
return $this->requiresOrganizationRegistration;
}
public function setServiceSubsetId($serviceSubsetId)
{
$this->serviceSubsetId = $serviceSubsetId;
}
public function getServiceSubsetId()
{
return $this->serviceSubsetId;
}
public function setSupportsBilling($supportsBilling)
{
$this->supportsBilling = $supportsBilling;
}
public function getSupportsBilling()
{
return $this->supportsBilling;
}
public function setToken($token)
{
$this->token = $token;
}
public function getToken()
{
return $this->token;
}
public function setVariableTermQuotaDescription($variableTermQuotaDescription)
{
$this->variableTermQuotaDescription = $variableTermQuotaDescription;
}
public function getVariableTermQuotaDescription()
{
return $this->variableTermQuotaDescription;
}
public function setVisible($visible)
{
$this->visible = $visible;
}
public function getVisible()
{
return $this->visible;
}
public function setVisitorRateLimit(Google_Service_Devprojects_ApiLimitDefinition $visitorRateLimit)
{
$this->visitorRateLimit = $visitorRateLimit;
}
public function getVisitorRateLimit()
{
return $this->visitorRateLimit;
}
}

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_Devprojects_ApiLimitDefinition extends Google_Model
{
protected $defaultValueType = 'Google_Service_Devprojects_TypedValue';
protected $defaultValueDataType = '';
public $description;
public $kind;
public $limitType;
protected $maxValueType = 'Google_Service_Devprojects_TypedValue';
protected $maxValueDataType = '';
public function setDefaultValue(Google_Service_Devprojects_TypedValue $defaultValue)
{
$this->defaultValue = $defaultValue;
}
public function getDefaultValue()
{
return $this->defaultValue;
}
public function setDescription($description)
{
$this->description = $description;
}
public function getDescription()
{
return $this->description;
}
public function setKind($kind)
{
$this->kind = $kind;
}
public function getKind()
{
return $this->kind;
}
public function setLimitType($limitType)
{
$this->limitType = $limitType;
}
public function getLimitType()
{
return $this->limitType;
}
public function setMaxValue(Google_Service_Devprojects_TypedValue $maxValue)
{
$this->maxValue = $maxValue;
}
public function getMaxValue()
{
return $this->maxValue;
}
}

View File

@@ -0,0 +1,132 @@
<?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_Devprojects_ApiLimitStatus extends Google_Model
{
public $actualEnd;
public $addedTimeMillis;
public $apiToken;
public $begin;
public $displayEnd;
public $inGracePeriod;
public $kind;
protected $limitType = 'Google_Service_Devprojects_TypedValue';
protected $limitDataType = '';
protected $maxType = 'Google_Service_Devprojects_TypedValue';
protected $maxDataType = '';
public $type;
protected $usageType = 'Google_Service_Devprojects_TypedValue';
protected $usageDataType = '';
public $visibleEnd;
public function setActualEnd($actualEnd)
{
$this->actualEnd = $actualEnd;
}
public function getActualEnd()
{
return $this->actualEnd;
}
public function setAddedTimeMillis($addedTimeMillis)
{
$this->addedTimeMillis = $addedTimeMillis;
}
public function getAddedTimeMillis()
{
return $this->addedTimeMillis;
}
public function setApiToken($apiToken)
{
$this->apiToken = $apiToken;
}
public function getApiToken()
{
return $this->apiToken;
}
public function setBegin($begin)
{
$this->begin = $begin;
}
public function getBegin()
{
return $this->begin;
}
public function setDisplayEnd($displayEnd)
{
$this->displayEnd = $displayEnd;
}
public function getDisplayEnd()
{
return $this->displayEnd;
}
public function setInGracePeriod($inGracePeriod)
{
$this->inGracePeriod = $inGracePeriod;
}
public function getInGracePeriod()
{
return $this->inGracePeriod;
}
public function setKind($kind)
{
$this->kind = $kind;
}
public function getKind()
{
return $this->kind;
}
public function setLimit(Google_Service_Devprojects_TypedValue $limit)
{
$this->limit = $limit;
}
public function getLimit()
{
return $this->limit;
}
public function setMax(Google_Service_Devprojects_TypedValue $max)
{
$this->max = $max;
}
public function getMax()
{
return $this->max;
}
public function setType($type)
{
$this->type = $type;
}
public function getType()
{
return $this->type;
}
public function setUsage(Google_Service_Devprojects_TypedValue $usage)
{
$this->usage = $usage;
}
public function getUsage()
{
return $this->usage;
}
public function setVisibleEnd($visibleEnd)
{
$this->visibleEnd = $visibleEnd;
}
public function getVisibleEnd()
{
return $this->visibleEnd;
}
}

View File

@@ -0,0 +1,41 @@
<?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_Devprojects_ApiSection extends Google_Collection
{
protected $collection_key = 'api';
protected $apiType = 'Google_Service_Devprojects_ActiveApi';
protected $apiDataType = 'array';
public $kind;
public function setApi($api)
{
$this->api = $api;
}
public function getApi()
{
return $this->api;
}
public function setKind($kind)
{
$this->kind = $kind;
}
public function getKind()
{
return $this->kind;
}
}

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_Devprojects_ApiStatsInfo extends Google_Collection
{
protected $collection_key = 'statsInfo';
public $apiId;
public $apiName;
public $kind;
protected $statsInfoType = 'Google_Service_Devprojects_StatsInfo';
protected $statsInfoDataType = 'array';
public $supportsReferers;
public function setApiId($apiId)
{
$this->apiId = $apiId;
}
public function getApiId()
{
return $this->apiId;
}
public function setApiName($apiName)
{
$this->apiName = $apiName;
}
public function getApiName()
{
return $this->apiName;
}
public function setKind($kind)
{
$this->kind = $kind;
}
public function getKind()
{
return $this->kind;
}
public function setStatsInfo($statsInfo)
{
$this->statsInfo = $statsInfo;
}
public function getStatsInfo()
{
return $this->statsInfo;
}
public function setSupportsReferers($supportsReferers)
{
$this->supportsReferers = $supportsReferers;
}
public function getSupportsReferers()
{
return $this->supportsReferers;
}
}

View File

@@ -0,0 +1,49 @@
<?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_Devprojects_ApiaryProperty extends Google_Collection
{
protected $collection_key = 'value';
public $kind;
public $serviceKey;
public $value;
public function setKind($kind)
{
$this->kind = $kind;
}
public function getKind()
{
return $this->kind;
}
public function setServiceKey($serviceKey)
{
$this->serviceKey = $serviceKey;
}
public function getServiceKey()
{
return $this->serviceKey;
}
public function setValue($value)
{
$this->value = $value;
}
public function getValue()
{
return $this->value;
}
}

View File

@@ -0,0 +1,41 @@
<?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_Devprojects_ApiaryPropertySection extends Google_Collection
{
protected $collection_key = 'property';
public $kind;
protected $propertyType = 'Google_Service_Devprojects_ApiaryProperty';
protected $propertyDataType = 'array';
public function setKind($kind)
{
$this->kind = $kind;
}
public function getKind()
{
return $this->kind;
}
public function setProperty($property)
{
$this->property = $property;
}
public function getProperty()
{
return $this->property;
}
}

View File

@@ -0,0 +1,41 @@
<?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_Devprojects_ApiconsumersListResponse extends Google_Collection
{
protected $collection_key = 'items';
protected $itemsType = 'Google_Service_Devprojects_ApiConsumer';
protected $itemsDataType = 'array';
public $kind;
public function setItems($items)
{
$this->items = $items;
}
public function getItems()
{
return $this->items;
}
public function setKind($kind)
{
$this->kind = $kind;
}
public function getKind()
{
return $this->kind;
}
}

View File

@@ -0,0 +1,41 @@
<?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_Devprojects_ApisListConsumedResponse extends Google_Collection
{
protected $collection_key = 'apiDefinition';
protected $apiDefinitionType = 'Google_Service_Devprojects_ApiData';
protected $apiDefinitionDataType = 'array';
public $kind;
public function setApiDefinition($apiDefinition)
{
$this->apiDefinition = $apiDefinition;
}
public function getApiDefinition()
{
return $this->apiDefinition;
}
public function setKind($kind)
{
$this->kind = $kind;
}
public function getKind()
{
return $this->kind;
}
}

View File

@@ -0,0 +1,41 @@
<?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_Devprojects_ApisListProducedResponse extends Google_Collection
{
protected $collection_key = 'apiDefinition';
protected $apiDefinitionType = 'Google_Service_Devprojects_ApiData';
protected $apiDefinitionDataType = 'array';
public $kind;
public function setApiDefinition($apiDefinition)
{
$this->apiDefinition = $apiDefinition;
}
public function getApiDefinition()
{
return $this->apiDefinition;
}
public function setKind($kind)
{
$this->kind = $kind;
}
public function getKind()
{
return $this->kind;
}
}

View File

@@ -0,0 +1,41 @@
<?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_Devprojects_ApisListResponse extends Google_Collection
{
protected $collection_key = 'items';
protected $itemsType = 'Google_Service_Devprojects_ApiData';
protected $itemsDataType = 'array';
public $kind;
public function setItems($items)
{
$this->items = $items;
}
public function getItems()
{
return $this->items;
}
public function setKind($kind)
{
$this->kind = $kind;
}
public function getKind()
{
return $this->kind;
}
}

View File

@@ -0,0 +1,59 @@
<?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_Devprojects_AppEngineSection extends Google_Collection
{
protected $collection_key = 'app';
public $adoptedGaiaId;
protected $appType = 'Google_Service_Devprojects_ManagedEntityMetadata';
protected $appDataType = 'array';
public $appId;
public $kind;
public function setAdoptedGaiaId($adoptedGaiaId)
{
$this->adoptedGaiaId = $adoptedGaiaId;
}
public function getAdoptedGaiaId()
{
return $this->adoptedGaiaId;
}
public function setApp($app)
{
$this->app = $app;
}
public function getApp()
{
return $this->app;
}
public function setAppId($appId)
{
$this->appId = $appId;
}
public function getAppId()
{
return $this->appId;
}
public function setKind($kind)
{
$this->kind = $kind;
}
public function getKind()
{
return $this->kind;
}
}

View File

@@ -0,0 +1,41 @@
<?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_Devprojects_AppsScriptSection extends Google_Collection
{
protected $collection_key = 'app';
protected $appType = 'Google_Service_Devprojects_ManagedEntityMetadata';
protected $appDataType = 'array';
public $kind;
public function setApp($app)
{
$this->app = $app;
}
public function getApp()
{
return $this->app;
}
public function setKind($kind)
{
$this->kind = $kind;
}
public function getKind()
{
return $this->kind;
}
}

View File

@@ -0,0 +1,123 @@
<?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_Devprojects_AuthSection extends Google_Collection
{
protected $collection_key = 'termsOfServiceUrl';
public $atMaximumClients;
protected $clientType = 'Google_Service_Devprojects_Client';
protected $clientDataType = 'array';
public $displayName;
public $homePageUrl;
public $iconUrl;
public $kind;
protected $plusPageInfoType = 'Google_Service_Devprojects_PlusPageInfo';
protected $plusPageInfoDataType = '';
public $plusPageObfuscatedId;
public $privacyPolicyUrl;
public $supportEmail;
public $termsOfServiceUrl;
public function setAtMaximumClients($atMaximumClients)
{
$this->atMaximumClients = $atMaximumClients;
}
public function getAtMaximumClients()
{
return $this->atMaximumClients;
}
public function setClient($client)
{
$this->client = $client;
}
public function getClient()
{
return $this->client;
}
public function setDisplayName($displayName)
{
$this->displayName = $displayName;
}
public function getDisplayName()
{
return $this->displayName;
}
public function setHomePageUrl($homePageUrl)
{
$this->homePageUrl = $homePageUrl;
}
public function getHomePageUrl()
{
return $this->homePageUrl;
}
public function setIconUrl($iconUrl)
{
$this->iconUrl = $iconUrl;
}
public function getIconUrl()
{
return $this->iconUrl;
}
public function setKind($kind)
{
$this->kind = $kind;
}
public function getKind()
{
return $this->kind;
}
public function setPlusPageInfo(Google_Service_Devprojects_PlusPageInfo $plusPageInfo)
{
$this->plusPageInfo = $plusPageInfo;
}
public function getPlusPageInfo()
{
return $this->plusPageInfo;
}
public function setPlusPageObfuscatedId($plusPageObfuscatedId)
{
$this->plusPageObfuscatedId = $plusPageObfuscatedId;
}
public function getPlusPageObfuscatedId()
{
return $this->plusPageObfuscatedId;
}
public function setPrivacyPolicyUrl($privacyPolicyUrl)
{
$this->privacyPolicyUrl = $privacyPolicyUrl;
}
public function getPrivacyPolicyUrl()
{
return $this->privacyPolicyUrl;
}
public function setSupportEmail($supportEmail)
{
$this->supportEmail = $supportEmail;
}
public function getSupportEmail()
{
return $this->supportEmail;
}
public function setTermsOfServiceUrl($termsOfServiceUrl)
{
$this->termsOfServiceUrl = $termsOfServiceUrl;
}
public function getTermsOfServiceUrl()
{
return $this->termsOfServiceUrl;
}
}

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_Devprojects_BucketId extends Google_Model
{
public $bucketName;
public $kind;
public $namespace;
public function setBucketName($bucketName)
{
$this->bucketName = $bucketName;
}
public function getBucketName()
{
return $this->bucketName;
}
public function setKind($kind)
{
$this->kind = $kind;
}
public function getKind()
{
return $this->kind;
}
public function setNamespace($namespace)
{
$this->namespace = $namespace;
}
public function getNamespace()
{
return $this->namespace;
}
}

View File

@@ -0,0 +1,133 @@
<?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_Devprojects_BucketLimitStatus extends Google_Model
{
public $actualEnd;
public $addedTimeMillis;
public $apiToken;
public $begin;
public $displayEnd;
protected $idType = 'Google_Service_Devprojects_BucketId';
protected $idDataType = '';
public $inGracePeriod;
public $kind;
protected $limitType = 'Google_Service_Devprojects_TypedValue';
protected $limitDataType = '';
protected $maxType = 'Google_Service_Devprojects_TypedValue';
protected $maxDataType = '';
protected $usageType = 'Google_Service_Devprojects_TypedValue';
protected $usageDataType = '';
public $visibleEnd;
public function setActualEnd($actualEnd)
{
$this->actualEnd = $actualEnd;
}
public function getActualEnd()
{
return $this->actualEnd;
}
public function setAddedTimeMillis($addedTimeMillis)
{
$this->addedTimeMillis = $addedTimeMillis;
}
public function getAddedTimeMillis()
{
return $this->addedTimeMillis;
}
public function setApiToken($apiToken)
{
$this->apiToken = $apiToken;
}
public function getApiToken()
{
return $this->apiToken;
}
public function setBegin($begin)
{
$this->begin = $begin;
}
public function getBegin()
{
return $this->begin;
}
public function setDisplayEnd($displayEnd)
{
$this->displayEnd = $displayEnd;
}
public function getDisplayEnd()
{
return $this->displayEnd;
}
public function setId(Google_Service_Devprojects_BucketId $id)
{
$this->id = $id;
}
public function getId()
{
return $this->id;
}
public function setInGracePeriod($inGracePeriod)
{
$this->inGracePeriod = $inGracePeriod;
}
public function getInGracePeriod()
{
return $this->inGracePeriod;
}
public function setKind($kind)
{
$this->kind = $kind;
}
public function getKind()
{
return $this->kind;
}
public function setLimit(Google_Service_Devprojects_TypedValue $limit)
{
$this->limit = $limit;
}
public function getLimit()
{
return $this->limit;
}
public function setMax(Google_Service_Devprojects_TypedValue $max)
{
$this->max = $max;
}
public function getMax()
{
return $this->max;
}
public function setUsage(Google_Service_Devprojects_TypedValue $usage)
{
$this->usage = $usage;
}
public function getUsage()
{
return $this->usage;
}
public function setVisibleEnd($visibleEnd)
{
$this->visibleEnd = $visibleEnd;
}
public function getVisibleEnd()
{
return $this->visibleEnd;
}
}

View File

@@ -0,0 +1,49 @@
<?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_Devprojects_Client extends Google_Model
{
public $clientId;
protected $clientInfoType = 'Google_Service_Devprojects_ClientInfo';
protected $clientInfoDataType = '';
public $kind;
public function setClientId($clientId)
{
$this->clientId = $clientId;
}
public function getClientId()
{
return $this->clientId;
}
public function setClientInfo(Google_Service_Devprojects_ClientInfo $clientInfo)
{
$this->clientInfo = $clientInfo;
}
public function getClientInfo()
{
return $this->clientInfo;
}
public function setKind($kind)
{
$this->kind = $kind;
}
public function getKind()
{
return $this->kind;
}
}

View File

@@ -0,0 +1,122 @@
<?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_Devprojects_ClientInfo extends Google_Collection
{
protected $collection_key = 'redirectUri';
public $authType;
public $container;
protected $installedAppInfoType = 'Google_Service_Devprojects_InstalledAppInfo';
protected $installedAppInfoDataType = '';
public $kind;
public $name;
public $postMessageOrigin;
public $publicCertUrl;
public $publicKeyName;
public $redirectUri;
public $robotEmail;
public $type;
public function setAuthType($authType)
{
$this->authType = $authType;
}
public function getAuthType()
{
return $this->authType;
}
public function setContainer($container)
{
$this->container = $container;
}
public function getContainer()
{
return $this->container;
}
public function setInstalledAppInfo(Google_Service_Devprojects_InstalledAppInfo $installedAppInfo)
{
$this->installedAppInfo = $installedAppInfo;
}
public function getInstalledAppInfo()
{
return $this->installedAppInfo;
}
public function setKind($kind)
{
$this->kind = $kind;
}
public function getKind()
{
return $this->kind;
}
public function setName($name)
{
$this->name = $name;
}
public function getName()
{
return $this->name;
}
public function setPostMessageOrigin($postMessageOrigin)
{
$this->postMessageOrigin = $postMessageOrigin;
}
public function getPostMessageOrigin()
{
return $this->postMessageOrigin;
}
public function setPublicCertUrl($publicCertUrl)
{
$this->publicCertUrl = $publicCertUrl;
}
public function getPublicCertUrl()
{
return $this->publicCertUrl;
}
public function setPublicKeyName($publicKeyName)
{
$this->publicKeyName = $publicKeyName;
}
public function getPublicKeyName()
{
return $this->publicKeyName;
}
public function setRedirectUri($redirectUri)
{
$this->redirectUri = $redirectUri;
}
public function getRedirectUri()
{
return $this->redirectUri;
}
public function setRobotEmail($robotEmail)
{
$this->robotEmail = $robotEmail;
}
public function getRobotEmail()
{
return $this->robotEmail;
}
public function setType($type)
{
$this->type = $type;
}
public function getType()
{
return $this->type;
}
}

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_Devprojects_CloudComputeSection extends Google_Model
{
public $computeVariant;
public $kind;
public $status;
public function setComputeVariant($computeVariant)
{
$this->computeVariant = $computeVariant;
}
public function getComputeVariant()
{
return $this->computeVariant;
}
public function setKind($kind)
{
$this->kind = $kind;
}
public function getKind()
{
return $this->kind;
}
public function setStatus($status)
{
$this->status = $status;
}
public function getStatus()
{
return $this->status;
}
}

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_Devprojects_CloudSqlSection extends Google_Model
{
public $kind;
public $status;
public function setKind($kind)
{
$this->kind = $kind;
}
public function getKind()
{
return $this->kind;
}
public function setStatus($status)
{
$this->status = $status;
}
public function getStatus()
{
return $this->status;
}
}

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_Devprojects_CloudStorageSection extends Google_Model
{
public $kind;
public $status;
public function setKind($kind)
{
$this->kind = $kind;
}
public function getKind()
{
return $this->kind;
}
public function setStatus($status)
{
$this->status = $status;
}
public function getStatus()
{
return $this->status;
}
}

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_Devprojects_Component extends Google_Model
{
public $api;
public $kind;
public $service;
public function setApi($api)
{
$this->api = $api;
}
public function getApi()
{
return $this->api;
}
public function setKind($kind)
{
$this->kind = $kind;
}
public function getKind()
{
return $this->kind;
}
public function setService($service)
{
$this->service = $service;
}
public function getService()
{
return $this->service;
}
}

View File

@@ -0,0 +1,51 @@
<?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_Devprojects_ComponentAbuseStatus extends Google_Collection
{
protected $collection_key = 'lastVerdict';
protected $componentType = 'Google_Service_Devprojects_Component';
protected $componentDataType = '';
public $kind;
protected $lastVerdictType = 'Google_Service_Devprojects_Verdict';
protected $lastVerdictDataType = 'array';
public function setComponent(Google_Service_Devprojects_Component $component)
{
$this->component = $component;
}
public function getComponent()
{
return $this->component;
}
public function setKind($kind)
{
$this->kind = $kind;
}
public function getKind()
{
return $this->kind;
}
public function setLastVerdict($lastVerdict)
{
$this->lastVerdict = $lastVerdict;
}
public function getLastVerdict()
{
return $this->lastVerdict;
}
}

View File

@@ -0,0 +1,49 @@
<?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_Devprojects_ConsumerInfo extends Google_Model
{
public $activationStatus;
public $kind;
protected $quotaInformationType = 'Google_Service_Devprojects_QuotaInfo';
protected $quotaInformationDataType = '';
public function setActivationStatus($activationStatus)
{
$this->activationStatus = $activationStatus;
}
public function getActivationStatus()
{
return $this->activationStatus;
}
public function setKind($kind)
{
$this->kind = $kind;
}
public function getKind()
{
return $this->kind;
}
public function setQuotaInformation(Google_Service_Devprojects_QuotaInfo $quotaInformation)
{
$this->quotaInformation = $quotaInformation;
}
public function getQuotaInformation()
{
return $this->quotaInformation;
}
}

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_Devprojects_Context extends Google_Model
{
public $id;
public $kind;
public $type;
public function setId($id)
{
$this->id = $id;
}
public function getId()
{
return $this->id;
}
public function setKind($kind)
{
$this->kind = $kind;
}
public function getKind()
{
return $this->kind;
}
public function setType($type)
{
$this->type = $type;
}
public function getType()
{
return $this->type;
}
}

View File

@@ -0,0 +1,40 @@
<?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_Devprojects_DomainAccountData extends Google_Model
{
protected $domainDataType = 'Google_Service_Devprojects_DomainData';
protected $domainDataDataType = '';
public $kind;
public function setDomainData(Google_Service_Devprojects_DomainData $domainData)
{
$this->domainData = $domainData;
}
public function getDomainData()
{
return $this->domainData;
}
public function setKind($kind)
{
$this->kind = $kind;
}
public function getKind()
{
return $this->kind;
}
}

View File

@@ -0,0 +1,103 @@
<?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_Devprojects_DomainData extends Google_Collection
{
protected $collection_key = 'projects';
public $contract;
public $domainAccountCurrencyCode;
public $domainName;
public $kind;
public $projects;
public $provisionable;
public $reactivatable;
public $respayState;
public $suspendable;
public function setContract($contract)
{
$this->contract = $contract;
}
public function getContract()
{
return $this->contract;
}
public function setDomainAccountCurrencyCode($domainAccountCurrencyCode)
{
$this->domainAccountCurrencyCode = $domainAccountCurrencyCode;
}
public function getDomainAccountCurrencyCode()
{
return $this->domainAccountCurrencyCode;
}
public function setDomainName($domainName)
{
$this->domainName = $domainName;
}
public function getDomainName()
{
return $this->domainName;
}
public function setKind($kind)
{
$this->kind = $kind;
}
public function getKind()
{
return $this->kind;
}
public function setProjects($projects)
{
$this->projects = $projects;
}
public function getProjects()
{
return $this->projects;
}
public function setProvisionable($provisionable)
{
$this->provisionable = $provisionable;
}
public function getProvisionable()
{
return $this->provisionable;
}
public function setReactivatable($reactivatable)
{
$this->reactivatable = $reactivatable;
}
public function getReactivatable()
{
return $this->reactivatable;
}
public function setRespayState($respayState)
{
$this->respayState = $respayState;
}
public function getRespayState()
{
return $this->respayState;
}
public function setSuspendable($suspendable)
{
$this->suspendable = $suspendable;
}
public function getSuspendable()
{
return $this->suspendable;
}
}

View File

@@ -0,0 +1,40 @@
<?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_Devprojects_EmbeddingParameters extends Google_Model
{
protected $displayUrlType = 'Google_Service_Devprojects_QueryUrl';
protected $displayUrlDataType = '';
public $kind;
public function setDisplayUrl(Google_Service_Devprojects_QueryUrl $displayUrl)
{
$this->displayUrl = $displayUrl;
}
public function getDisplayUrl()
{
return $this->displayUrl;
}
public function setKind($kind)
{
$this->kind = $kind;
}
public function getKind()
{
return $this->kind;
}
}

View File

@@ -0,0 +1,153 @@
<?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_Devprojects_Evaluation extends Google_Collection
{
protected $collection_key = 'region';
protected $abuseTypeType = 'Google_Service_Devprojects_AbuseType';
protected $abuseTypeDataType = '';
public $backend;
public $comment;
protected $featureType = 'Google_Service_Devprojects_Feature';
protected $featureDataType = 'array';
public $kind;
protected $miscDataType = 'Google_Service_Devprojects_NameValuePair';
protected $miscDataDataType = 'array';
public $processTimeMillisecs;
public $processedMicros;
protected $regionType = 'Google_Service_Devprojects_Region';
protected $regionDataType = 'array';
public $score;
public $status;
protected $targetType = 'Google_Service_Devprojects_Target';
protected $targetDataType = '';
public $timestampMicros;
public $version;
public function setAbuseType(Google_Service_Devprojects_AbuseType $abuseType)
{
$this->abuseType = $abuseType;
}
public function getAbuseType()
{
return $this->abuseType;
}
public function setBackend($backend)
{
$this->backend = $backend;
}
public function getBackend()
{
return $this->backend;
}
public function setComment($comment)
{
$this->comment = $comment;
}
public function getComment()
{
return $this->comment;
}
public function setFeature($feature)
{
$this->feature = $feature;
}
public function getFeature()
{
return $this->feature;
}
public function setKind($kind)
{
$this->kind = $kind;
}
public function getKind()
{
return $this->kind;
}
public function setMiscData($miscData)
{
$this->miscData = $miscData;
}
public function getMiscData()
{
return $this->miscData;
}
public function setProcessTimeMillisecs($processTimeMillisecs)
{
$this->processTimeMillisecs = $processTimeMillisecs;
}
public function getProcessTimeMillisecs()
{
return $this->processTimeMillisecs;
}
public function setProcessedMicros($processedMicros)
{
$this->processedMicros = $processedMicros;
}
public function getProcessedMicros()
{
return $this->processedMicros;
}
public function setRegion($region)
{
$this->region = $region;
}
public function getRegion()
{
return $this->region;
}
public function setScore($score)
{
$this->score = $score;
}
public function getScore()
{
return $this->score;
}
public function setStatus($status)
{
$this->status = $status;
}
public function getStatus()
{
return $this->status;
}
public function setTarget(Google_Service_Devprojects_Target $target)
{
$this->target = $target;
}
public function getTarget()
{
return $this->target;
}
public function setTimestampMicros($timestampMicros)
{
$this->timestampMicros = $timestampMicros;
}
public function getTimestampMicros()
{
return $this->timestampMicros;
}
public function setVersion($version)
{
$this->version = $version;
}
public function getVersion()
{
return $this->version;
}
}

View File

@@ -0,0 +1,103 @@
<?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_Devprojects_Feature extends Google_Collection
{
protected $collection_key = 'timestampSequence';
public $booleanValue;
public $doubleValue;
public $featureCount;
public $int64Value;
public $integerValue;
public $kind;
public $name;
public $stringValue;
public $timestampSequence;
public function setBooleanValue($booleanValue)
{
$this->booleanValue = $booleanValue;
}
public function getBooleanValue()
{
return $this->booleanValue;
}
public function setDoubleValue($doubleValue)
{
$this->doubleValue = $doubleValue;
}
public function getDoubleValue()
{
return $this->doubleValue;
}
public function setFeatureCount($featureCount)
{
$this->featureCount = $featureCount;
}
public function getFeatureCount()
{
return $this->featureCount;
}
public function setInt64Value($int64Value)
{
$this->int64Value = $int64Value;
}
public function getInt64Value()
{
return $this->int64Value;
}
public function setIntegerValue($integerValue)
{
$this->integerValue = $integerValue;
}
public function getIntegerValue()
{
return $this->integerValue;
}
public function setKind($kind)
{
$this->kind = $kind;
}
public function getKind()
{
return $this->kind;
}
public function setName($name)
{
$this->name = $name;
}
public function getName()
{
return $this->name;
}
public function setStringValue($stringValue)
{
$this->stringValue = $stringValue;
}
public function getStringValue()
{
return $this->stringValue;
}
public function setTimestampSequence($timestampSequence)
{
$this->timestampSequence = $timestampSequence;
}
public function getTimestampSequence()
{
return $this->timestampSequence;
}
}

View File

@@ -0,0 +1,41 @@
<?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_Devprojects_GeoRestriction extends Google_Collection
{
protected $collection_key = 'locale';
public $kind;
protected $localeType = 'Google_Service_Devprojects_Locale';
protected $localeDataType = 'array';
public function setKind($kind)
{
$this->kind = $kind;
}
public function getKind()
{
return $this->kind;
}
public function setLocale($locale)
{
$this->locale = $locale;
}
public function getLocale()
{
return $this->locale;
}
}

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_Devprojects_IamSection extends Google_Model
{
public $iamEnabled;
public $kind;
public function setIamEnabled($iamEnabled)
{
$this->iamEnabled = $iamEnabled;
}
public function getIamEnabled()
{
return $this->iamEnabled;
}
public function setKind($kind)
{
$this->kind = $kind;
}
public function getKind()
{
return $this->kind;
}
}

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_Devprojects_InstalledAppInfo extends Google_Model
{
public $androidPackage;
public $appCert;
public $appId;
public $appStoreId;
public $deepLinking;
public $kind;
public $type;
public function setAndroidPackage($androidPackage)
{
$this->androidPackage = $androidPackage;
}
public function getAndroidPackage()
{
return $this->androidPackage;
}
public function setAppCert($appCert)
{
$this->appCert = $appCert;
}
public function getAppCert()
{
return $this->appCert;
}
public function setAppId($appId)
{
$this->appId = $appId;
}
public function getAppId()
{
return $this->appId;
}
public function setAppStoreId($appStoreId)
{
$this->appStoreId = $appStoreId;
}
public function getAppStoreId()
{
return $this->appStoreId;
}
public function setDeepLinking($deepLinking)
{
$this->deepLinking = $deepLinking;
}
public function getDeepLinking()
{
return $this->deepLinking;
}
public function setKind($kind)
{
$this->kind = $kind;
}
public function getKind()
{
return $this->kind;
}
public function setType($type)
{
$this->type = $type;
}
public function getType()
{
return $this->type;
}
}

View File

@@ -0,0 +1,49 @@
<?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_Devprojects_Locale extends Google_Model
{
public $kind;
public $location;
protected $restrictionType = 'Google_Service_Devprojects_UserRestriction';
protected $restrictionDataType = '';
public function setKind($kind)
{
$this->kind = $kind;
}
public function getKind()
{
return $this->kind;
}
public function setLocation($location)
{
$this->location = $location;
}
public function getLocation()
{
return $this->location;
}
public function setRestriction(Google_Service_Devprojects_UserRestriction $restriction)
{
$this->restriction = $restriction;
}
public function getRestriction()
{
return $this->restriction;
}
}

View File

@@ -0,0 +1,76 @@
<?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_Devprojects_ManagedEntityMetadata extends Google_Model
{
public $adminUrl;
public $entityId;
public $kind;
public $label;
public $robot;
protected $robotToCreateType = 'Google_Service_Devprojects_RobotCreationParameters';
protected $robotToCreateDataType = '';
public function setAdminUrl($adminUrl)
{
$this->adminUrl = $adminUrl;
}
public function getAdminUrl()
{
return $this->adminUrl;
}
public function setEntityId($entityId)
{
$this->entityId = $entityId;
}
public function getEntityId()
{
return $this->entityId;
}
public function setKind($kind)
{
$this->kind = $kind;
}
public function getKind()
{
return $this->kind;
}
public function setLabel($label)
{
$this->label = $label;
}
public function getLabel()
{
return $this->label;
}
public function setRobot($robot)
{
$this->robot = $robot;
}
public function getRobot()
{
return $this->robot;
}
public function setRobotToCreate(Google_Service_Devprojects_RobotCreationParameters $robotToCreate)
{
$this->robotToCreate = $robotToCreate;
}
public function getRobotToCreate()
{
return $this->robotToCreate;
}
}

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_Devprojects_NameValuePair extends Google_Model
{
public $kind;
public $name;
public $nonUtf8Value;
public $value;
public function setKind($kind)
{
$this->kind = $kind;
}
public function getKind()
{
return $this->kind;
}
public function setName($name)
{
$this->name = $name;
}
public function getName()
{
return $this->name;
}
public function setNonUtf8Value($nonUtf8Value)
{
$this->nonUtf8Value = $nonUtf8Value;
}
public function getNonUtf8Value()
{
return $this->nonUtf8Value;
}
public function setValue($value)
{
$this->value = $value;
}
public function getValue()
{
return $this->value;
}
}

View File

@@ -0,0 +1,41 @@
<?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_Devprojects_NotRestriction extends Google_Collection
{
protected $collection_key = 'child';
protected $childType = 'Google_Service_Devprojects_UserRestriction';
protected $childDataType = 'array';
public $kind;
public function setChild($child)
{
$this->child = $child;
}
public function getChild()
{
return $this->child;
}
public function setKind($kind)
{
$this->kind = $kind;
}
public function getKind()
{
return $this->kind;
}
}

View File

@@ -0,0 +1,41 @@
<?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_Devprojects_OrRestriction extends Google_Collection
{
protected $collection_key = 'child';
protected $childType = 'Google_Service_Devprojects_UserRestriction';
protected $childDataType = 'array';
public $kind;
public function setChild($child)
{
$this->child = $child;
}
public function getChild()
{
return $this->child;
}
public function setKind($kind)
{
$this->kind = $kind;
}
public function getKind()
{
return $this->kind;
}
}

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_Devprojects_PlusPageInfo extends Google_Model
{
public $kind;
public $name;
public $vanityUrl;
public $verified;
public function setKind($kind)
{
$this->kind = $kind;
}
public function getKind()
{
return $this->kind;
}
public function setName($name)
{
$this->name = $name;
}
public function getName()
{
return $this->name;
}
public function setVanityUrl($vanityUrl)
{
$this->vanityUrl = $vanityUrl;
}
public function getVanityUrl()
{
return $this->vanityUrl;
}
public function setVerified($verified)
{
$this->verified = $verified;
}
public function getVerified()
{
return $this->verified;
}
}

View File

@@ -0,0 +1,58 @@
<?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_Devprojects_ProducerConfiguration extends Google_Model
{
public $consumerName;
public $consumptionStatus;
public $kind;
protected $quotaConstraintsType = 'Google_Service_Devprojects_QuotaConstraints';
protected $quotaConstraintsDataType = '';
public function setConsumerName($consumerName)
{
$this->consumerName = $consumerName;
}
public function getConsumerName()
{
return $this->consumerName;
}
public function setConsumptionStatus($consumptionStatus)
{
$this->consumptionStatus = $consumptionStatus;
}
public function getConsumptionStatus()
{
return $this->consumptionStatus;
}
public function setKind($kind)
{
$this->kind = $kind;
}
public function getKind()
{
return $this->kind;
}
public function setQuotaConstraints(Google_Service_Devprojects_QuotaConstraints $quotaConstraints)
{
$this->quotaConstraints = $quotaConstraints;
}
public function getQuotaConstraints()
{
return $this->quotaConstraints;
}
}

View File

@@ -0,0 +1,50 @@
<?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_Devprojects_ProjectClientStructure extends Google_Collection
{
protected $collection_key = 'client';
protected $clientType = 'Google_Service_Devprojects_Client';
protected $clientDataType = 'array';
public $kind;
public $projectId;
public function setClient($client)
{
$this->client = $client;
}
public function getClient()
{
return $this->client;
}
public function setKind($kind)
{
$this->kind = $kind;
}
public function getKind()
{
return $this->kind;
}
public function setProjectId($projectId)
{
$this->projectId = $projectId;
}
public function getProjectId()
{
return $this->projectId;
}
}

View File

@@ -0,0 +1,317 @@
<?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_Devprojects_ProjectData extends Google_Collection
{
protected $collection_key = 'visibility';
protected $abuseSectionType = 'Google_Service_Devprojects_AbuseSection';
protected $abuseSectionDataType = '';
public $abuseState;
protected $apiSectionType = 'Google_Service_Devprojects_ApiSection';
protected $apiSectionDataType = '';
protected $apiaryPropertySectionType = 'Google_Service_Devprojects_ApiaryPropertySection';
protected $apiaryPropertySectionDataType = '';
protected $appengineSectionType = 'Google_Service_Devprojects_AppEngineSection';
protected $appengineSectionDataType = '';
protected $appsScriptSectionType = 'Google_Service_Devprojects_AppsScriptSection';
protected $appsScriptSectionDataType = '';
public $assignedId;
protected $authSectionType = 'Google_Service_Devprojects_AuthSection';
protected $authSectionDataType = '';
protected $cloudComputeSectionType = 'Google_Service_Devprojects_CloudComputeSection';
protected $cloudComputeSectionDataType = '';
protected $cloudSqlSectionType = 'Google_Service_Devprojects_CloudSqlSection';
protected $cloudSqlSectionDataType = '';
protected $cloudStorageSectionType = 'Google_Service_Devprojects_CloudStorageSection';
protected $cloudStorageSectionDataType = '';
public $createdMs;
public $currentUserRole;
protected $customizationSectionType = 'Google_Service_Devprojects_UiCustomizationSection';
protected $customizationSectionDataType = '';
public $disabledReasons;
public $domainId;
public $domainOrOrganization;
protected $iamSectionType = 'Google_Service_Devprojects_IamSection';
protected $iamSectionDataType = '';
public $id;
public $kind;
public $label;
protected $projectLinkingSectionType = 'Google_Service_Devprojects_ProjectLinkingSection';
protected $projectLinkingSectionDataType = '';
public $projectUrl;
protected $quotasSectionType = 'Google_Service_Devprojects_QuotaConfiguration';
protected $quotasSectionDataType = '';
protected $serviceAccountSectionType = 'Google_Service_Devprojects_ServiceAccountSection';
protected $serviceAccountSectionDataType = '';
public $shardType;
protected $statsSectionType = 'Google_Service_Devprojects_StatsSection';
protected $statsSectionDataType = '';
public $status;
protected $teamSectionType = 'Google_Service_Devprojects_TeamSection';
protected $teamSectionDataType = '';
public $versionInfo;
public $visibility;
public function setAbuseSection(Google_Service_Devprojects_AbuseSection $abuseSection)
{
$this->abuseSection = $abuseSection;
}
public function getAbuseSection()
{
return $this->abuseSection;
}
public function setAbuseState($abuseState)
{
$this->abuseState = $abuseState;
}
public function getAbuseState()
{
return $this->abuseState;
}
public function setApiSection(Google_Service_Devprojects_ApiSection $apiSection)
{
$this->apiSection = $apiSection;
}
public function getApiSection()
{
return $this->apiSection;
}
public function setApiaryPropertySection(Google_Service_Devprojects_ApiaryPropertySection $apiaryPropertySection)
{
$this->apiaryPropertySection = $apiaryPropertySection;
}
public function getApiaryPropertySection()
{
return $this->apiaryPropertySection;
}
public function setAppengineSection(Google_Service_Devprojects_AppEngineSection $appengineSection)
{
$this->appengineSection = $appengineSection;
}
public function getAppengineSection()
{
return $this->appengineSection;
}
public function setAppsScriptSection(Google_Service_Devprojects_AppsScriptSection $appsScriptSection)
{
$this->appsScriptSection = $appsScriptSection;
}
public function getAppsScriptSection()
{
return $this->appsScriptSection;
}
public function setAssignedId($assignedId)
{
$this->assignedId = $assignedId;
}
public function getAssignedId()
{
return $this->assignedId;
}
public function setAuthSection(Google_Service_Devprojects_AuthSection $authSection)
{
$this->authSection = $authSection;
}
public function getAuthSection()
{
return $this->authSection;
}
public function setCloudComputeSection(Google_Service_Devprojects_CloudComputeSection $cloudComputeSection)
{
$this->cloudComputeSection = $cloudComputeSection;
}
public function getCloudComputeSection()
{
return $this->cloudComputeSection;
}
public function setCloudSqlSection(Google_Service_Devprojects_CloudSqlSection $cloudSqlSection)
{
$this->cloudSqlSection = $cloudSqlSection;
}
public function getCloudSqlSection()
{
return $this->cloudSqlSection;
}
public function setCloudStorageSection(Google_Service_Devprojects_CloudStorageSection $cloudStorageSection)
{
$this->cloudStorageSection = $cloudStorageSection;
}
public function getCloudStorageSection()
{
return $this->cloudStorageSection;
}
public function setCreatedMs($createdMs)
{
$this->createdMs = $createdMs;
}
public function getCreatedMs()
{
return $this->createdMs;
}
public function setCurrentUserRole($currentUserRole)
{
$this->currentUserRole = $currentUserRole;
}
public function getCurrentUserRole()
{
return $this->currentUserRole;
}
public function setCustomizationSection(Google_Service_Devprojects_UiCustomizationSection $customizationSection)
{
$this->customizationSection = $customizationSection;
}
public function getCustomizationSection()
{
return $this->customizationSection;
}
public function setDisabledReasons($disabledReasons)
{
$this->disabledReasons = $disabledReasons;
}
public function getDisabledReasons()
{
return $this->disabledReasons;
}
public function setDomainId($domainId)
{
$this->domainId = $domainId;
}
public function getDomainId()
{
return $this->domainId;
}
public function setDomainOrOrganization($domainOrOrganization)
{
$this->domainOrOrganization = $domainOrOrganization;
}
public function getDomainOrOrganization()
{
return $this->domainOrOrganization;
}
public function setIamSection(Google_Service_Devprojects_IamSection $iamSection)
{
$this->iamSection = $iamSection;
}
public function getIamSection()
{
return $this->iamSection;
}
public function setId($id)
{
$this->id = $id;
}
public function getId()
{
return $this->id;
}
public function setKind($kind)
{
$this->kind = $kind;
}
public function getKind()
{
return $this->kind;
}
public function setLabel($label)
{
$this->label = $label;
}
public function getLabel()
{
return $this->label;
}
public function setProjectLinkingSection(Google_Service_Devprojects_ProjectLinkingSection $projectLinkingSection)
{
$this->projectLinkingSection = $projectLinkingSection;
}
public function getProjectLinkingSection()
{
return $this->projectLinkingSection;
}
public function setProjectUrl($projectUrl)
{
$this->projectUrl = $projectUrl;
}
public function getProjectUrl()
{
return $this->projectUrl;
}
public function setQuotasSection(Google_Service_Devprojects_QuotaConfiguration $quotasSection)
{
$this->quotasSection = $quotasSection;
}
public function getQuotasSection()
{
return $this->quotasSection;
}
public function setServiceAccountSection(Google_Service_Devprojects_ServiceAccountSection $serviceAccountSection)
{
$this->serviceAccountSection = $serviceAccountSection;
}
public function getServiceAccountSection()
{
return $this->serviceAccountSection;
}
public function setShardType($shardType)
{
$this->shardType = $shardType;
}
public function getShardType()
{
return $this->shardType;
}
public function setStatsSection(Google_Service_Devprojects_StatsSection $statsSection)
{
$this->statsSection = $statsSection;
}
public function getStatsSection()
{
return $this->statsSection;
}
public function setStatus($status)
{
$this->status = $status;
}
public function getStatus()
{
return $this->status;
}
public function setTeamSection(Google_Service_Devprojects_TeamSection $teamSection)
{
$this->teamSection = $teamSection;
}
public function getTeamSection()
{
return $this->teamSection;
}
public function setVersionInfo($versionInfo)
{
$this->versionInfo = $versionInfo;
}
public function getVersionInfo()
{
return $this->versionInfo;
}
public function setVisibility($visibility)
{
$this->visibility = $visibility;
}
public function getVisibility()
{
return $this->visibility;
}
}

View File

@@ -0,0 +1,40 @@
<?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_Devprojects_ProjectLinkingSection extends Google_Model
{
public $kind;
protected $plusPageType = 'Google_Service_Devprojects_ProjectPlusPage';
protected $plusPageDataType = '';
public function setKind($kind)
{
$this->kind = $kind;
}
public function getKind()
{
return $this->kind;
}
public function setPlusPage(Google_Service_Devprojects_ProjectPlusPage $plusPage)
{
$this->plusPage = $plusPage;
}
public function getPlusPage()
{
return $this->plusPage;
}
}

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_Devprojects_ProjectPlusPage extends Google_Model
{
public $approved;
public $kind;
public $obfuscatedPageId;
public function setApproved($approved)
{
$this->approved = $approved;
}
public function getApproved()
{
return $this->approved;
}
public function setKind($kind)
{
$this->kind = $kind;
}
public function getKind()
{
return $this->kind;
}
public function setObfuscatedPageId($obfuscatedPageId)
{
$this->obfuscatedPageId = $obfuscatedPageId;
}
public function getObfuscatedPageId()
{
return $this->obfuscatedPageId;
}
}

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_Devprojects_ProjectsDeveloperKeyToProjectIdResponse extends Google_Model
{
public $kind;
public $resourceId;
public function setKind($kind)
{
$this->kind = $kind;
}
public function getKind()
{
return $this->kind;
}
public function setResourceId($resourceId)
{
$this->resourceId = $resourceId;
}
public function getResourceId()
{
return $this->resourceId;
}
}

View File

@@ -0,0 +1,49 @@
<?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_Devprojects_ProjectsGetProjectClientStructureRequest extends Google_Model
{
protected $clientType = 'Google_Service_Devprojects_Client';
protected $clientDataType = '';
public $projectId;
public $whitelistId;
public function setClient(Google_Service_Devprojects_Client $client)
{
$this->client = $client;
}
public function getClient()
{
return $this->client;
}
public function setProjectId($projectId)
{
$this->projectId = $projectId;
}
public function getProjectId()
{
return $this->projectId;
}
public function setWhitelistId($whitelistId)
{
$this->whitelistId = $whitelistId;
}
public function getWhitelistId()
{
return $this->whitelistId;
}
}

View File

@@ -0,0 +1,40 @@
<?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_Devprojects_ProjectsGetProjectClientStructureResponse extends Google_Model
{
public $kind;
protected $projectType = 'Google_Service_Devprojects_ProjectClientStructure';
protected $projectDataType = '';
public function setKind($kind)
{
$this->kind = $kind;
}
public function getKind()
{
return $this->kind;
}
public function setProject(Google_Service_Devprojects_ProjectClientStructure $project)
{
$this->project = $project;
}
public function getProject()
{
return $this->project;
}
}

View File

@@ -0,0 +1,41 @@
<?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_Devprojects_ProjectsListResponse extends Google_Collection
{
protected $collection_key = 'items';
protected $itemsType = 'Google_Service_Devprojects_ProjectData';
protected $itemsDataType = 'array';
public $kind;
public function setItems($items)
{
$this->items = $items;
}
public function getItems()
{
return $this->items;
}
public function setKind($kind)
{
$this->kind = $kind;
}
public function getKind()
{
return $this->kind;
}
}

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_Devprojects_ProjectsNotifyOwnersRequest extends Google_Model
{
public $messageHtml;
public $messageText;
public $subjectText;
public $whitelistId;
public function setMessageHtml($messageHtml)
{
$this->messageHtml = $messageHtml;
}
public function getMessageHtml()
{
return $this->messageHtml;
}
public function setMessageText($messageText)
{
$this->messageText = $messageText;
}
public function getMessageText()
{
return $this->messageText;
}
public function setSubjectText($subjectText)
{
$this->subjectText = $subjectText;
}
public function getSubjectText()
{
return $this->subjectText;
}
public function setWhitelistId($whitelistId)
{
$this->whitelistId = $whitelistId;
}
public function getWhitelistId()
{
return $this->whitelistId;
}
}

View File

@@ -0,0 +1,40 @@
<?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_Devprojects_ProjectsNotifyOwnersResponse extends Google_Collection
{
protected $collection_key = 'userId';
public $kind;
public $userId;
public function setKind($kind)
{
$this->kind = $kind;
}
public function getKind()
{
return $this->kind;
}
public function setUserId($userId)
{
$this->userId = $userId;
}
public function getUserId()
{
return $this->userId;
}
}

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_Devprojects_ProjectsStringIdToNumericIdResponse extends Google_Model
{
public $kind;
public $numericId;
public function setKind($kind)
{
$this->kind = $kind;
}
public function getKind()
{
return $this->kind;
}
public function setNumericId($numericId)
{
$this->numericId = $numericId;
}
public function getNumericId()
{
return $this->numericId;
}
}

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_Devprojects_ProjectsUndeleteRequest extends Google_Model
{
public $disableAuthorizationCheck;
public $projectId;
public $whitelistId;
public function setDisableAuthorizationCheck($disableAuthorizationCheck)
{
$this->disableAuthorizationCheck = $disableAuthorizationCheck;
}
public function getDisableAuthorizationCheck()
{
return $this->disableAuthorizationCheck;
}
public function setProjectId($projectId)
{
$this->projectId = $projectId;
}
public function getProjectId()
{
return $this->projectId;
}
public function setWhitelistId($whitelistId)
{
$this->whitelistId = $whitelistId;
}
public function getWhitelistId()
{
return $this->whitelistId;
}
}

View File

@@ -0,0 +1,59 @@
<?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_Devprojects_QueryUrl extends Google_Collection
{
protected $collection_key = 'queryParameters';
public $fragment;
public $kind;
protected $queryParametersType = 'Google_Service_Devprojects_TypedKeyValuePair';
protected $queryParametersDataType = 'array';
public $urlBase;
public function setFragment($fragment)
{
$this->fragment = $fragment;
}
public function getFragment()
{
return $this->fragment;
}
public function setKind($kind)
{
$this->kind = $kind;
}
public function getKind()
{
return $this->kind;
}
public function setQueryParameters($queryParameters)
{
$this->queryParameters = $queryParameters;
}
public function getQueryParameters()
{
return $this->queryParameters;
}
public function setUrlBase($urlBase)
{
$this->urlBase = $urlBase;
}
public function getUrlBase()
{
return $this->urlBase;
}
}

View File

@@ -0,0 +1,97 @@
<?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_Devprojects_QuotaBucketDefinition extends Google_Model
{
protected $billableDailyLimitType = 'Google_Service_Devprojects_ApiLimitDefinition';
protected $billableDailyLimitDataType = '';
protected $dailyLimitType = 'Google_Service_Devprojects_ApiLimitDefinition';
protected $dailyLimitDataType = '';
protected $idType = 'Google_Service_Devprojects_BucketId';
protected $idDataType = '';
public $kind;
public $name;
public $variableTermQuotaDescription;
public $visible;
protected $visitorRateLimitType = 'Google_Service_Devprojects_ApiLimitDefinition';
protected $visitorRateLimitDataType = '';
public function setBillableDailyLimit(Google_Service_Devprojects_ApiLimitDefinition $billableDailyLimit)
{
$this->billableDailyLimit = $billableDailyLimit;
}
public function getBillableDailyLimit()
{
return $this->billableDailyLimit;
}
public function setDailyLimit(Google_Service_Devprojects_ApiLimitDefinition $dailyLimit)
{
$this->dailyLimit = $dailyLimit;
}
public function getDailyLimit()
{
return $this->dailyLimit;
}
public function setId(Google_Service_Devprojects_BucketId $id)
{
$this->id = $id;
}
public function getId()
{
return $this->id;
}
public function setKind($kind)
{
$this->kind = $kind;
}
public function getKind()
{
return $this->kind;
}
public function setName($name)
{
$this->name = $name;
}
public function getName()
{
return $this->name;
}
public function setVariableTermQuotaDescription($variableTermQuotaDescription)
{
$this->variableTermQuotaDescription = $variableTermQuotaDescription;
}
public function getVariableTermQuotaDescription()
{
return $this->variableTermQuotaDescription;
}
public function setVisible($visible)
{
$this->visible = $visible;
}
public function getVisible()
{
return $this->visible;
}
public function setVisitorRateLimit(Google_Service_Devprojects_ApiLimitDefinition $visitorRateLimit)
{
$this->visitorRateLimit = $visitorRateLimit;
}
public function getVisitorRateLimit()
{
return $this->visitorRateLimit;
}
}

View File

@@ -0,0 +1,157 @@
<?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_Devprojects_QuotaConfiguration extends Google_Collection
{
protected $collection_key = 'whitelist';
public $allBlocked;
protected $billableDailyLimitType = 'Google_Service_Devprojects_ApiLimitStatus';
protected $billableDailyLimitDataType = 'array';
protected $bucketBillableDailyLimitType = 'Google_Service_Devprojects_BucketLimitStatus';
protected $bucketBillableDailyLimitDataType = 'array';
protected $bucketDailyReportType = 'Google_Service_Devprojects_BucketLimitStatus';
protected $bucketDailyReportDataType = 'array';
protected $bucketPerVisitorLimitType = 'Google_Service_Devprojects_BucketLimitStatus';
protected $bucketPerVisitorLimitDataType = 'array';
protected $concurrentReportType = 'Google_Service_Devprojects_ApiLimitStatus';
protected $concurrentReportDataType = 'array';
public $configurationType;
protected $dailyReportType = 'Google_Service_Devprojects_ApiLimitStatus';
protected $dailyReportDataType = 'array';
public $hasUserip;
public $kind;
protected $perProjectLimitType = 'Google_Service_Devprojects_ApiLimitStatus';
protected $perProjectLimitDataType = 'array';
protected $perVisitorLimitType = 'Google_Service_Devprojects_ApiLimitStatus';
protected $perVisitorLimitDataType = 'array';
protected $variableTermQuotaType = 'Google_Service_Devprojects_ApiLimitStatus';
protected $variableTermQuotaDataType = 'array';
public $whitelist;
public function setAllBlocked($allBlocked)
{
$this->allBlocked = $allBlocked;
}
public function getAllBlocked()
{
return $this->allBlocked;
}
public function setBillableDailyLimit($billableDailyLimit)
{
$this->billableDailyLimit = $billableDailyLimit;
}
public function getBillableDailyLimit()
{
return $this->billableDailyLimit;
}
public function setBucketBillableDailyLimit($bucketBillableDailyLimit)
{
$this->bucketBillableDailyLimit = $bucketBillableDailyLimit;
}
public function getBucketBillableDailyLimit()
{
return $this->bucketBillableDailyLimit;
}
public function setBucketDailyReport($bucketDailyReport)
{
$this->bucketDailyReport = $bucketDailyReport;
}
public function getBucketDailyReport()
{
return $this->bucketDailyReport;
}
public function setBucketPerVisitorLimit($bucketPerVisitorLimit)
{
$this->bucketPerVisitorLimit = $bucketPerVisitorLimit;
}
public function getBucketPerVisitorLimit()
{
return $this->bucketPerVisitorLimit;
}
public function setConcurrentReport($concurrentReport)
{
$this->concurrentReport = $concurrentReport;
}
public function getConcurrentReport()
{
return $this->concurrentReport;
}
public function setConfigurationType($configurationType)
{
$this->configurationType = $configurationType;
}
public function getConfigurationType()
{
return $this->configurationType;
}
public function setDailyReport($dailyReport)
{
$this->dailyReport = $dailyReport;
}
public function getDailyReport()
{
return $this->dailyReport;
}
public function setHasUserip($hasUserip)
{
$this->hasUserip = $hasUserip;
}
public function getHasUserip()
{
return $this->hasUserip;
}
public function setKind($kind)
{
$this->kind = $kind;
}
public function getKind()
{
return $this->kind;
}
public function setPerProjectLimit($perProjectLimit)
{
$this->perProjectLimit = $perProjectLimit;
}
public function getPerProjectLimit()
{
return $this->perProjectLimit;
}
public function setPerVisitorLimit($perVisitorLimit)
{
$this->perVisitorLimit = $perVisitorLimit;
}
public function getPerVisitorLimit()
{
return $this->perVisitorLimit;
}
public function setVariableTermQuota($variableTermQuota)
{
$this->variableTermQuota = $variableTermQuota;
}
public function getVariableTermQuota()
{
return $this->variableTermQuota;
}
public function setWhitelist($whitelist)
{
$this->whitelist = $whitelist;
}
public function getWhitelist()
{
return $this->whitelist;
}
}

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_Devprojects_QuotaConstraints extends Google_Model
{
public $explicitDailyQuota;
public $kind;
public function setExplicitDailyQuota($explicitDailyQuota)
{
$this->explicitDailyQuota = $explicitDailyQuota;
}
public function getExplicitDailyQuota()
{
return $this->explicitDailyQuota;
}
public function setKind($kind)
{
$this->kind = $kind;
}
public function getKind()
{
return $this->kind;
}
}

View File

@@ -0,0 +1,139 @@
<?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_Devprojects_QuotaInfo extends Google_Model
{
public $allBlocked;
protected $billableDailyLimitType = 'Google_Service_Devprojects_ApiLimitStatus';
protected $billableDailyLimitDataType = '';
protected $bucketBillableDailyLimitType = 'Google_Service_Devprojects_BucketLimitStatus';
protected $bucketBillableDailyLimitDataType = '';
protected $bucketDailyReportType = 'Google_Service_Devprojects_BucketLimitStatus';
protected $bucketDailyReportDataType = '';
protected $bucketPerVisitorLimitType = 'Google_Service_Devprojects_BucketLimitStatus';
protected $bucketPerVisitorLimitDataType = '';
protected $bucketVariableTermQuotaType = 'Google_Service_Devprojects_BucketLimitStatus';
protected $bucketVariableTermQuotaDataType = '';
protected $concurrentReportType = 'Google_Service_Devprojects_ApiLimitStatus';
protected $concurrentReportDataType = '';
protected $dailyReportType = 'Google_Service_Devprojects_ApiLimitStatus';
protected $dailyReportDataType = '';
public $kind;
protected $perProjectLimitType = 'Google_Service_Devprojects_ApiLimitStatus';
protected $perProjectLimitDataType = '';
protected $perVisitorLimitType = 'Google_Service_Devprojects_ApiLimitStatus';
protected $perVisitorLimitDataType = '';
protected $variableTermQuotaType = 'Google_Service_Devprojects_ApiLimitStatus';
protected $variableTermQuotaDataType = '';
public function setAllBlocked($allBlocked)
{
$this->allBlocked = $allBlocked;
}
public function getAllBlocked()
{
return $this->allBlocked;
}
public function setBillableDailyLimit(Google_Service_Devprojects_ApiLimitStatus $billableDailyLimit)
{
$this->billableDailyLimit = $billableDailyLimit;
}
public function getBillableDailyLimit()
{
return $this->billableDailyLimit;
}
public function setBucketBillableDailyLimit(Google_Service_Devprojects_BucketLimitStatus $bucketBillableDailyLimit)
{
$this->bucketBillableDailyLimit = $bucketBillableDailyLimit;
}
public function getBucketBillableDailyLimit()
{
return $this->bucketBillableDailyLimit;
}
public function setBucketDailyReport(Google_Service_Devprojects_BucketLimitStatus $bucketDailyReport)
{
$this->bucketDailyReport = $bucketDailyReport;
}
public function getBucketDailyReport()
{
return $this->bucketDailyReport;
}
public function setBucketPerVisitorLimit(Google_Service_Devprojects_BucketLimitStatus $bucketPerVisitorLimit)
{
$this->bucketPerVisitorLimit = $bucketPerVisitorLimit;
}
public function getBucketPerVisitorLimit()
{
return $this->bucketPerVisitorLimit;
}
public function setBucketVariableTermQuota(Google_Service_Devprojects_BucketLimitStatus $bucketVariableTermQuota)
{
$this->bucketVariableTermQuota = $bucketVariableTermQuota;
}
public function getBucketVariableTermQuota()
{
return $this->bucketVariableTermQuota;
}
public function setConcurrentReport(Google_Service_Devprojects_ApiLimitStatus $concurrentReport)
{
$this->concurrentReport = $concurrentReport;
}
public function getConcurrentReport()
{
return $this->concurrentReport;
}
public function setDailyReport(Google_Service_Devprojects_ApiLimitStatus $dailyReport)
{
$this->dailyReport = $dailyReport;
}
public function getDailyReport()
{
return $this->dailyReport;
}
public function setKind($kind)
{
$this->kind = $kind;
}
public function getKind()
{
return $this->kind;
}
public function setPerProjectLimit(Google_Service_Devprojects_ApiLimitStatus $perProjectLimit)
{
$this->perProjectLimit = $perProjectLimit;
}
public function getPerProjectLimit()
{
return $this->perProjectLimit;
}
public function setPerVisitorLimit(Google_Service_Devprojects_ApiLimitStatus $perVisitorLimit)
{
$this->perVisitorLimit = $perVisitorLimit;
}
public function getPerVisitorLimit()
{
return $this->perVisitorLimit;
}
public function setVariableTermQuota(Google_Service_Devprojects_ApiLimitStatus $variableTermQuota)
{
$this->variableTermQuota = $variableTermQuota;
}
public function getVariableTermQuota()
{
return $this->variableTermQuota;
}
}

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_Devprojects_Region extends Google_Model
{
public $kind;
public $region;
public function setKind($kind)
{
$this->kind = $kind;
}
public function getKind()
{
return $this->kind;
}
public function setRegion($region)
{
$this->region = $region;
}
public function getRegion()
{
return $this->region;
}
}

View File

@@ -0,0 +1,69 @@
<?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.
*/
/**
* The "activationLinks" collection of methods.
* Typical usage is:
* <code>
* $devprojectsService = new Google_Service_Devprojects(...);
* $activationLinks = $devprojectsService->activationLinks;
* </code>
*/
class Google_Service_Devprojects_Resource_ActivationLinks extends Google_Service_Resource
{
/**
* Generate activation links, a proper whitelist id is required.
* (activationLinks.insert)
*
* @param Google_Service_Devprojects_ActivationLinksCollection $postBody
* @param array $optParams Optional parameters.
*
* @opt_param string user Use for access control temporarily
* @opt_param string whitelistId The whitelist project ID. See
* Projects.Insert.whitelist_id documentation for details.
* @return Google_Service_Devprojects_ActivationLinksCollection
*/
public function insert(Google_Service_Devprojects_ActivationLinksCollection $postBody, $optParams = array())
{
$params = array('postBody' => $postBody);
$params = array_merge($params, $optParams);
return $this->call('insert', array($params), "Google_Service_Devprojects_ActivationLinksCollection");
}
/**
* Validates an activation link. If successful, returns either the token OR type
* for the API OR respectively component being activated and the key value pairs
* contained in the signup token. For more details regarding sign-up tokens
* please see: - for first-party (Google) APIs -
* 'https://sites.google.com/a/google.com/developer-console/developer-console-
* services/the-devrel-shard#TOC-Creating-signup-urls-a.k.a.-activation-tokens-'
* - for third-party (Swarm/Endpoint) APIs - the producer-initiated activation
* flow details here http://go/apiproduceconsume (activationLinks.validate)
*
* @param Google_Service_Devprojects_ActivationLinksValidateRequest $postBody
* @param array $optParams Optional parameters.
*
* @opt_param string whitelistId The whitelist project ID. See
* Projects.Insert.whitelist_id documentation for details.
* @return Google_Service_Devprojects_ActivationLinksValidateResponse
*/
public function validate(Google_Service_Devprojects_ActivationLinksValidateRequest $postBody, $optParams = array())
{
$params = array('postBody' => $postBody);
$params = array_merge($params, $optParams);
return $this->call('validate', array($params), "Google_Service_Devprojects_ActivationLinksValidateResponse");
}
}

View File

@@ -0,0 +1,112 @@
<?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.
*/
/**
* The "apiconsumers" collection of methods.
* Typical usage is:
* <code>
* $devprojectsService = new Google_Service_Devprojects(...);
* $apiconsumers = $devprojectsService->apiconsumers;
* </code>
*/
class Google_Service_Devprojects_Resource_Apiconsumers extends Google_Service_Resource
{
/**
* Removes an API available for consumption from the consumer project. This can
* be invoked by either the API producer or the API consumer.
* (apiconsumers.delete)
*
* @param array $optParams Optional parameters.
*
* @opt_param string apiIdToken The ID of the API for which to delete the API
* consumption details
* @opt_param string consumerProjectId The consumer project ID for which to
* delete the API consumption details
* @opt_param string producerProjectId The producer project ID for which to
* delete the API consumption details
* @opt_param string whitelistId The whitelist project ID. See
* Projects.Insert.whitelist_id documentation for details.
*/
public function delete($optParams = array())
{
$params = array();
$params = array_merge($params, $optParams);
return $this->call('delete', array($params));
}
/**
* Makes an API available for consumption to a given consumer project by the the
* API producer (apiconsumers.insert)
*
* @param Google_Service_Devprojects_ApiConsumer $postBody
* @param array $optParams Optional parameters.
*
* @opt_param string whitelistId The whitelist project ID. See
* Projects.Insert.whitelist_id documentation for details.
* @return Google_Service_Devprojects_ApiConsumer
*/
public function insert(Google_Service_Devprojects_ApiConsumer $postBody, $optParams = array())
{
$params = array('postBody' => $postBody);
$params = array_merge($params, $optParams);
return $this->call('insert', array($params), "Google_Service_Devprojects_ApiConsumer");
}
/**
* Lists the API consumers for a given producer and API
* (apiconsumers.listApiconsumers)
*
* @param array $optParams Optional parameters.
*
* @opt_param string apiIdToken The ApiId token for which consumers are listed
* @opt_param string locale The language code, country code and locale variant
* encoded as a single string. This is intended to be the locale for the end
* user, and hence the target of translations. Presence of the language code
* indicates that the response should include translation strings for the
* requested sections, as appropriate.
* @opt_param string producerProjectId The producer project for which consumers
* are listed
* @opt_param string whitelistId The whitelist project ID. See
* Projects.Insert.whitelist_id documentation for details.
* @return Google_Service_Devprojects_ApiconsumersListResponse
*/
public function listApiconsumers($optParams = array())
{
$params = array();
$params = array_merge($params, $optParams);
return $this->call('list', array($params), "Google_Service_Devprojects_ApiconsumersListResponse");
}
/**
* Updates the configuration of consumption of an API. The update can change
* producer-specific configuration like the API consumption status or quota
* constraints. By switching the consumption status the producer can
* pause/resume the consumption of the API. Through quota constraints the
* producer can set or clear an explicit per-consumer daily quota, overriding
* the per-API default. (apiconsumers.update)
*
* @param Google_Service_Devprojects_ApiConsumer $postBody
* @param array $optParams Optional parameters.
*
* @opt_param string whitelistId The whitelist project ID. See
* Projects.Insert.whitelist_id documentation for details.
* @return Google_Service_Devprojects_ApiConsumer
*/
public function update(Google_Service_Devprojects_ApiConsumer $postBody, $optParams = array())
{
$params = array('postBody' => $postBody);
$params = array_merge($params, $optParams);
return $this->call('update', array($params), "Google_Service_Devprojects_ApiConsumer");
}
}

View File

@@ -0,0 +1,122 @@
<?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.
*/
/**
* The "apis" collection of methods.
* Typical usage is:
* <code>
* $devprojectsService = new Google_Service_Devprojects(...);
* $apis = $devprojectsService->apis;
* </code>
*/
class Google_Service_Devprojects_Resource_Apis extends Google_Service_Resource
{
/**
* Get the ApiData definition details for a given API. (apis.get)
*
* @param string $apisId The resource ID.
* @param array $optParams Optional parameters.
*
* @opt_param string locale The language code, country code and locale variant
* encoded as a single string. This is intended to be the locale for the end
* user, and hence the target of translations. Presence of the language code
* indicates that the response should include translation strings for the
* requested sections, as appropriate.
* @opt_param string projectId The numeric ID of the project for which to get
* the API definition. It has to be either the ID of the project producing the
* API or the ID of a project having the API available for consumption
* @opt_param string whitelistId The whitelist project ID. See
* Projects.Insert.whitelist_id documentation for details.
* @return Google_Service_Devprojects_ApiData
*/
public function get($apisId, $optParams = array())
{
$params = array('apisId' => $apisId);
$params = array_merge($params, $optParams);
return $this->call('get', array($params), "Google_Service_Devprojects_ApiData");
}
/**
* Retrieves a list of resources, possibly filtered based on visibility settings
* related to the originator of the current end-user request. (apis.listApis)
*
* @param array $optParams Optional parameters.
*
* @opt_param string locale The language code, country code and locale variant
* encoded as a single string. This is intended to be the locale for the end
* user, and hence the target of translations. Presence of the language code
* indicates that the response should include translation strings for the
* requested sections, as appropriate.
* @opt_param string projectId The numeric ID of the project for which to list
* APIs. If present the API definition list will include all the first-party
* APIs available to the current user as well as all the third party APIs
* produced on the specified project or made available for "consumption" to the
* current project - independently of their activation (enablement) status. If
* not present only first-party APIs available to the current user are returned.
* @opt_param string whitelistId The whitelist project ID. See
* Projects.Insert.whitelist_id documentation for details.
* @return Google_Service_Devprojects_ApisListResponse
*/
public function listApis($optParams = array())
{
$params = array();
$params = array_merge($params, $optParams);
return $this->call('list', array($params), "Google_Service_Devprojects_ApisListResponse");
}
/**
* List APIs consumed by a given project (apis.listconsumed)
*
* @param array $optParams Optional parameters.
*
* @opt_param string consumerProjectId The numeric ID of the project for which
* consumed APIs are listed
* @opt_param string locale The language code, country code and locale variant
* encoded as a single string. This is intended to be the locale for the end
* user, and hence the target of translations. Presence of the language code
* indicates that the response should include translation strings for the
* requested sections, as appropriate.
* @opt_param string whitelistId The whitelist project ID. See
* Projects.Insert.whitelist_id documentation for details.
* @return Google_Service_Devprojects_ApisListConsumedResponse
*/
public function listconsumed($optParams = array())
{
$params = array();
$params = array_merge($params, $optParams);
return $this->call('listconsumed', array($params), "Google_Service_Devprojects_ApisListConsumedResponse");
}
/**
* List APIs produced by a given project (apis.listproduced)
*
* @param array $optParams Optional parameters.
*
* @opt_param string locale The language code, country code and locale variant
* encoded as a single string. This is intended to be the locale for the end
* user, and hence the target of translations. Presence of the language code
* indicates that the response should include translation strings for the
* requested sections, as appropriate.
* @opt_param string producerProjectId The producer project ID to list APIs for.
* @opt_param string whitelistId The whitelist project ID. See
* Projects.Insert.whitelist_id documentation for details.
* @return Google_Service_Devprojects_ApisListProducedResponse
*/
public function listproduced($optParams = array())
{
$params = array();
$params = array_merge($params, $optParams);
return $this->call('listproduced', array($params), "Google_Service_Devprojects_ApisListProducedResponse");
}
}

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.
*/
/**
* The "controlwidgets" collection of methods.
* Typical usage is:
* <code>
* $devprojectsService = new Google_Service_Devprojects(...);
* $controlwidgets = $devprojectsService->controlwidgets;
* </code>
*/
class Google_Service_Devprojects_Resource_Controlwidgets extends Google_Service_Resource
{
/**
* Get embedding parameters for a control widget (controlwidgets.embed)
*
* @param string $projectId Project that might be relevant to the widget.
* @param string $widgetId The definition ID of the control widget.
* @param array $optParams Optional parameters.
*
* @opt_param string kv Column separated key value parameters
* @opt_param string whitelistId The whitelist project ID. See
* Projects.Insert.whitelist_id documentation for details.
* @return Google_Service_Devprojects_EmbeddingParameters
*/
public function embed($projectId, $widgetId, $optParams = array())
{
$params = array('projectId' => $projectId, 'widgetId' => $widgetId);
$params = array_merge($params, $optParams);
return $this->call('embed', array($params), "Google_Service_Devprojects_EmbeddingParameters");
}
}

View File

@@ -0,0 +1,96 @@
<?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.
*/
/**
* The "domains" collection of methods.
* Typical usage is:
* <code>
* $devprojectsService = new Google_Service_Devprojects(...);
* $domains = $devprojectsService->domains;
* </code>
*/
class Google_Service_Devprojects_Resource_Domains extends Google_Service_Resource
{
/**
* Retrieves the configuration data for a domain. (domains.get)
*
* @param string $domainsId The resource ID.
* @param array $optParams Optional parameters.
*
* @opt_param string whitelistId The whitelist project ID. See
* Projects.Insert.whitelist_id documentation for details.
* @return Google_Service_Devprojects_DomainAccountData
*/
public function get($domainsId, $optParams = array())
{
$params = array('domainsId' => $domainsId);
$params = array_merge($params, $optParams);
return $this->call('get', array($params), "Google_Service_Devprojects_DomainAccountData");
}
/**
* Creates a domain account. (domains.insert)
*
* @param Google_Service_Devprojects_DomainAccountData $postBody
* @param array $optParams Optional parameters.
*
* @opt_param string whitelistId The whitelist project ID. See
* Projects.Insert.whitelist_id documentation for details.
* @return Google_Service_Devprojects_DomainAccountData
*/
public function insert(Google_Service_Devprojects_DomainAccountData $postBody, $optParams = array())
{
$params = array('postBody' => $postBody);
$params = array_merge($params, $optParams);
return $this->call('insert', array($params), "Google_Service_Devprojects_DomainAccountData");
}
/**
* Updates a domain account. The resource will replace the current domain. This
* method supports patch semantics. (domains.patch)
*
* @param string $domainsId The resource ID.
* @param Google_Service_Devprojects_DomainAccountData $postBody
* @param array $optParams Optional parameters.
*
* @opt_param string whitelistId The whitelist project ID. See
* Projects.Insert.whitelist_id documentation for details.
* @return Google_Service_Devprojects_DomainAccountData
*/
public function patch($domainsId, Google_Service_Devprojects_DomainAccountData $postBody, $optParams = array())
{
$params = array('domainsId' => $domainsId, 'postBody' => $postBody);
$params = array_merge($params, $optParams);
return $this->call('patch', array($params), "Google_Service_Devprojects_DomainAccountData");
}
/**
* Updates a domain account. The resource will replace the current domain.
* (domains.update)
*
* @param string $domainsId The resource ID.
* @param Google_Service_Devprojects_DomainAccountData $postBody
* @param array $optParams Optional parameters.
*
* @opt_param string whitelistId The whitelist project ID. See
* Projects.Insert.whitelist_id documentation for details.
* @return Google_Service_Devprojects_DomainAccountData
*/
public function update($domainsId, Google_Service_Devprojects_DomainAccountData $postBody, $optParams = array())
{
$params = array('domainsId' => $domainsId, 'postBody' => $postBody);
$params = array_merge($params, $optParams);
return $this->call('update', array($params), "Google_Service_Devprojects_DomainAccountData");
}
}

View File

@@ -0,0 +1,269 @@
<?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.
*/
/**
* The "projects" collection of methods.
* Typical usage is:
* <code>
* $devprojectsService = new Google_Service_Devprojects(...);
* $projects = $devprojectsService->projects;
* </code>
*/
class Google_Service_Devprojects_Resource_Projects extends Google_Service_Resource
{
/**
* Deletes a resource. (projects.delete)
*
* @param string $projectId The Devconsole project ID.
* @param array $optParams Optional parameters.
*
* @opt_param bool disableAuthorizationCheck If set to true, authorization
* checks will be disabled for this request. This field is intended to be used
* as part of rolling out IAM authorization checks in the CRM Projects API.
* Initially, we will perform IAM authorization checks in the Projects API, but
* ignore the result and simply log differences between IAM and DevConsole
* authorization checks. Once we have confidence in IAM, we will enforce the IAM
* check authorization checks and use this field to disable authorization
* checking in DevConsole.
* @opt_param string whitelistId The whitelist project ID. See
* Projects.Insert.whitelist_id documentation for details.
*/
public function delete($projectId, $optParams = array())
{
$params = array('projectId' => $projectId);
$params = array_merge($params, $optParams);
return $this->call('delete', array($params));
}
/**
* Converts a developer key into a project id.
* (projects.developerkeytoprojectid)
*
* @param string $developerKey The developer key
* @param array $optParams Optional parameters.
*
* @opt_param string whitelistId The whitelist project ID. See
* Projects.Insert.whitelist_id documentation for details.
* @return Google_Service_Devprojects_ProjectsDeveloperKeyToProjectIdResponse
*/
public function developerkeytoprojectid($developerKey, $optParams = array())
{
$params = array('developerKey' => $developerKey);
$params = array_merge($params, $optParams);
return $this->call('developerkeytoprojectid', array($params), "Google_Service_Devprojects_ProjectsDeveloperKeyToProjectIdResponse");
}
/**
* Get a project. (projects.get)
*
* @param string $projectId The Devconsole project ID.
* @param array $optParams Optional parameters.
*
* @opt_param string locale The language code, country code and locale variant
* encoded as a single string. This is intended to be the locale for the end
* user, and hence the target of translations. Presence of the language code
* indicates that the response should include translation strings for the
* requested sections, as appropriate.
* @opt_param bool retrieveCurrentUserRole Whether to also retrieve the role of
* the user for which the project is currently fetched
* @opt_param string section The list of sections that should be returned. By
* default, the API will only prefill the basic project data, since loading a
* project in its entirety can take relatively long and is often not needed.
* @opt_param string whitelistId The whitelist project ID. See
* Projects.Insert.whitelist_id documentation for details.
* @return Google_Service_Devprojects_ProjectData
*/
public function get($projectId, $optParams = array())
{
$params = array('projectId' => $projectId);
$params = array_merge($params, $optParams);
return $this->call('get', array($params), "Google_Service_Devprojects_ProjectData");
}
/**
* Obtain the structure of clients within the project for use in abuse control
* and takedowns. (projects.getprojectclientstructure)
*
* @param Google_Service_Devprojects_ProjectsGetProjectClientStructureRequest $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_Devprojects_ProjectsGetProjectClientStructureResponse
*/
public function getprojectclientstructure(Google_Service_Devprojects_ProjectsGetProjectClientStructureRequest $postBody, $optParams = array())
{
$params = array('postBody' => $postBody);
$params = array_merge($params, $optParams);
return $this->call('getprojectclientstructure', array($params), "Google_Service_Devprojects_ProjectsGetProjectClientStructureResponse");
}
/**
* Create a new project. Note that only the base data of a project will be
* transferred. Everything else needs to go through an update request.
* (projects.insert)
*
* @param Google_Service_Devprojects_ProjectData $postBody
* @param array $optParams Optional parameters.
*
* @opt_param string initialOwner Gaia id of the initial project owner.
* Currently,this should always be provided, but that might change in the
* future.
* @opt_param bool retryRequest Set to true to indicate that this is a retry
* request
* @opt_param string section The list of sections that should be created.
* @opt_param string whitelistId The whitelist project ID. See
* Projects.Insert.whitelist_id documentation for details.
* @return Google_Service_Devprojects_ProjectData
*/
public function insert(Google_Service_Devprojects_ProjectData $postBody, $optParams = array())
{
$params = array('postBody' => $postBody);
$params = array_merge($params, $optParams);
return $this->call('insert', array($params), "Google_Service_Devprojects_ProjectData");
}
/**
* Query projects (projects.listProjects)
*
* @param array $optParams Optional parameters.
*
* @opt_param string fillSection Return projects with the following sections
* included if possible.
* @opt_param bool includeNonActive Whether also non-active projects should be
* included in results
* @opt_param string includedShard If this list is nonempty, projects are only
* returned if they contain some shard in the list. If the list is empty, no
* filtering occurs
* @opt_param string requiredApiId Return only projects that have all the given
* APIs active
* @opt_param string requiredSection Return only projects that have all the
* given sections
* @opt_param bool retrieveCurrentUserRole Whether to also retrieve the role of
* the user for which projects are currently listed
* @opt_param string user Return only projects that the given user has access
* to. For now, this is always required. Later, this will be required for LOAS
* based access only, and we can infer the user from the access control. As such
* the user will need to be a team member of the project. Also the user might be
* logged as the initiator of the update.
* @opt_param string whitelistId The whitelist project ID. See
* Projects.Insert.whitelist_id documentation for details.
* @return Google_Service_Devprojects_ProjectsListResponse
*/
public function listProjects($optParams = array())
{
$params = array();
$params = array_merge($params, $optParams);
return $this->call('list', array($params), "Google_Service_Devprojects_ProjectsListResponse");
}
/**
* Uses DevConsole notification endpoint to notify project owners of important
* events, such as quota breaching. Currently only supports emailing the users
* of a project who fill the OWNER role, though there's been talk of adding
* support for other notification formats as well. (projects.notifyowners)
*
* @param string $projectsId The resource ID.
* @param Google_Service_Devprojects_ProjectsNotifyOwnersRequest $postBody
* @param array $optParams Optional parameters.
*
* @opt_param string whitelistId The whitelist project ID. See
* Projects.Insert.whitelist_id documentation for details.
* @return Google_Service_Devprojects_ProjectsNotifyOwnersResponse
*/
public function notifyowners($projectsId, Google_Service_Devprojects_ProjectsNotifyOwnersRequest $postBody, $optParams = array())
{
$params = array('projectsId' => $projectsId, 'postBody' => $postBody);
$params = array_merge($params, $optParams);
return $this->call('notifyowners', array($params), "Google_Service_Devprojects_ProjectsNotifyOwnersResponse");
}
/**
* Update a project. This method supports patch semantics. (projects.patch)
*
* @param string $projectId The Devconsole project ID.
* @param Google_Service_Devprojects_ProjectData $postBody
* @param array $optParams Optional parameters.
*
* @opt_param string section The list of sections that should be updated. Any
* parts of the project entity that are not listed here will not be considered
* for updates.
* @opt_param string user If specified, the user to check accepted TOSes
* against. This is needed when an update (e.g., enabling the BigStore Apiary
* API requires the user to accept a specific ToS. In the future the nuser could
* be inferred from the access control.
* @opt_param string whitelistId The whitelist project ID. See
* Projects.Insert.whitelist_id documentation for details.
* @return Google_Service_Devprojects_ProjectData
*/
public function patch($projectId, Google_Service_Devprojects_ProjectData $postBody, $optParams = array())
{
$params = array('projectId' => $projectId, 'postBody' => $postBody);
$params = array_merge($params, $optParams);
return $this->call('patch', array($params), "Google_Service_Devprojects_ProjectData");
}
/**
* Looks-up a project specified via a string ID in app-engine app ID form and if
* found returns its numeric ID. Note: in the case of Dasher-based projects the
* string ID is in the form "domain:appId" (e.g., "google.com:cohesive-
* bonbon-301") If the lookup fails a PROJECT_NOT_FOUND error is returned.
* (projects.stringidtonumericid)
*
* @param string $project The string project id to lookup
* @param array $optParams Optional parameters.
*
* @opt_param string whitelistId The whitelist project ID. See
* Projects.Insert.whitelist_id documentation for details.
* @return Google_Service_Devprojects_ProjectsStringIdToNumericIdResponse
*/
public function stringidtonumericid($project, $optParams = array())
{
$params = array('project' => $project);
$params = array_merge($params, $optParams);
return $this->call('stringidtonumericid', array($params), "Google_Service_Devprojects_ProjectsStringIdToNumericIdResponse");
}
/**
* Undelete a project (projects.undelete)
*
* @param string $projectId The resource ID.
* @param Google_Service_Devprojects_ProjectsUndeleteRequest $postBody
* @param array $optParams Optional parameters.
*
* @opt_param string whitelistId The whitelist project ID. See
* Projects.Insert.whitelist_id documentation for details.
*/
public function undelete($projectId, Google_Service_Devprojects_ProjectsUndeleteRequest $postBody, $optParams = array())
{
$params = array('projectId' => $projectId, 'postBody' => $postBody);
$params = array_merge($params, $optParams);
return $this->call('undelete', array($params));
}
/**
* Update a project. (projects.update)
*
* @param string $projectId The Devconsole project ID.
* @param Google_Service_Devprojects_ProjectData $postBody
* @param array $optParams Optional parameters.
*
* @opt_param string section The list of sections that should be updated. Any
* parts of the project entity that are not listed here will not be considered
* for updates.
* @opt_param string user If specified, the user to check accepted TOSes
* against. This is needed when an update (e.g., enabling the BigStore Apiary
* API requires the user to accept a specific ToS. In the future the nuser could
* be inferred from the access control.
* @opt_param string whitelistId The whitelist project ID. See
* Projects.Insert.whitelist_id documentation for details.
* @return Google_Service_Devprojects_ProjectData
*/
public function update($projectId, Google_Service_Devprojects_ProjectData $postBody, $optParams = array())
{
$params = array('projectId' => $projectId, 'postBody' => $postBody);
$params = array_merge($params, $optParams);
return $this->call('update', array($params), "Google_Service_Devprojects_ProjectData");
}
}

View File

@@ -0,0 +1,100 @@
<?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.
*/
/**
* The "toses" collection of methods.
* Typical usage is:
* <code>
* $devprojectsService = new Google_Service_Devprojects(...);
* $toses = $devprojectsService->toses;
* </code>
*/
class Google_Service_Devprojects_Resource_Toses extends Google_Service_Resource
{
/**
* A message to accept at least one terms of service within at least one
* context. Any number of contexts and terms can be provided, and each provided
* terms will be accepted in each provided context. (toses.accept)
*
* @param Google_Service_Devprojects_TosesAcceptRequest $postBody
* @param array $optParams Optional parameters.
*
* @opt_param string whitelistId The whitelist project ID. See
* Projects.Insert.whitelist_id documentation for details.
* @return Google_Service_Devprojects_TosesAcceptResponse
*/
public function accept(Google_Service_Devprojects_TosesAcceptRequest $postBody, $optParams = array())
{
$params = array('postBody' => $postBody);
$params = array_merge($params, $optParams);
return $this->call('accept', array($params), "Google_Service_Devprojects_TosesAcceptResponse");
}
/**
* A message to check whether or not the provided terms have been accepted in
* any of the provided contexts. In most cases, the context will usually be just
* a user, just a project, or a user and a project. (toses.check)
*
* @param Google_Service_Devprojects_TosesCheckRequest $postBody
* @param array $optParams Optional parameters.
*
* @opt_param string whitelistId The whitelist project ID. See
* Projects.Insert.whitelist_id documentation for details.
* @return Google_Service_Devprojects_TosesCheckResponse
*/
public function check(Google_Service_Devprojects_TosesCheckRequest $postBody, $optParams = array())
{
$params = array('postBody' => $postBody);
$params = array_merge($params, $optParams);
return $this->call('check', array($params), "Google_Service_Devprojects_TosesCheckResponse");
}
/**
* Get specific terms (toses.get)
*
* @param string $tosId The terms-of-service (TOS) ID.
* @param array $optParams Optional parameters.
*
* @opt_param string userId user for whom to get a tos url
* @opt_param string whitelistId The whitelist project ID. See
* Projects.Insert.whitelist_id documentation for details.
* @return Google_Service_Devprojects_TermsOfService
*/
public function get($tosId, $optParams = array())
{
$params = array('tosId' => $tosId);
$params = array_merge($params, $optParams);
return $this->call('get', array($params), "Google_Service_Devprojects_TermsOfService");
}
/**
* Obtain a list of ToSes meeting certain criteria (toses.listToses)
*
* @param array $optParams Optional parameters.
*
* @opt_param string apiKey If this list is nonempty, only return ToSes for APIs
* in the list.
* @opt_param string projectId Return only ToSes that apply to the given project
* @opt_param string user Return only ToSes that the given user must accept
* @opt_param string whitelistId The whitelist project ID. See
* Projects.Insert.whitelist_id documentation for details.
* @return Google_Service_Devprojects_TosesListResponse
*/
public function listToses($optParams = array())
{
$params = array();
$params = array_merge($params, $optParams);
return $this->call('list', array($params), "Google_Service_Devprojects_TosesListResponse");
}
}

View File

@@ -0,0 +1,82 @@
<?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.
*/
/**
* The "users" collection of methods.
* Typical usage is:
* <code>
* $devprojectsService = new Google_Service_Devprojects(...);
* $users = $devprojectsService->users;
* </code>
*/
class Google_Service_Devprojects_Resource_Users extends Google_Service_Resource
{
/**
* Retrieves the configuration data for a single user. (users.get)
*
* @param string $userId The Gaia user ID to get ToS acceptance for.
* @param array $optParams Optional parameters.
*
* @opt_param string section Specifies the sections of the UserData protobuf
* that should be filled in in the response.
* @opt_param string whitelistId The whitelist project ID. See
* Projects.Insert.whitelist_id documentation for details.
* @return Google_Service_Devprojects_UserData
*/
public function get($userId, $optParams = array())
{
$params = array('userId' => $userId);
$params = array_merge($params, $optParams);
return $this->call('get', array($params), "Google_Service_Devprojects_UserData");
}
/**
* Update a user. This method supports patch semantics. (users.patch)
*
* @param string $userId The user ID.
* @param Google_Service_Devprojects_UserData $postBody
* @param array $optParams Optional parameters.
*
* @opt_param string section The list of sections that should be updated.
* @opt_param string whitelistId The whitelist project ID. See
* Projects.Insert.whitelist_id documentation for details.
* @return Google_Service_Devprojects_UserData
*/
public function patch($userId, Google_Service_Devprojects_UserData $postBody, $optParams = array())
{
$params = array('userId' => $userId, 'postBody' => $postBody);
$params = array_merge($params, $optParams);
return $this->call('patch', array($params), "Google_Service_Devprojects_UserData");
}
/**
* Update a user. (users.update)
*
* @param string $userId The user ID.
* @param Google_Service_Devprojects_UserData $postBody
* @param array $optParams Optional parameters.
*
* @opt_param string section The list of sections that should be updated.
* @opt_param string whitelistId The whitelist project ID. See
* Projects.Insert.whitelist_id documentation for details.
* @return Google_Service_Devprojects_UserData
*/
public function update($userId, Google_Service_Devprojects_UserData $postBody, $optParams = array())
{
$params = array('userId' => $userId, 'postBody' => $postBody);
$params = array_merge($params, $optParams);
return $this->call('update', array($params), "Google_Service_Devprojects_UserData");
}
}

View File

@@ -0,0 +1,103 @@
<?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_Devprojects_RobotCreationParameters extends Google_Collection
{
protected $collection_key = 'authRedirectUri';
public $authClientType;
public $authRedirectUri;
public $friendlyName;
public $kind;
public $loasRoleForContainerOwnedRobot;
public $robotConfigName;
public $robotEnvironment;
public $robotType;
public $teamRole;
public function setAuthClientType($authClientType)
{
$this->authClientType = $authClientType;
}
public function getAuthClientType()
{
return $this->authClientType;
}
public function setAuthRedirectUri($authRedirectUri)
{
$this->authRedirectUri = $authRedirectUri;
}
public function getAuthRedirectUri()
{
return $this->authRedirectUri;
}
public function setFriendlyName($friendlyName)
{
$this->friendlyName = $friendlyName;
}
public function getFriendlyName()
{
return $this->friendlyName;
}
public function setKind($kind)
{
$this->kind = $kind;
}
public function getKind()
{
return $this->kind;
}
public function setLoasRoleForContainerOwnedRobot($loasRoleForContainerOwnedRobot)
{
$this->loasRoleForContainerOwnedRobot = $loasRoleForContainerOwnedRobot;
}
public function getLoasRoleForContainerOwnedRobot()
{
return $this->loasRoleForContainerOwnedRobot;
}
public function setRobotConfigName($robotConfigName)
{
$this->robotConfigName = $robotConfigName;
}
public function getRobotConfigName()
{
return $this->robotConfigName;
}
public function setRobotEnvironment($robotEnvironment)
{
$this->robotEnvironment = $robotEnvironment;
}
public function getRobotEnvironment()
{
return $this->robotEnvironment;
}
public function setRobotType($robotType)
{
$this->robotType = $robotType;
}
public function getRobotType()
{
return $this->robotType;
}
public function setTeamRole($teamRole)
{
$this->teamRole = $teamRole;
}
public function getTeamRole()
{
return $this->teamRole;
}
}

View File

@@ -0,0 +1,75 @@
<?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_Devprojects_ServiceAccountMetadata extends Google_Model
{
public $email;
public $environment;
public $gaiaId;
public $kind;
public $loasOwner;
public $type;
public function setEmail($email)
{
$this->email = $email;
}
public function getEmail()
{
return $this->email;
}
public function setEnvironment($environment)
{
$this->environment = $environment;
}
public function getEnvironment()
{
return $this->environment;
}
public function setGaiaId($gaiaId)
{
$this->gaiaId = $gaiaId;
}
public function getGaiaId()
{
return $this->gaiaId;
}
public function setKind($kind)
{
$this->kind = $kind;
}
public function getKind()
{
return $this->kind;
}
public function setLoasOwner($loasOwner)
{
$this->loasOwner = $loasOwner;
}
public function getLoasOwner()
{
return $this->loasOwner;
}
public function setType($type)
{
$this->type = $type;
}
public function getType()
{
return $this->type;
}
}

View File

@@ -0,0 +1,41 @@
<?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_Devprojects_ServiceAccountSection extends Google_Collection
{
protected $collection_key = 'serviceAccount';
public $kind;
protected $serviceAccountType = 'Google_Service_Devprojects_ServiceAccountMetadata';
protected $serviceAccountDataType = 'array';
public function setKind($kind)
{
$this->kind = $kind;
}
public function getKind()
{
return $this->kind;
}
public function setServiceAccount($serviceAccount)
{
$this->serviceAccount = $serviceAccount;
}
public function getServiceAccount()
{
return $this->serviceAccount;
}
}

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_Devprojects_SpecialRestriction extends Google_Model
{
public $kind;
public $type;
public function setKind($kind)
{
$this->kind = $kind;
}
public function getKind()
{
return $this->kind;
}
public function setType($type)
{
$this->type = $type;
}
public function getType()
{
return $this->type;
}
}

View File

@@ -0,0 +1,75 @@
<?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_Devprojects_StatsInfo extends Google_Model
{
public $key;
public $kind;
public $legendName;
public $subkey;
public $type;
public $unit;
public function setKey($key)
{
$this->key = $key;
}
public function getKey()
{
return $this->key;
}
public function setKind($kind)
{
$this->kind = $kind;
}
public function getKind()
{
return $this->kind;
}
public function setLegendName($legendName)
{
$this->legendName = $legendName;
}
public function getLegendName()
{
return $this->legendName;
}
public function setSubkey($subkey)
{
$this->subkey = $subkey;
}
public function getSubkey()
{
return $this->subkey;
}
public function setType($type)
{
$this->type = $type;
}
public function getType()
{
return $this->type;
}
public function setUnit($unit)
{
$this->unit = $unit;
}
public function getUnit()
{
return $this->unit;
}
}

View File

@@ -0,0 +1,41 @@
<?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_Devprojects_StatsSection extends Google_Collection
{
protected $collection_key = 'apiStatsInfo';
protected $apiStatsInfoType = 'Google_Service_Devprojects_ApiStatsInfo';
protected $apiStatsInfoDataType = 'array';
public $kind;
public function setApiStatsInfo($apiStatsInfo)
{
$this->apiStatsInfo = $apiStatsInfo;
}
public function getApiStatsInfo()
{
return $this->apiStatsInfo;
}
public function setKind($kind)
{
$this->kind = $kind;
}
public function getKind()
{
return $this->kind;
}
}

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_Devprojects_Target extends Google_Model
{
public $id;
public $kind;
public $type;
public function setId($id)
{
$this->id = $id;
}
public function getId()
{
return $this->id;
}
public function setKind($kind)
{
$this->kind = $kind;
}
public function getKind()
{
return $this->kind;
}
public function setType($type)
{
$this->type = $type;
}
public function getType()
{
return $this->type;
}
}

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_Devprojects_TeamSection extends Google_Collection
{
protected $collection_key = 'member';
public $editorGroupId;
public $kind;
protected $memberType = 'Google_Service_Devprojects_ActiveMember';
protected $memberDataType = 'array';
public $ownerGroupId;
public $teamId;
public function setEditorGroupId($editorGroupId)
{
$this->editorGroupId = $editorGroupId;
}
public function getEditorGroupId()
{
return $this->editorGroupId;
}
public function setKind($kind)
{
$this->kind = $kind;
}
public function getKind()
{
return $this->kind;
}
public function setMember($member)
{
$this->member = $member;
}
public function getMember()
{
return $this->member;
}
public function setOwnerGroupId($ownerGroupId)
{
$this->ownerGroupId = $ownerGroupId;
}
public function getOwnerGroupId()
{
return $this->ownerGroupId;
}
public function setTeamId($teamId)
{
$this->teamId = $teamId;
}
public function getTeamId()
{
return $this->teamId;
}
}

View File

@@ -0,0 +1,66 @@
<?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_Devprojects_TermInfo extends Google_Model
{
public $kind;
public $serviceType;
public $termsVersion;
public $timestampMs;
public $tosId;
public function setKind($kind)
{
$this->kind = $kind;
}
public function getKind()
{
return $this->kind;
}
public function setServiceType($serviceType)
{
$this->serviceType = $serviceType;
}
public function getServiceType()
{
return $this->serviceType;
}
public function setTermsVersion($termsVersion)
{
$this->termsVersion = $termsVersion;
}
public function getTermsVersion()
{
return $this->termsVersion;
}
public function setTimestampMs($timestampMs)
{
$this->timestampMs = $timestampMs;
}
public function getTimestampMs()
{
return $this->timestampMs;
}
public function setTosId($tosId)
{
$this->tosId = $tosId;
}
public function getTosId()
{
return $this->tosId;
}
}

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_Devprojects_TermsContext extends Google_Model
{
public $kind;
public $projectId;
public $userId;
public function setKind($kind)
{
$this->kind = $kind;
}
public function getKind()
{
return $this->kind;
}
public function setProjectId($projectId)
{
$this->projectId = $projectId;
}
public function getProjectId()
{
return $this->projectId;
}
public function setUserId($userId)
{
$this->userId = $userId;
}
public function getUserId()
{
return $this->userId;
}
}

View File

@@ -0,0 +1,75 @@
<?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_Devprojects_TermsOfService extends Google_Model
{
public $currentVersion;
public $id;
public $kind;
public $reviewUrl;
public $text;
public $title;
public function setCurrentVersion($currentVersion)
{
$this->currentVersion = $currentVersion;
}
public function getCurrentVersion()
{
return $this->currentVersion;
}
public function setId($id)
{
$this->id = $id;
}
public function getId()
{
return $this->id;
}
public function setKind($kind)
{
$this->kind = $kind;
}
public function getKind()
{
return $this->kind;
}
public function setReviewUrl($reviewUrl)
{
$this->reviewUrl = $reviewUrl;
}
public function getReviewUrl()
{
return $this->reviewUrl;
}
public function setText($text)
{
$this->text = $text;
}
public function getText()
{
return $this->text;
}
public function setTitle($title)
{
$this->title = $title;
}
public function getTitle()
{
return $this->title;
}
}

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_Devprojects_TermsVersion extends Google_Model
{
public $id;
public $kind;
public $version;
public function setId($id)
{
$this->id = $id;
}
public function getId()
{
return $this->id;
}
public function setKind($kind)
{
$this->kind = $kind;
}
public function getKind()
{
return $this->kind;
}
public function setVersion($version)
{
$this->version = $version;
}
public function getVersion()
{
return $this->version;
}
}

View File

@@ -0,0 +1,51 @@
<?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_Devprojects_TosesAcceptRequest extends Google_Collection
{
protected $collection_key = 'terms';
protected $contextType = 'Google_Service_Devprojects_TermsContext';
protected $contextDataType = 'array';
protected $termsType = 'Google_Service_Devprojects_TermsVersion';
protected $termsDataType = 'array';
public $whitelistId;
public function setContext($context)
{
$this->context = $context;
}
public function getContext()
{
return $this->context;
}
public function setTerms($terms)
{
$this->terms = $terms;
}
public function getTerms()
{
return $this->terms;
}
public function setWhitelistId($whitelistId)
{
$this->whitelistId = $whitelistId;
}
public function getWhitelistId()
{
return $this->whitelistId;
}
}

View File

@@ -0,0 +1,51 @@
<?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_Devprojects_TosesAcceptResponse extends Google_Collection
{
protected $collection_key = 'denied';
protected $confirmedType = 'Google_Service_Devprojects_Acceptance';
protected $confirmedDataType = 'array';
protected $deniedType = 'Google_Service_Devprojects_AcceptanceDenied';
protected $deniedDataType = 'array';
public $kind;
public function setConfirmed($confirmed)
{
$this->confirmed = $confirmed;
}
public function getConfirmed()
{
return $this->confirmed;
}
public function setDenied($denied)
{
$this->denied = $denied;
}
public function getDenied()
{
return $this->denied;
}
public function setKind($kind)
{
$this->kind = $kind;
}
public function getKind()
{
return $this->kind;
}
}

View File

@@ -0,0 +1,51 @@
<?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_Devprojects_TosesCheckRequest extends Google_Collection
{
protected $collection_key = 'terms';
protected $contextType = 'Google_Service_Devprojects_TermsContext';
protected $contextDataType = 'array';
protected $termsType = 'Google_Service_Devprojects_TermsVersion';
protected $termsDataType = 'array';
public $whitelistId;
public function setContext($context)
{
$this->context = $context;
}
public function getContext()
{
return $this->context;
}
public function setTerms($terms)
{
$this->terms = $terms;
}
public function getTerms()
{
return $this->terms;
}
public function setWhitelistId($whitelistId)
{
$this->whitelistId = $whitelistId;
}
public function getWhitelistId()
{
return $this->whitelistId;
}
}

View File

@@ -0,0 +1,51 @@
<?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_Devprojects_TosesCheckResponse extends Google_Collection
{
protected $collection_key = 'pending';
protected $acceptedType = 'Google_Service_Devprojects_Acceptance';
protected $acceptedDataType = 'array';
public $kind;
protected $pendingType = 'Google_Service_Devprojects_AcceptanceRequired';
protected $pendingDataType = 'array';
public function setAccepted($accepted)
{
$this->accepted = $accepted;
}
public function getAccepted()
{
return $this->accepted;
}
public function setKind($kind)
{
$this->kind = $kind;
}
public function getKind()
{
return $this->kind;
}
public function setPending($pending)
{
$this->pending = $pending;
}
public function getPending()
{
return $this->pending;
}
}

View File

@@ -0,0 +1,41 @@
<?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_Devprojects_TosesListResponse extends Google_Collection
{
protected $collection_key = 'items';
protected $itemsType = 'Google_Service_Devprojects_TermsOfService';
protected $itemsDataType = 'array';
public $kind;
public function setItems($items)
{
$this->items = $items;
}
public function getItems()
{
return $this->items;
}
public function setKind($kind)
{
$this->kind = $kind;
}
public function getKind()
{
return $this->kind;
}
}

Some files were not shown because too many files have changed in this diff Show More