Home
last modified time | relevance | path

Searched defs:enterpriseId (Results 1 – 16 of 16) sorted by last modified time

/plugin/authgooglesheets/vendor/google/apiclient-services/src/AndroidEnterprise/Resource/
H A DInstalls.php45 public function delete($enterpriseId, $userId, $deviceId, $installId, $optParams = [])
62 public function get($enterpriseId, $userId, $deviceId, $installId, $optParams = [])
78 public function listInstalls($enterpriseId, $userId, $deviceId, $optParams = [])
98 …public function update($enterpriseId, $userId, $deviceId, $installId, Install $postBody, $optParam…
H A DManagedconfigurationsfordevice.php44 …public function delete($enterpriseId, $userId, $deviceId, $managedConfigurationForDeviceId, $optPa…
62 …public function get($enterpriseId, $userId, $deviceId, $managedConfigurationForDeviceId, $optParam…
79 …public function listManagedconfigurationsfordevice($enterpriseId, $userId, $deviceId, $optParams =…
98 …public function update($enterpriseId, $userId, $deviceId, $managedConfigurationForDeviceId, Manage…
H A DManagedconfigurationsforuser.php43 public function delete($enterpriseId, $userId, $managedConfigurationForUserId, $optParams = [])
60 public function get($enterpriseId, $userId, $managedConfigurationForUserId, $optParams = [])
76 public function listManagedconfigurationsforuser($enterpriseId, $userId, $optParams = [])
98 …public function update($enterpriseId, $userId, $managedConfigurationForUserId, ManagedConfiguratio…
H A DServiceaccountkeys.php44 public function delete($enterpriseId, $keyId, $optParams = [])
63 public function insert($enterpriseId, ServiceAccountKey $postBody, $optParams = [])
80 public function listServiceaccountkeys($enterpriseId, $optParams = [])
H A DStorelayoutclusters.php41 public function delete($enterpriseId, $pageId, $clusterId, $optParams = [])
56 public function get($enterpriseId, $pageId, $clusterId, $optParams = [])
71 public function insert($enterpriseId, $pageId, StoreCluster $postBody, $optParams = [])
86 public function listStorelayoutclusters($enterpriseId, $pageId, $optParams = [])
102 …public function update($enterpriseId, $pageId, $clusterId, StoreCluster $postBody, $optParams = [])
H A DStorelayoutpages.php40 public function delete($enterpriseId, $pageId, $optParams = [])
54 public function get($enterpriseId, $pageId, $optParams = [])
68 public function insert($enterpriseId, StorePage $postBody, $optParams = [])
82 public function listStorelayoutpages($enterpriseId, $optParams = [])
97 public function update($enterpriseId, $pageId, StorePage $postBody, $optParams = [])
H A DUsers.php42 public function delete($enterpriseId, $userId, $optParams = [])
60 public function generateAuthenticationToken($enterpriseId, $userId, $optParams = [])
74 public function get($enterpriseId, $userId, $optParams = [])
89 public function getAvailableProductSet($enterpriseId, $userId, $optParams = [])
107 public function insert($enterpriseId, User $postBody, $optParams = [])
125 public function listUsers($enterpriseId, $email, $optParams = [])
141 public function revokeDeviceAccess($enterpriseId, $userId, $optParams = [])
159 …public function setAvailableProductSet($enterpriseId, $userId, ProductSet $postBody, $optParams = …
178 public function update($enterpriseId, $userId, User $postBody, $optParams = [])
H A DWebapps.php40 public function delete($enterpriseId, $webAppId, $optParams = [])
54 public function get($enterpriseId, $webAppId, $optParams = [])
68 public function insert($enterpriseId, WebApp $postBody, $optParams = [])
82 public function listWebapps($enterpriseId, $optParams = [])
97 public function update($enterpriseId, $webAppId, WebApp $postBody, $optParams = [])
H A DDevices.php45 public function forceReportUpload($enterpriseId, $userId, $deviceId, $optParams = [])
60 public function get($enterpriseId, $userId, $deviceId, $optParams = [])
79 public function getState($enterpriseId, $userId, $deviceId, $optParams = [])
93 public function listDevices($enterpriseId, $userId, $optParams = [])
113 …public function setState($enterpriseId, $userId, $deviceId, DeviceState $postBody, $optParams = [])
140 public function update($enterpriseId, $userId, $deviceId, Device $postBody, $optParams = [])
H A DEnterprises.php87 …public function createWebToken($enterpriseId, AdministratorWebTokenSpec $postBody, $optParams = [])
136 public function get($enterpriseId, $optParams = [])
162 public function getServiceAccount($enterpriseId, $optParams = [])
177 public function getStoreLayout($enterpriseId, $optParams = [])
243 public function sendTestPushNotification($enterpriseId, $optParams = [])
258 public function setAccount($enterpriseId, EnterpriseAccount $postBody, $optParams = [])
278 public function setStoreLayout($enterpriseId, StoreLayout $postBody, $optParams = [])
290 public function unenroll($enterpriseId, $optParams = [])
H A DEntitlements.php42 public function delete($enterpriseId, $userId, $entitlementId, $optParams = [])
58 public function get($enterpriseId, $userId, $entitlementId, $optParams = [])
73 public function listEntitlements($enterpriseId, $userId, $optParams = [])
95 …public function update($enterpriseId, $userId, $entitlementId, Entitlement $postBody, $optParams =…
H A DGrouplicenses.php43 public function get($enterpriseId, $groupLicenseId, $optParams = [])
57 public function listGrouplicenses($enterpriseId, $optParams = [])
H A DProducts.php49 …public function approve($enterpriseId, $productId, ProductsApproveRequest $postBody, $optParams = …
73 public function generateApprovalUrl($enterpriseId, $productId, $optParams = [])
92 public function get($enterpriseId, $productId, $optParams = [])
114 public function getAppRestrictionsSchema($enterpriseId, $productId, $optParams = [])
129 public function getPermissions($enterpriseId, $productId, $optParams = [])
158 public function listProducts($enterpriseId, $optParams = [])
172 public function unapprove($enterpriseId, $productId, $optParams = [])
H A DGrouplicenseusers.php42 public function listGrouplicenseusers($enterpriseId, $groupLicenseId, $optParams = [])
H A DManagedconfigurationssettings.php42 public function listManagedconfigurationssettings($enterpriseId, $productId, $optParams = [])
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AndroidEnterprise/
H A DNotification.php31 public $enterpriseId; variable in Google\\Service\\AndroidEnterprise\\Notification
96 public function setEnterpriseId($enterpriseId)