Skip to content

Commit 628e22f

Browse files
Regenerate androidmanagement client
1 parent c9fa9d7 commit 628e22f

12 files changed

+416
-1
lines changed
Lines changed: 80 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,80 @@
1+
<?php
2+
/*
3+
* Copyright 2014 Google Inc.
4+
*
5+
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
6+
* use this file except in compliance with the License. You may obtain a copy of
7+
* the License at
8+
*
9+
* http://www.apache.org/licenses/LICENSE-2.0
10+
*
11+
* Unless required by applicable law or agreed to in writing, software
12+
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
13+
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
14+
* License for the specific language governing permissions and limitations under
15+
* the License.
16+
*/
17+
18+
namespace Google\Service\AndroidManagement;
19+
20+
class BackupServiceToggledEvent extends \Google\Model
21+
{
22+
/**
23+
* @var string
24+
*/
25+
public $adminPackageName;
26+
/**
27+
* @var int
28+
*/
29+
public $adminUserId;
30+
/**
31+
* @var string
32+
*/
33+
public $backupServiceState;
34+
35+
/**
36+
* @param string
37+
*/
38+
public function setAdminPackageName($adminPackageName)
39+
{
40+
$this->adminPackageName = $adminPackageName;
41+
}
42+
/**
43+
* @return string
44+
*/
45+
public function getAdminPackageName()
46+
{
47+
return $this->adminPackageName;
48+
}
49+
/**
50+
* @param int
51+
*/
52+
public function setAdminUserId($adminUserId)
53+
{
54+
$this->adminUserId = $adminUserId;
55+
}
56+
/**
57+
* @return int
58+
*/
59+
public function getAdminUserId()
60+
{
61+
return $this->adminUserId;
62+
}
63+
/**
64+
* @param string
65+
*/
66+
public function setBackupServiceState($backupServiceState)
67+
{
68+
$this->backupServiceState = $backupServiceState;
69+
}
70+
/**
71+
* @return string
72+
*/
73+
public function getBackupServiceState()
74+
{
75+
return $this->backupServiceState;
76+
}
77+
}
78+
79+
// Adding a class alias for backwards compatibility with the previous class name.
80+
class_alias(BackupServiceToggledEvent::class, 'Google_Service_AndroidManagement_BackupServiceToggledEvent');

src/AndroidManagement/Command.php

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,10 @@ class Command extends \Google\Collection
4040
* @var string
4141
*/
4242
public $newPassword;
43+
protected $requestDeviceInfoParamsType = RequestDeviceInfoParams::class;
44+
protected $requestDeviceInfoParamsDataType = '';
45+
protected $requestDeviceInfoStatusType = RequestDeviceInfoStatus::class;
46+
protected $requestDeviceInfoStatusDataType = '';
4347
/**
4448
* @var string[]
4549
*/
@@ -145,6 +149,34 @@ public function getNewPassword()
145149
{
146150
return $this->newPassword;
147151
}
152+
/**
153+
* @param RequestDeviceInfoParams
154+
*/
155+
public function setRequestDeviceInfoParams(RequestDeviceInfoParams $requestDeviceInfoParams)
156+
{
157+
$this->requestDeviceInfoParams = $requestDeviceInfoParams;
158+
}
159+
/**
160+
* @return RequestDeviceInfoParams
161+
*/
162+
public function getRequestDeviceInfoParams()
163+
{
164+
return $this->requestDeviceInfoParams;
165+
}
166+
/**
167+
* @param RequestDeviceInfoStatus
168+
*/
169+
public function setRequestDeviceInfoStatus(RequestDeviceInfoStatus $requestDeviceInfoStatus)
170+
{
171+
$this->requestDeviceInfoStatus = $requestDeviceInfoStatus;
172+
}
173+
/**
174+
* @return RequestDeviceInfoStatus
175+
*/
176+
public function getRequestDeviceInfoStatus()
177+
{
178+
return $this->requestDeviceInfoStatus;
179+
}
148180
/**
149181
* @param string[]
150182
*/

