Mise à jour des librairies

This commit is contained in:
lars
2019-03-10 23:30:23 +01:00
parent 2040b7be39
commit 7df3d72953
3603 changed files with 233169 additions and 107764 deletions

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_AndroidManagement_ApplicationEvent extends Google_Model
{
public $createTime;
public $eventType;
public function setCreateTime($createTime)
{
$this->createTime = $createTime;
}
public function getCreateTime()
{
return $this->createTime;
}
public function setEventType($eventType)
{
$this->eventType = $eventType;
}
public function getEventType()
{
return $this->eventType;
}
}

View File

@@ -20,9 +20,12 @@ class Google_Service_AndroidManagement_ApplicationPolicy extends Google_Collecti
protected $collection_key = 'permissionGrants';
public $defaultPermissionPolicy;
public $delegatedScopes;
public $disabled;
public $installType;
public $lockTaskAllowed;
public $managedConfiguration;
protected $managedConfigurationTemplateType = 'Google_Service_AndroidManagement_ManagedConfigurationTemplate';
protected $managedConfigurationTemplateDataType = '';
public $minimumVersionCode;
public $packageName;
protected $permissionGrantsType = 'Google_Service_AndroidManagement_PermissionGrant';
@@ -44,6 +47,14 @@ class Google_Service_AndroidManagement_ApplicationPolicy extends Google_Collecti
{
return $this->delegatedScopes;
}
public function setDisabled($disabled)
{
$this->disabled = $disabled;
}
public function getDisabled()
{
return $this->disabled;
}
public function setInstallType($installType)
{
$this->installType = $installType;
@@ -68,6 +79,20 @@ class Google_Service_AndroidManagement_ApplicationPolicy extends Google_Collecti
{
return $this->managedConfiguration;
}
/**
* @param Google_Service_AndroidManagement_ManagedConfigurationTemplate
*/
public function setManagedConfigurationTemplate(Google_Service_AndroidManagement_ManagedConfigurationTemplate $managedConfigurationTemplate)
{
$this->managedConfigurationTemplate = $managedConfigurationTemplate;
}
/**
* @return Google_Service_AndroidManagement_ManagedConfigurationTemplate
*/
public function getManagedConfigurationTemplate()
{
return $this->managedConfigurationTemplate;
}
public function setMinimumVersionCode($minimumVersionCode)
{
$this->minimumVersionCode = $minimumVersionCode;

View File

@@ -0,0 +1,119 @@
<?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_AndroidManagement_ApplicationReport extends Google_Collection
{
protected $collection_key = 'signingKeyCertFingerprints';
public $applicationSource;
public $displayName;
protected $eventsType = 'Google_Service_AndroidManagement_ApplicationEvent';
protected $eventsDataType = 'array';
public $installerPackageName;
public $packageName;
public $packageSha256Hash;
public $signingKeyCertFingerprints;
public $state;
public $versionCode;
public $versionName;
public function setApplicationSource($applicationSource)
{
$this->applicationSource = $applicationSource;
}
public function getApplicationSource()
{
return $this->applicationSource;
}
public function setDisplayName($displayName)
{
$this->displayName = $displayName;
}
public function getDisplayName()
{
return $this->displayName;
}
/**
* @param Google_Service_AndroidManagement_ApplicationEvent
*/
public function setEvents($events)
{
$this->events = $events;
}
/**
* @return Google_Service_AndroidManagement_ApplicationEvent
*/
public function getEvents()
{
return $this->events;
}
public function setInstallerPackageName($installerPackageName)
{
$this->installerPackageName = $installerPackageName;
}
public function getInstallerPackageName()
{
return $this->installerPackageName;
}
public function setPackageName($packageName)
{
$this->packageName = $packageName;
}
public function getPackageName()
{
return $this->packageName;
}
public function setPackageSha256Hash($packageSha256Hash)
{
$this->packageSha256Hash = $packageSha256Hash;
}
public function getPackageSha256Hash()
{
return $this->packageSha256Hash;
}
public function setSigningKeyCertFingerprints($signingKeyCertFingerprints)
{
$this->signingKeyCertFingerprints = $signingKeyCertFingerprints;
}
public function getSigningKeyCertFingerprints()
{
return $this->signingKeyCertFingerprints;
}
public function setState($state)
{
$this->state = $state;
}
public function getState()
{
return $this->state;
}
public function setVersionCode($versionCode)
{
$this->versionCode = $versionCode;
}
public function getVersionCode()
{
return $this->versionCode;
}
public function setVersionName($versionName)
{
$this->versionName = $versionName;
}
public function getVersionName()
{
return $this->versionName;
}
}

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_AndroidManagement_ChoosePrivateKeyRule extends Google_Collection
{
protected $collection_key = 'packageNames';
public $packageNames;
public $privateKeyAlias;
public $urlPattern;
public function setPackageNames($packageNames)
{
$this->packageNames = $packageNames;
}
public function getPackageNames()
{
return $this->packageNames;
}
public function setPrivateKeyAlias($privateKeyAlias)
{
$this->privateKeyAlias = $privateKeyAlias;
}
public function getPrivateKeyAlias()
{
return $this->privateKeyAlias;
}
public function setUrlPattern($urlPattern)
{
$this->urlPattern = $urlPattern;
}
public function getUrlPattern()
{
return $this->urlPattern;
}
}

View File

@@ -15,13 +15,15 @@
* the License.
*/
class Google_Service_AndroidManagement_ComplianceRule extends Google_Model
class Google_Service_AndroidManagement_ComplianceRule extends Google_Collection
{
protected $collection_key = 'packageNamesToDisable';
protected $apiLevelConditionType = 'Google_Service_AndroidManagement_ApiLevelCondition';
protected $apiLevelConditionDataType = '';
public $disableApps;
protected $nonComplianceDetailConditionType = 'Google_Service_AndroidManagement_NonComplianceDetailCondition';
protected $nonComplianceDetailConditionDataType = '';
public $packageNamesToDisable;
/**
* @param Google_Service_AndroidManagement_ApiLevelCondition
@@ -59,4 +61,12 @@ class Google_Service_AndroidManagement_ComplianceRule extends Google_Model
{
return $this->nonComplianceDetailCondition;
}
public function setPackageNamesToDisable($packageNamesToDisable)
{
$this->packageNamesToDisable = $packageNamesToDisable;
}
public function getPackageNamesToDisable()
{
return $this->packageNamesToDisable;
}
}

View File

@@ -19,6 +19,8 @@ class Google_Service_AndroidManagement_Device extends Google_Collection
{
protected $collection_key = 'previousDeviceNames';
public $apiLevel;
protected $applicationReportsType = 'Google_Service_AndroidManagement_ApplicationReport';
protected $applicationReportsDataType = 'array';
public $appliedPolicyName;
public $appliedPolicyVersion;
public $appliedState;
@@ -38,6 +40,7 @@ class Google_Service_AndroidManagement_Device extends Google_Collection
public $lastPolicyComplianceReportTime;
public $lastPolicySyncTime;
public $lastStatusReportTime;
public $managementMode;
protected $memoryEventsType = 'Google_Service_AndroidManagement_MemoryEvent';
protected $memoryEventsDataType = 'array';
protected $memoryInfoType = 'Google_Service_AndroidManagement_MemoryInfo';
@@ -55,6 +58,8 @@ class Google_Service_AndroidManagement_Device extends Google_Collection
protected $softwareInfoType = 'Google_Service_AndroidManagement_SoftwareInfo';
protected $softwareInfoDataType = '';
public $state;
protected $userType = 'Google_Service_AndroidManagement_User';
protected $userDataType = '';
public $userName;
public function setApiLevel($apiLevel)
@@ -65,6 +70,20 @@ class Google_Service_AndroidManagement_Device extends Google_Collection
{
return $this->apiLevel;
}
/**
* @param Google_Service_AndroidManagement_ApplicationReport
*/
public function setApplicationReports($applicationReports)
{
$this->applicationReports = $applicationReports;
}
/**
* @return Google_Service_AndroidManagement_ApplicationReport
*/
public function getApplicationReports()
{
return $this->applicationReports;
}
public function setAppliedPolicyName($appliedPolicyName)
{
$this->appliedPolicyName = $appliedPolicyName;
@@ -207,6 +226,14 @@ class Google_Service_AndroidManagement_Device extends Google_Collection
{
return $this->lastStatusReportTime;
}
public function setManagementMode($managementMode)
{
$this->managementMode = $managementMode;
}
public function getManagementMode()
{
return $this->managementMode;
}
/**
* @param Google_Service_AndroidManagement_MemoryEvent
*/
@@ -331,6 +358,20 @@ class Google_Service_AndroidManagement_Device extends Google_Collection
{
return $this->state;
}
/**
* @param Google_Service_AndroidManagement_User
*/
public function setUser(Google_Service_AndroidManagement_User $user)
{
$this->user = $user;
}
/**
* @return Google_Service_AndroidManagement_User
*/
public function getUser()
{
return $this->user;
}
public function setUserName($userName)
{
$this->userName = $userName;

View File

@@ -21,8 +21,11 @@ class Google_Service_AndroidManagement_EnrollmentToken extends Google_Model
public $duration;
public $expirationTimestamp;
public $name;
public $oneTimeOnly;
public $policyName;
public $qrCode;
protected $userType = 'Google_Service_AndroidManagement_User';
protected $userDataType = '';
public $value;
public function setAdditionalData($additionalData)
@@ -57,6 +60,14 @@ class Google_Service_AndroidManagement_EnrollmentToken extends Google_Model
{
return $this->name;
}
public function setOneTimeOnly($oneTimeOnly)
{
$this->oneTimeOnly = $oneTimeOnly;
}
public function getOneTimeOnly()
{
return $this->oneTimeOnly;
}
public function setPolicyName($policyName)
{
$this->policyName = $policyName;
@@ -73,6 +84,20 @@ class Google_Service_AndroidManagement_EnrollmentToken extends Google_Model
{
return $this->qrCode;
}
/**
* @param Google_Service_AndroidManagement_User
*/
public function setUser(Google_Service_AndroidManagement_User $user)
{
$this->user = $user;
}
/**
* @return Google_Service_AndroidManagement_User
*/
public function getUser()
{
return $this->user;
}
public function setValue($value)
{
$this->value = $value;

View File

@@ -26,6 +26,8 @@ class Google_Service_AndroidManagement_Enterprise extends Google_Collection
public $name;
public $primaryColor;
public $pubsubTopic;
protected $signinDetailsType = 'Google_Service_AndroidManagement_SigninDetail';
protected $signinDetailsDataType = 'array';
protected $termsAndConditionsType = 'Google_Service_AndroidManagement_TermsAndConditions';
protected $termsAndConditionsDataType = 'array';
@@ -91,6 +93,20 @@ class Google_Service_AndroidManagement_Enterprise extends Google_Collection
{
return $this->pubsubTopic;
}
/**
* @param Google_Service_AndroidManagement_SigninDetail
*/
public function setSigninDetails($signinDetails)
{
$this->signinDetails = $signinDetails;
}
/**
* @return Google_Service_AndroidManagement_SigninDetail
*/
public function getSigninDetails()
{
return $this->signinDetails;
}
/**
* @param Google_Service_AndroidManagement_TermsAndConditions
*/

View File

@@ -0,0 +1,30 @@
<?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_AndroidManagement_LaunchAppAction extends Google_Model
{
public $packageName;
public function setPackageName($packageName)
{
$this->packageName = $packageName;
}
public function getPackageName()
{
return $this->packageName;
}
}

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_AndroidManagement_ManagedConfigurationTemplate extends Google_Model
{
public $configurationVariables;
public $templateId;
public function setConfigurationVariables($configurationVariables)
{
$this->configurationVariables = $configurationVariables;
}
public function getConfigurationVariables()
{
return $this->configurationVariables;
}
public function setTemplateId($templateId)
{
$this->templateId = $templateId;
}
public function getTemplateId()
{
return $this->templateId;
}
}

View File

@@ -28,6 +28,7 @@ class Google_Service_AndroidManagement_PasswordRequirements extends Google_Model
public $passwordMinimumSymbols;
public $passwordMinimumUpperCase;
public $passwordQuality;
public $passwordScope;
public function setMaximumFailedPasswordsForWipe($maximumFailedPasswordsForWipe)
{
@@ -117,4 +118,12 @@ class Google_Service_AndroidManagement_PasswordRequirements extends Google_Model
{
return $this->passwordQuality;
}
public function setPasswordScope($passwordScope)
{
$this->passwordScope = $passwordScope;
}
public function getPasswordScope()
{
return $this->passwordScope;
}
}

View File

@@ -34,6 +34,8 @@ class Google_Service_AndroidManagement_Policy extends Google_Collection
public $bluetoothDisabled;
public $cameraDisabled;
public $cellBroadcastsConfigDisabled;
protected $choosePrivateKeyRulesType = 'Google_Service_AndroidManagement_ChoosePrivateKeyRule';
protected $choosePrivateKeyRulesDataType = 'array';
protected $complianceRulesType = 'Google_Service_AndroidManagement_ComplianceRule';
protected $complianceRulesDataType = 'array';
public $createWindowsDisabled;
@@ -66,12 +68,18 @@ class Google_Service_AndroidManagement_Policy extends Google_Collection
public $openNetworkConfiguration;
public $outgoingBeamDisabled;
public $outgoingCallsDisabled;
protected $passwordPoliciesType = 'Google_Service_AndroidManagement_PasswordRequirements';
protected $passwordPoliciesDataType = 'array';
protected $passwordRequirementsType = 'Google_Service_AndroidManagement_PasswordRequirements';
protected $passwordRequirementsDataType = '';
protected $permissionGrantsType = 'Google_Service_AndroidManagement_PermissionGrant';
protected $permissionGrantsDataType = 'array';
protected $permittedInputMethodsType = 'Google_Service_AndroidManagement_PackageNameList';
protected $permittedInputMethodsDataType = '';
protected $persistentPreferredActivitiesType = 'Google_Service_AndroidManagement_PersistentPreferredActivity';
protected $persistentPreferredActivitiesDataType = 'array';
public $playStoreMode;
public $privateKeySelectionEnabled;
protected $recommendedGlobalProxyType = 'Google_Service_AndroidManagement_ProxyInfo';
protected $recommendedGlobalProxyDataType = '';
public $removeUserDisabled;
@@ -79,6 +87,8 @@ class Google_Service_AndroidManagement_Policy extends Google_Collection
public $screenCaptureDisabled;
public $setUserIconDisabled;
public $setWallpaperDisabled;
protected $setupActionsType = 'Google_Service_AndroidManagement_SetupAction';
protected $setupActionsDataType = 'array';
public $shareLocationDisabled;
protected $shortSupportMessageType = 'Google_Service_AndroidManagement_UserFacingMessage';
protected $shortSupportMessageDataType = '';
@@ -224,6 +234,20 @@ class Google_Service_AndroidManagement_Policy extends Google_Collection
{
return $this->cellBroadcastsConfigDisabled;
}
/**
* @param Google_Service_AndroidManagement_ChoosePrivateKeyRule
*/
public function setChoosePrivateKeyRules($choosePrivateKeyRules)
{
$this->choosePrivateKeyRules = $choosePrivateKeyRules;
}
/**
* @return Google_Service_AndroidManagement_ChoosePrivateKeyRule
*/
public function getChoosePrivateKeyRules()
{
return $this->choosePrivateKeyRules;
}
/**
* @param Google_Service_AndroidManagement_ComplianceRule
*/
@@ -474,6 +498,20 @@ class Google_Service_AndroidManagement_Policy extends Google_Collection
{
return $this->outgoingCallsDisabled;
}
/**
* @param Google_Service_AndroidManagement_PasswordRequirements
*/
public function setPasswordPolicies($passwordPolicies)
{
$this->passwordPolicies = $passwordPolicies;
}
/**
* @return Google_Service_AndroidManagement_PasswordRequirements
*/
public function getPasswordPolicies()
{
return $this->passwordPolicies;
}
/**
* @param Google_Service_AndroidManagement_PasswordRequirements
*/
@@ -488,6 +526,20 @@ class Google_Service_AndroidManagement_Policy extends Google_Collection
{
return $this->passwordRequirements;
}
/**
* @param Google_Service_AndroidManagement_PermissionGrant
*/
public function setPermissionGrants($permissionGrants)
{
$this->permissionGrants = $permissionGrants;
}
/**
* @return Google_Service_AndroidManagement_PermissionGrant
*/
public function getPermissionGrants()
{
return $this->permissionGrants;
}
/**
* @param Google_Service_AndroidManagement_PackageNameList
*/
@@ -516,6 +568,22 @@ class Google_Service_AndroidManagement_Policy extends Google_Collection
{
return $this->persistentPreferredActivities;
}
public function setPlayStoreMode($playStoreMode)
{
$this->playStoreMode = $playStoreMode;
}
public function getPlayStoreMode()
{
return $this->playStoreMode;
}
public function setPrivateKeySelectionEnabled($privateKeySelectionEnabled)
{
$this->privateKeySelectionEnabled = $privateKeySelectionEnabled;
}
public function getPrivateKeySelectionEnabled()
{
return $this->privateKeySelectionEnabled;
}
/**
* @param Google_Service_AndroidManagement_ProxyInfo
*/
@@ -570,6 +638,20 @@ class Google_Service_AndroidManagement_Policy extends Google_Collection
{
return $this->setWallpaperDisabled;
}
/**
* @param Google_Service_AndroidManagement_SetupAction
*/
public function setSetupActions($setupActions)
{
$this->setupActions = $setupActions;
}
/**
* @return Google_Service_AndroidManagement_SetupAction
*/
public function getSetupActions()
{
return $this->setupActions;
}
public function setShareLocationDisabled($shareLocationDisabled)
{
$this->shareLocationDisabled = $shareLocationDisabled;

View File

@@ -34,10 +34,10 @@ class Google_Service_AndroidManagement_Resource_Enterprises extends Google_Servi
*
* @opt_param string signupUrlName The name of the SignupUrl used to sign up for
* the enterprise.
* @opt_param string enterpriseToken The enterprise token appended to the
* callback URL.
* @opt_param string projectId The ID of the Google Cloud Platform project which
* will own the enterprise.
* @opt_param string enterpriseToken The enterprise token appended to the
* callback URL.
* @return Google_Service_AndroidManagement_Enterprise
*/
public function create(Google_Service_AndroidManagement_Enterprise $postBody, $optParams = array())

View File

@@ -31,6 +31,9 @@ class Google_Service_AndroidManagement_Resource_EnterprisesDevices extends Googl
* @param string $name The name of the device in the form
* enterprises/{enterpriseId}/devices/{deviceId}.
* @param array $optParams Optional parameters.
*
* @opt_param string wipeDataFlags Optional flags that control the device wiping
* behavior.
* @return Google_Service_AndroidManagement_AndroidmanagementEmpty
*/
public function delete($name, $optParams = array())
@@ -77,10 +80,10 @@ class Google_Service_AndroidManagement_Resource_EnterprisesDevices extends Googl
* enterprises/{enterpriseId}.
* @param array $optParams Optional parameters.
*
* @opt_param int pageSize The requested page size. The actual page size may be
* fixed to a min or max value.
* @opt_param string pageToken A token identifying a page of results returned by
* the server.
* @opt_param int pageSize The requested page size. The actual page size may be
* fixed to a min or max value.
* @return Google_Service_AndroidManagement_ListDevicesResponse
*/
public function listEnterprisesDevices($parent, $optParams = array())

View File

@@ -61,10 +61,10 @@ class Google_Service_AndroidManagement_Resource_EnterprisesPolicies extends Goog
* enterprises/{enterpriseId}.
* @param array $optParams Optional parameters.
*
* @opt_param int pageSize The requested page size. The actual page size may be
* fixed to a min or max value.
* @opt_param string pageToken A token identifying a page of results returned by
* the server.
* @opt_param int pageSize The requested page size. The actual page size may be
* fixed to a min or max value.
* @return Google_Service_AndroidManagement_ListPoliciesResponse
*/
public function listEnterprisesPolicies($parent, $optParams = array())

View File

@@ -30,14 +30,14 @@ class Google_Service_AndroidManagement_Resource_SignupUrls extends Google_Servic
*
* @param array $optParams Optional parameters.
*
* @opt_param string projectId The ID of the Google Cloud Platform project which
* will own the enterprise.
* @opt_param string callbackUrl The callback URL that the admin will be
* redirected to after successfully creating an enterprise. Before redirecting
* there the system will add a query parameter to this URL named enterpriseToken
* which will contain an opaque token to be used for the create enterprise
* request. The URL will be parsed then reformatted in order to add the
* enterpriseToken parameter, so there may be some minor formatting changes.
* @opt_param string projectId The ID of the Google Cloud Platform project which
* will own the enterprise.
* @return Google_Service_AndroidManagement_SignupUrl
*/
public function create($optParams = array())

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.
*/
class Google_Service_AndroidManagement_SetupAction extends Google_Model
{
protected $descriptionType = 'Google_Service_AndroidManagement_UserFacingMessage';
protected $descriptionDataType = '';
protected $launchAppType = 'Google_Service_AndroidManagement_LaunchAppAction';
protected $launchAppDataType = '';
protected $titleType = 'Google_Service_AndroidManagement_UserFacingMessage';
protected $titleDataType = '';
/**
* @param Google_Service_AndroidManagement_UserFacingMessage
*/
public function setDescription(Google_Service_AndroidManagement_UserFacingMessage $description)
{
$this->description = $description;
}
/**
* @return Google_Service_AndroidManagement_UserFacingMessage
*/
public function getDescription()
{
return $this->description;
}
/**
* @param Google_Service_AndroidManagement_LaunchAppAction
*/
public function setLaunchApp(Google_Service_AndroidManagement_LaunchAppAction $launchApp)
{
$this->launchApp = $launchApp;
}
/**
* @return Google_Service_AndroidManagement_LaunchAppAction
*/
public function getLaunchApp()
{
return $this->launchApp;
}
/**
* @param Google_Service_AndroidManagement_UserFacingMessage
*/
public function setTitle(Google_Service_AndroidManagement_UserFacingMessage $title)
{
$this->title = $title;
}
/**
* @return Google_Service_AndroidManagement_UserFacingMessage
*/
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_AndroidManagement_SigninDetail extends Google_Model
{
public $qrCode;
public $signinEnrollmentToken;
public $signinUrl;
public function setQrCode($qrCode)
{
$this->qrCode = $qrCode;
}
public function getQrCode()
{
return $this->qrCode;
}
public function setSigninEnrollmentToken($signinEnrollmentToken)
{
$this->signinEnrollmentToken = $signinEnrollmentToken;
}
public function getSigninEnrollmentToken()
{
return $this->signinEnrollmentToken;
}
public function setSigninUrl($signinUrl)
{
$this->signinUrl = $signinUrl;
}
public function getSigninUrl()
{
return $this->signinUrl;
}
}

View File

@@ -25,6 +25,7 @@ class Google_Service_AndroidManagement_SoftwareInfo extends Google_Model
public $bootloaderVersion;
public $deviceBuildSignature;
public $deviceKernelVersion;
public $primaryLanguageCode;
public $securityPatchLevel;
public function setAndroidBuildNumber($androidBuildNumber)
@@ -91,6 +92,14 @@ class Google_Service_AndroidManagement_SoftwareInfo extends Google_Model
{
return $this->deviceKernelVersion;
}
public function setPrimaryLanguageCode($primaryLanguageCode)
{
$this->primaryLanguageCode = $primaryLanguageCode;
}
public function getPrimaryLanguageCode()
{
return $this->primaryLanguageCode;
}
public function setSecurityPatchLevel($securityPatchLevel)
{
$this->securityPatchLevel = $securityPatchLevel;

View File

@@ -17,6 +17,7 @@
class Google_Service_AndroidManagement_StatusReportingSettings extends Google_Model
{
public $applicationReportsEnabled;
public $deviceSettingsEnabled;
public $displayInfoEnabled;
public $hardwareStatusEnabled;
@@ -25,6 +26,14 @@ class Google_Service_AndroidManagement_StatusReportingSettings extends Google_Mo
public $powerManagementEventsEnabled;
public $softwareInfoEnabled;
public function setApplicationReportsEnabled($applicationReportsEnabled)
{
$this->applicationReportsEnabled = $applicationReportsEnabled;
}
public function getApplicationReportsEnabled()
{
return $this->applicationReportsEnabled;
}
public function setDeviceSettingsEnabled($deviceSettingsEnabled)
{
$this->deviceSettingsEnabled = $deviceSettingsEnabled;

View File

@@ -0,0 +1,30 @@
<?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_AndroidManagement_User extends Google_Model
{
public $accountIdentifier;
public function setAccountIdentifier($accountIdentifier)
{
$this->accountIdentifier = $accountIdentifier;
}
public function getAccountIdentifier()
{
return $this->accountIdentifier;
}
}