src/AndroidManagement/DeviceConnectivityManagement.php

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@
1919

2020
class DeviceConnectivityManagement extends \Google\Model
2121
{
22+
/**
23+
* @var string
24+
*/
25+
public $bluetoothSharing;
2226
/**
2327
* @var string
2428
*/
@@ -40,6 +44,20 @@ class DeviceConnectivityManagement extends \Google\Model
4044
protected $wifiSsidPolicyType = WifiSsidPolicy::class;
4145
protected $wifiSsidPolicyDataType = '';
4246

47+
/**
48+
* @param string
49+
*/
50+
public function setBluetoothSharing($bluetoothSharing)
51+
{
52+
$this->bluetoothSharing = $bluetoothSharing;
53+
}
54+
/**
55+
* @return string
56+
*/
57+
public function getBluetoothSharing()
58+
{
59+
return $this->bluetoothSharing;
60+
}
4361
/**
4462
* @param string
4563
*/

src/AndroidManagement/Eid.php

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
<?php
2+
/*
3+
* Copyright 2014 Google Inc.
4+
*
5+
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
6+
* use this file except in compliance with the License. You may obtain a copy of
7+
* the License at
8+
*
9+
* http://www.apache.org/licenses/LICENSE-2.0
10+
*
11+
* Unless required by applicable law or agreed to in writing, software
12+
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
13+
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
14+
* License for the specific language governing permissions and limitations under
15+
* the License.
16+
*/
17+
18+
namespace Google\Service\AndroidManagement;
19+
20+
class Eid extends \Google\Model
21+
{
22+
/**
23+
* @var string
24+
*/
25+
public $eid;
26+
27+
/**
28+
* @param string
29+
*/
30+
public function setEid($eid)
31+
{
32+
$this->eid = $eid;
33+
}
34+
/**
35+
* @return string
36+
*/
37+
public function getEid()
38+
{
39+
return $this->eid;
40+
}
41+
}
42+
43+
// Adding a class alias for backwards compatibility with the previous class name.
44+
class_alias(Eid::class, 'Google_Service_AndroidManagement_Eid');

src/AndroidManagement/EidInfo.php

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
<?php
2+
/*
3+
* Copyright 2014 Google Inc.
4+
*
5+
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
6+
* use this file except in compliance with the License. You may obtain a copy of
7+
* the License at
8+
*
9+
* http://www.apache.org/licenses/LICENSE-2.0
10+
*
11+
* Unless required by applicable law or agreed to in writing, software
12+
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
13+
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
14+
* License for the specific language governing permissions and limitations under
15+
* the License.
16+
*/
17+
18+
namespace Google\Service\AndroidManagement;
19+
20+
class EidInfo extends \Google\Collection
21+
{
22+
protected $collection_key = 'eids';
23+
protected $eidsType = Eid::class;
24+
protected $eidsDataType = 'array';
25+
26+
/**
27+
* @param Eid[]
28+
*/
29+
public function setEids($eids)
30+
{
31+
$this->eids = $eids;
32+
}
33+
/**
34+
* @return Eid[]
35+
*/
36+
public function getEids()
37+
{
38+
return $this->eids;
39+
}
40+
}
41+
42+
// Adding a class alias for backwards compatibility with the previous class name.
43+
class_alias(EidInfo::class, 'Google_Service_AndroidManagement_EidInfo');
Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
<?php
2+
/*
3+
* Copyright 2014 Google Inc.
4+
*
5+
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
6+
* use this file except in compliance with the License. You may obtain a copy of
7+
* the License at
8+
*
9+
* http://www.apache.org/licenses/LICENSE-2.0
10+
*
11+
* Unless required by applicable law or agreed to in writing, software
12+
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
13+
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
14+
* License for the specific language governing permissions and limitations under
15+
* the License.
16+
*/
17+
18+
namespace Google\Service\AndroidManagement;
19+
20+
class EuiccChipInfo extends \Google\Model
21+
{
22+
/**
23+
* @var string
24+
*/
25+
public $eid;
26+
27+
/**
28+
* @param string
29+
*/
30+
public function setEid($eid)
31+
{
32+
$this->eid = $eid;
33+
}
34+
/**
35+
* @return string
36+
*/
37+
public function getEid()
38+
{
39+
return $this->eid;
40+
}
41+
}
42+
43+
// Adding a class alias for backwards compatibility with the previous class name.
44+
class_alias(EuiccChipInfo::class, 'Google_Service_AndroidManagement_EuiccChipInfo');

src/AndroidManagement/HardwareInfo.php

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ class HardwareInfo extends \Google\Collection
4848
* @var string
4949
*/
5050
public $enterpriseSpecificId;
51+
protected $euiccChipInfoType = EuiccChipInfo::class;
52+
protected $euiccChipInfoDataType = 'array';
5153
/**
5254
* @var float[]
5355
*/
@@ -179,6 +181,20 @@ public function getEnterpriseSpecificId()
179181
{
180182
return $this->enterpriseSpecificId;
181183
}
184+
/**
185+
* @param EuiccChipInfo[]
186+
*/
187+
public function setEuiccChipInfo($euiccChipInfo)
188+
{
189+
$this->euiccChipInfo = $euiccChipInfo;
190+
}
191+
/**
192+
* @return EuiccChipInfo[]
193+
*/
194+
public function getEuiccChipInfo()
195+
{
196+
return $this->euiccChipInfo;
197+
}
182198
/**
183199
* @param float[]
184200
*/

src/AndroidManagement/PersonalUsagePolicies.php

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ class PersonalUsagePolicies extends \Google\Collection
2424
* @var string[]
2525
*/
2626
public $accountTypesWithManagementDisabled;
27+
/**
28+
* @var string
29+
*/
30+
public $bluetoothSharing;
2731
/**
2832
* @var bool
2933
*/
@@ -61,6 +65,20 @@ public function getAccountTypesWithManagementDisabled()
6165
{
6266
return $this->accountTypesWithManagementDisabled;
6367
}
68+
/**
69+
* @param string
70+
*/
71+
public function setBluetoothSharing($bluetoothSharing)
72+
{
73+
$this->bluetoothSharing = $bluetoothSharing;
74+
}
75+
/**
76+
* @return string
77+
*/
78+
public function getBluetoothSharing()
79+
{
80+
return $this->bluetoothSharing;
81+
}
6482
/**
6583
* @param bool
6684
*/
Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
<?php
2+
/*
3+
* Copyright 2014 Google Inc.
4+
*
5+
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
6+
* use this file except in compliance with the License. You may obtain a copy of
7+
* the License at
8+
*
9+
* http://www.apache.org/licenses/LICENSE-2.0
10+
*
11+
* Unless required by applicable law or agreed to in writing, software
12+
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
13+
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
14+
* License for the specific language governing permissions and limitations under
15+
* the License.
16+
*/
17+
18+
namespace Google\Service\AndroidManagement;
19+
20+
class RequestDeviceInfoParams extends \Google\Model
21+
{
22+
/**
23+
* @var string
24+
*/
25+
public $deviceInfo;
26+
27+
/**
28+
* @param string
29+
*/
30+
public function setDeviceInfo($deviceInfo)
31+
{
32+
$this->deviceInfo = $deviceInfo;
33+
}
34+
/**
35+
* @return string
36+
*/
37+
public function getDeviceInfo()
38+
{
39+
return $this->deviceInfo;
40+
}
41+
}
42+
43+
// Adding a class alias for backwards compatibility with the previous class name.
44+
class_alias(RequestDeviceInfoParams::class, 'Google_Service_AndroidManagement_RequestDeviceInfoParams');

0 commit comments

Comments
 (0)