PATH:
home
/
lab2454c
/
vaultchip.com
/
vendor
/
google
/
apiclient-services
/
src
<?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. */ namespace Google\Service; use Google\Client; /** * Service definition for AndroidEnterprise (v1). * * <p> * Manages the deployment of apps to Android Enterprise devices.</p> * * <p> * For more information about this service, see the API * <a href="https://developers.google.com/android/work/play/emm-api" target="_blank">Documentation</a> * </p> * * @author Google, Inc. */ class AndroidEnterprise extends \Google\Service { /** Manage corporate Android devices. */ const ANDROIDENTERPRISE = "https://www.googleapis.com/auth/androidenterprise"; public $devices; public $enterprises; public $entitlements; public $grouplicenses; public $grouplicenseusers; public $installs; public $managedconfigurationsfordevice; public $managedconfigurationsforuser; public $managedconfigurationssettings; public $permissions; public $products; public $serviceaccountkeys; public $storelayoutclusters; public $storelayoutpages; public $users; public $webapps; /** * Constructs the internal representation of the AndroidEnterprise service. * * @param Client|array $clientOrConfig The client used to deliver requests, or a * config array to pass to a new Client instance. * @param string $rootUrl The root URL used for requests to the service. */ public function __construct($clientOrConfig = [], $rootUrl = null) { parent::__construct($clientOrConfig); $this->rootUrl = $rootUrl ?: 'https://androidenterprise.googleapis.com/'; $this->servicePath = ''; $this->batchPath = 'batch'; $this->version = 'v1'; $this->serviceName = 'androidenterprise'; $this->devices = new AndroidEnterprise\Resource\Devices( $this, $this->serviceName, 'devices', [ 'methods' => [ 'forceReportUpload' => [ 'path' => 'androidenterprise/v1/enterprises/{enterpriseId}/users/{userId}/devices/{deviceId}/forceReportUpload', 'httpMethod' => 'POST', 'parameters' => [ 'enterpriseId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'userId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'deviceId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], ], ],'get' => [ 'path' => 'androidenterprise/v1/enterprises/{enterpriseId}/users/{userId}/devices/{deviceId}', 'httpMethod' => 'GET', 'parameters' => [ 'enterpriseId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'userId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'deviceId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], ], ],'getState' => [ 'path' => 'androidenterprise/v1/enterprises/{enterpriseId}/users/{userId}/devices/{deviceId}/state', 'httpMethod' => 'GET', 'parameters' => [ 'enterpriseId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'userId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'deviceId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], ], ],'list' => [ 'path' => 'androidenterprise/v1/enterprises/{enterpriseId}/users/{userId}/devices', 'httpMethod' => 'GET', 'parameters' => [ 'enterpriseId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'userId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], ], ],'setState' => [ 'path' => 'androidenterprise/v1/enterprises/{enterpriseId}/users/{userId}/devices/{deviceId}/state', 'httpMethod' => 'PUT', 'parameters' => [ 'enterpriseId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'userId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'deviceId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], ], ],'update' => [ 'path' => 'androidenterprise/v1/enterprises/{enterpriseId}/users/{userId}/devices/{deviceId}', 'httpMethod' => 'PUT', 'parameters' => [ 'enterpriseId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'userId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'deviceId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'updateMask' => [ 'location' => 'query', 'type' => 'string', ], ], ], ] ] ); $this->enterprises = new AndroidEnterprise\Resource\Enterprises( $this, $this->serviceName, 'enterprises', [ 'methods' => [ 'acknowledgeNotificationSet' => [ 'path' => 'androidenterprise/v1/enterprises/acknowledgeNotificationSet', 'httpMethod' => 'POST', 'parameters' => [ 'notificationSetId' => [ 'location' => 'query', 'type' => 'string', ], ], ],'completeSignup' => [ 'path' => 'androidenterprise/v1/enterprises/completeSignup', 'httpMethod' => 'POST', 'parameters' => [ 'completionToken' => [ 'location' => 'query', 'type' => 'string', ], 'enterpriseToken' => [ 'location' => 'query', 'type' => 'string', ], ], ],'createWebToken' => [ 'path' => 'androidenterprise/v1/enterprises/{enterpriseId}/createWebToken', 'httpMethod' => 'POST', 'parameters' => [ 'enterpriseId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], ], ],'enroll' => [ 'path' => 'androidenterprise/v1/enterprises/enroll', 'httpMethod' => 'POST', 'parameters' => [ 'token' => [ 'location' => 'query', 'type' => 'string', 'required' => true, ], ], ],'generateSignupUrl' => [ 'path' => 'androidenterprise/v1/enterprises/signupUrl', 'httpMethod' => 'POST', 'parameters' => [ 'callbackUrl' => [ 'location' => 'query', 'type' => 'string', ], ], ],'get' => [ 'path' => 'androidenterprise/v1/enterprises/{enterpriseId}', 'httpMethod' => 'GET', 'parameters' => [ 'enterpriseId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], ], ],'getServiceAccount' => [ 'path' => 'androidenterprise/v1/enterprises/{enterpriseId}/serviceAccount', 'httpMethod' => 'GET', 'parameters' => [ 'enterpriseId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'keyType' => [ 'location' => 'query', 'type' => 'string', ], ], ],'getStoreLayout' => [ 'path' => 'androidenterprise/v1/enterprises/{enterpriseId}/storeLayout', 'httpMethod' => 'GET', 'parameters' => [ 'enterpriseId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], ], ],'list' => [ 'path' => 'androidenterprise/v1/enterprises', 'httpMethod' => 'GET', 'parameters' => [ 'domain' => [ 'location' => 'query', 'type' => 'string', 'required' => true, ], ], ],'pullNotificationSet' => [ 'path' => 'androidenterprise/v1/enterprises/pullNotificationSet', 'httpMethod' => 'POST', 'parameters' => [ 'requestMode' => [ 'location' => 'query', 'type' => 'string', ], ], ],'sendTestPushNotification' => [ 'path' => 'androidenterprise/v1/enterprises/{enterpriseId}/sendTestPushNotification', 'httpMethod' => 'POST', 'parameters' => [ 'enterpriseId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], ], ],'setAccount' => [ 'path' => 'androidenterprise/v1/enterprises/{enterpriseId}/account', 'httpMethod' => 'PUT', 'parameters' => [ 'enterpriseId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], ], ],'setStoreLayout' => [ 'path' => 'androidenterprise/v1/enterprises/{enterpriseId}/storeLayout', 'httpMethod' => 'PUT', 'parameters' => [ 'enterpriseId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], ], ],'unenroll' => [ 'path' => 'androidenterprise/v1/enterprises/{enterpriseId}/unenroll', 'httpMethod' => 'POST', 'parameters' => [ 'enterpriseId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], ], ], ] ] ); $this->entitlements = new AndroidEnterprise\Resource\Entitlements( $this, $this->serviceName, 'entitlements', [ 'methods' => [ 'delete' => [ 'path' => 'androidenterprise/v1/enterprises/{enterpriseId}/users/{userId}/entitlements/{entitlementId}', 'httpMethod' => 'DELETE', 'parameters' => [ 'enterpriseId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'userId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'entitlementId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], ], ],'get' => [ 'path' => 'androidenterprise/v1/enterprises/{enterpriseId}/users/{userId}/entitlements/{entitlementId}', 'httpMethod' => 'GET', 'parameters' => [ 'enterpriseId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'userId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'entitlementId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], ], ],'list' => [ 'path' => 'androidenterprise/v1/enterprises/{enterpriseId}/users/{userId}/entitlements', 'httpMethod' => 'GET', 'parameters' => [ 'enterpriseId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'userId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], ], ],'update' => [ 'path' => 'androidenterprise/v1/enterprises/{enterpriseId}/users/{userId}/entitlements/{entitlementId}', 'httpMethod' => 'PUT', 'parameters' => [ 'enterpriseId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'userId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'entitlementId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'install' => [ 'location' => 'query', 'type' => 'boolean', ], ], ], ] ] ); $this->grouplicenses = new AndroidEnterprise\Resource\Grouplicenses( $this, $this->serviceName, 'grouplicenses', [ 'methods' => [ 'get' => [ 'path' => 'androidenterprise/v1/enterprises/{enterpriseId}/groupLicenses/{groupLicenseId}', 'httpMethod' => 'GET', 'parameters' => [ 'enterpriseId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'groupLicenseId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], ], ],'list' => [ 'path' => 'androidenterprise/v1/enterprises/{enterpriseId}/groupLicenses', 'httpMethod' => 'GET', 'parameters' => [ 'enterpriseId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], ], ], ] ] ); $this->grouplicenseusers = new AndroidEnterprise\Resource\Grouplicenseusers( $this, $this->serviceName, 'grouplicenseusers', [ 'methods' => [ 'list' => [ 'path' => 'androidenterprise/v1/enterprises/{enterpriseId}/groupLicenses/{groupLicenseId}/users', 'httpMethod' => 'GET', 'parameters' => [ 'enterpriseId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'groupLicenseId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], ], ], ] ] ); $this->installs = new AndroidEnterprise\Resource\Installs( $this, $this->serviceName, 'installs', [ 'methods' => [ 'delete' => [ 'path' => 'androidenterprise/v1/enterprises/{enterpriseId}/users/{userId}/devices/{deviceId}/installs/{installId}', 'httpMethod' => 'DELETE', 'parameters' => [ 'enterpriseId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'userId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'deviceId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'installId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], ], ],'get' => [ 'path' => 'androidenterprise/v1/enterprises/{enterpriseId}/users/{userId}/devices/{deviceId}/installs/{installId}', 'httpMethod' => 'GET', 'parameters' => [ 'enterpriseId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'userId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'deviceId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'installId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], ], ],'list' => [ 'path' => 'androidenterprise/v1/enterprises/{enterpriseId}/users/{userId}/devices/{deviceId}/installs', 'httpMethod' => 'GET', 'parameters' => [ 'enterpriseId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'userId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'deviceId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], ], ],'update' => [ 'path' => 'androidenterprise/v1/enterprises/{enterpriseId}/users/{userId}/devices/{deviceId}/installs/{installId}', 'httpMethod' => 'PUT', 'parameters' => [ 'enterpriseId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'userId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'deviceId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'installId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], ], ], ] ] ); $this->managedconfigurationsfordevice = new AndroidEnterprise\Resource\Managedconfigurationsfordevice( $this, $this->serviceName, 'managedconfigurationsfordevice', [ 'methods' => [ 'delete' => [ 'path' => 'androidenterprise/v1/enterprises/{enterpriseId}/users/{userId}/devices/{deviceId}/managedConfigurationsForDevice/{managedConfigurationForDeviceId}', 'httpMethod' => 'DELETE', 'parameters' => [ 'enterpriseId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'userId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'deviceId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'managedConfigurationForDeviceId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], ], ],'get' => [ 'path' => 'androidenterprise/v1/enterprises/{enterpriseId}/users/{userId}/devices/{deviceId}/managedConfigurationsForDevice/{managedConfigurationForDeviceId}', 'httpMethod' => 'GET', 'parameters' => [ 'enterpriseId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'userId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'deviceId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'managedConfigurationForDeviceId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], ], ],'list' => [ 'path' => 'androidenterprise/v1/enterprises/{enterpriseId}/users/{userId}/devices/{deviceId}/managedConfigurationsForDevice', 'httpMethod' => 'GET', 'parameters' => [ 'enterpriseId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'userId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'deviceId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], ], ],'update' => [ 'path' => 'androidenterprise/v1/enterprises/{enterpriseId}/users/{userId}/devices/{deviceId}/managedConfigurationsForDevice/{managedConfigurationForDeviceId}', 'httpMethod' => 'PUT', 'parameters' => [ 'enterpriseId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'userId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'deviceId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'managedConfigurationForDeviceId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], ], ], ] ] ); $this->managedconfigurationsforuser = new AndroidEnterprise\Resource\Managedconfigurationsforuser( $this, $this->serviceName, 'managedconfigurationsforuser', [ 'methods' => [ 'delete' => [ 'path' => 'androidenterprise/v1/enterprises/{enterpriseId}/users/{userId}/managedConfigurationsForUser/{managedConfigurationForUserId}', 'httpMethod' => 'DELETE', 'parameters' => [ 'enterpriseId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'userId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'managedConfigurationForUserId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], ], ],'get' => [ 'path' => 'androidenterprise/v1/enterprises/{enterpriseId}/users/{userId}/managedConfigurationsForUser/{managedConfigurationForUserId}', 'httpMethod' => 'GET', 'parameters' => [ 'enterpriseId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'userId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'managedConfigurationForUserId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], ], ],'list' => [ 'path' => 'androidenterprise/v1/enterprises/{enterpriseId}/users/{userId}/managedConfigurationsForUser', 'httpMethod' => 'GET', 'parameters' => [ 'enterpriseId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'userId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], ], ],'update' => [ 'path' => 'androidenterprise/v1/enterprises/{enterpriseId}/users/{userId}/managedConfigurationsForUser/{managedConfigurationForUserId}', 'httpMethod' => 'PUT', 'parameters' => [ 'enterpriseId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'userId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'managedConfigurationForUserId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], ], ], ] ] ); $this->managedconfigurationssettings = new AndroidEnterprise\Resource\Managedconfigurationssettings( $this, $this->serviceName, 'managedconfigurationssettings', [ 'methods' => [ 'list' => [ 'path' => 'androidenterprise/v1/enterprises/{enterpriseId}/products/{productId}/managedConfigurationsSettings', 'httpMethod' => 'GET', 'parameters' => [ 'enterpriseId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'productId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], ], ], ] ] ); $this->permissions = new AndroidEnterprise\Resource\Permissions( $this, $this->serviceName, 'permissions', [ 'methods' => [ 'get' => [ 'path' => 'androidenterprise/v1/permissions/{permissionId}', 'httpMethod' => 'GET', 'parameters' => [ 'permissionId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'language' => [ 'location' => 'query', 'type' => 'string', ], ], ], ] ] ); $this->products = new AndroidEnterprise\Resource\Products( $this, $this->serviceName, 'products', [ 'methods' => [ 'approve' => [ 'path' => 'androidenterprise/v1/enterprises/{enterpriseId}/products/{productId}/approve', 'httpMethod' => 'POST', 'parameters' => [ 'enterpriseId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'productId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], ], ],'generateApprovalUrl' => [ 'path' => 'androidenterprise/v1/enterprises/{enterpriseId}/products/{productId}/generateApprovalUrl', 'httpMethod' => 'POST', 'parameters' => [ 'enterpriseId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'productId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'languageCode' => [ 'location' => 'query', 'type' => 'string', ], ], ],'get' => [ 'path' => 'androidenterprise/v1/enterprises/{enterpriseId}/products/{productId}', 'httpMethod' => 'GET', 'parameters' => [ 'enterpriseId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'productId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'language' => [ 'location' => 'query', 'type' => 'string', ], ], ],'getAppRestrictionsSchema' => [ 'path' => 'androidenterprise/v1/enterprises/{enterpriseId}/products/{productId}/appRestrictionsSchema', 'httpMethod' => 'GET', 'parameters' => [ 'enterpriseId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'productId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'language' => [ 'location' => 'query', 'type' => 'string', ], ], ],'getPermissions' => [ 'path' => 'androidenterprise/v1/enterprises/{enterpriseId}/products/{productId}/permissions', 'httpMethod' => 'GET', 'parameters' => [ 'enterpriseId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'productId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], ], ],'list' => [ 'path' => 'androidenterprise/v1/enterprises/{enterpriseId}/products', 'httpMethod' => 'GET', 'parameters' => [ 'enterpriseId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'approved' => [ 'location' => 'query', 'type' => 'boolean', ], 'language' => [ 'location' => 'query', 'type' => 'string', ], 'maxResults' => [ 'location' => 'query', 'type' => 'integer', ], 'query' => [ 'location' => 'query', 'type' => 'string', ], 'token' => [ 'location' => 'query', 'type' => 'string', ], ], ],'unapprove' => [ 'path' => 'androidenterprise/v1/enterprises/{enterpriseId}/products/{productId}/unapprove', 'httpMethod' => 'POST', 'parameters' => [ 'enterpriseId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'productId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], ], ], ] ] ); $this->serviceaccountkeys = new AndroidEnterprise\Resource\Serviceaccountkeys( $this, $this->serviceName, 'serviceaccountkeys', [ 'methods' => [ 'delete' => [ 'path' => 'androidenterprise/v1/enterprises/{enterpriseId}/serviceAccountKeys/{keyId}', 'httpMethod' => 'DELETE', 'parameters' => [ 'enterpriseId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'keyId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], ], ],'insert' => [ 'path' => 'androidenterprise/v1/enterprises/{enterpriseId}/serviceAccountKeys', 'httpMethod' => 'POST', 'parameters' => [ 'enterpriseId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], ], ],'list' => [ 'path' => 'androidenterprise/v1/enterprises/{enterpriseId}/serviceAccountKeys', 'httpMethod' => 'GET', 'parameters' => [ 'enterpriseId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], ], ], ] ] ); $this->storelayoutclusters = new AndroidEnterprise\Resource\Storelayoutclusters( $this, $this->serviceName, 'storelayoutclusters', [ 'methods' => [ 'delete' => [ 'path' => 'androidenterprise/v1/enterprises/{enterpriseId}/storeLayout/pages/{pageId}/clusters/{clusterId}', 'httpMethod' => 'DELETE', 'parameters' => [ 'enterpriseId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'pageId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'clusterId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], ], ],'get' => [ 'path' => 'androidenterprise/v1/enterprises/{enterpriseId}/storeLayout/pages/{pageId}/clusters/{clusterId}', 'httpMethod' => 'GET', 'parameters' => [ 'enterpriseId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'pageId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'clusterId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], ], ],'insert' => [ 'path' => 'androidenterprise/v1/enterprises/{enterpriseId}/storeLayout/pages/{pageId}/clusters', 'httpMethod' => 'POST', 'parameters' => [ 'enterpriseId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'pageId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], ], ],'list' => [ 'path' => 'androidenterprise/v1/enterprises/{enterpriseId}/storeLayout/pages/{pageId}/clusters', 'httpMethod' => 'GET', 'parameters' => [ 'enterpriseId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'pageId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], ], ],'update' => [ 'path' => 'androidenterprise/v1/enterprises/{enterpriseId}/storeLayout/pages/{pageId}/clusters/{clusterId}', 'httpMethod' => 'PUT', 'parameters' => [ 'enterpriseId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'pageId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'clusterId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], ], ], ] ] ); $this->storelayoutpages = new AndroidEnterprise\Resource\Storelayoutpages( $this, $this->serviceName, 'storelayoutpages', [ 'methods' => [ 'delete' => [ 'path' => 'androidenterprise/v1/enterprises/{enterpriseId}/storeLayout/pages/{pageId}', 'httpMethod' => 'DELETE', 'parameters' => [ 'enterpriseId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'pageId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], ], ],'get' => [ 'path' => 'androidenterprise/v1/enterprises/{enterpriseId}/storeLayout/pages/{pageId}', 'httpMethod' => 'GET', 'parameters' => [ 'enterpriseId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'pageId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], ], ],'insert' => [ 'path' => 'androidenterprise/v1/enterprises/{enterpriseId}/storeLayout/pages', 'httpMethod' => 'POST', 'parameters' => [ 'enterpriseId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], ], ],'list' => [ 'path' => 'androidenterprise/v1/enterprises/{enterpriseId}/storeLayout/pages', 'httpMethod' => 'GET', 'parameters' => [ 'enterpriseId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], ], ],'update' => [ 'path' => 'androidenterprise/v1/enterprises/{enterpriseId}/storeLayout/pages/{pageId}', 'httpMethod' => 'PUT', 'parameters' => [ 'enterpriseId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'pageId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], ], ], ] ] ); $this->users = new AndroidEnterprise\Resource\Users( $this, $this->serviceName, 'users', [ 'methods' => [ 'delete' => [ 'path' => 'androidenterprise/v1/enterprises/{enterpriseId}/users/{userId}', 'httpMethod' => 'DELETE', 'parameters' => [ 'enterpriseId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'userId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], ], ],'generateAuthenticationToken' => [ 'path' => 'androidenterprise/v1/enterprises/{enterpriseId}/users/{userId}/authenticationToken', 'httpMethod' => 'POST', 'parameters' => [ 'enterpriseId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'userId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], ], ],'get' => [ 'path' => 'androidenterprise/v1/enterprises/{enterpriseId}/users/{userId}', 'httpMethod' => 'GET', 'parameters' => [ 'enterpriseId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'userId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], ], ],'getAvailableProductSet' => [ 'path' => 'androidenterprise/v1/enterprises/{enterpriseId}/users/{userId}/availableProductSet', 'httpMethod' => 'GET', 'parameters' => [ 'enterpriseId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'userId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], ], ],'insert' => [ 'path' => 'androidenterprise/v1/enterprises/{enterpriseId}/users', 'httpMethod' => 'POST', 'parameters' => [ 'enterpriseId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], ], ],'list' => [ 'path' => 'androidenterprise/v1/enterprises/{enterpriseId}/users', 'httpMethod' => 'GET', 'parameters' => [ 'enterpriseId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'email' => [ 'location' => 'query', 'type' => 'string', 'required' => true, ], ], ],'revokeDeviceAccess' => [ 'path' => 'androidenterprise/v1/enterprises/{enterpriseId}/users/{userId}/deviceAccess', 'httpMethod' => 'DELETE', 'parameters' => [ 'enterpriseId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'userId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], ], ],'setAvailableProductSet' => [ 'path' => 'androidenterprise/v1/enterprises/{enterpriseId}/users/{userId}/availableProductSet', 'httpMethod' => 'PUT', 'parameters' => [ 'enterpriseId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'userId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], ], ],'update' => [ 'path' => 'androidenterprise/v1/enterprises/{enterpriseId}/users/{userId}', 'httpMethod' => 'PUT', 'parameters' => [ 'enterpriseId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'userId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], ], ], ] ] ); $this->webapps = new AndroidEnterprise\Resource\Webapps( $this, $this->serviceName, 'webapps', [ 'methods' => [ 'delete' => [ 'path' => 'androidenterprise/v1/enterprises/{enterpriseId}/webApps/{webAppId}', 'httpMethod' => 'DELETE', 'parameters' => [ 'enterpriseId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'webAppId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], ], ],'get' => [ 'path' => 'androidenterprise/v1/enterprises/{enterpriseId}/webApps/{webAppId}', 'httpMethod' => 'GET', 'parameters' => [ 'enterpriseId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'webAppId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], ], ],'insert' => [ 'path' => 'androidenterprise/v1/enterprises/{enterpriseId}/webApps', 'httpMethod' => 'POST', 'parameters' => [ 'enterpriseId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], ], ],'list' => [ 'path' => 'androidenterprise/v1/enterprises/{enterpriseId}/webApps', 'httpMethod' => 'GET', 'parameters' => [ 'enterpriseId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], ], ],'update' => [ 'path' => 'androidenterprise/v1/enterprises/{enterpriseId}/webApps/{webAppId}', 'httpMethod' => 'PUT', 'parameters' => [ 'enterpriseId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'webAppId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], ], ], ] ] ); } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(AndroidEnterprise::class, 'Google_Service_AndroidEnterprise');
[+]
..
[-] CloudProfiler.php
[edit]
[-] Genomics.php
[edit]
[-] Digitalassetlinks.php
[edit]
[+]
SecurityCommandCenter
[-] ResourceSettings.php
[edit]
[+]
Calendar
[-] BigtableAdmin.php
[edit]
[+]
CloudKMS
[-] AdExchangeBuyerII.php
[edit]
[+]
CloudBillingBudget
[-] ManufacturerCenter.php
[edit]
[-] DataTransfer.php
[edit]
[+]
Slides
[-] CloudDomains.php
[edit]
[-] ManagedServiceforMicrosoftActiveDirectoryConsumerAPI.php
[edit]
[-] CloudVideoIntelligence.php
[edit]
[+]
DriveActivity
[+]
CivicInfo
[+]
CertificateAuthorityService
[-] WorkflowExecutions.php
[edit]
[-] Calendar.php
[edit]
[+]
Playcustomapp
[+]
ContainerAnalysis
[-] Apigateway.php
[edit]
[-] DisplayVideo.php
[edit]
[-] AlertCenter.php
[edit]
[-] AnalyticsReporting.php
[edit]
[-] DataprocMetastore.php
[edit]
[+]
Doubleclicksearch
[+]
BinaryAuthorization
[-] BigQueryDataTransfer.php
[edit]
[+]
ChromePolicy
[-] PolicyTroubleshooter.php
[edit]
[+]
DeploymentManager
[-] CloudMemorystoreforMemcached.php
[edit]
[+]
SemanticTile
[-] GKEHub.php
[edit]
[+]
Pubsub
[-] Groupssettings.php
[edit]
[+]
Document
[+]
ServiceControl
[-] Compute.php
[edit]
[+]
Indexing
[-] GoogleAnalyticsAdmin.php
[edit]
[+]
Workflows
[+]
NetworkServices
[-] PubsubLite.php
[edit]
[-] Container.php
[edit]
[+]
Apigateway
[+]
Webmasters
[+]
AndroidPublisher
[-] PolicyAnalyzer.php
[edit]
[-] OSConfig.php
[edit]
[+]
Texttospeech
[+]
Bigquery
[+]
AnalyticsReporting
[+]
Kgsearch
[-] Essentialcontacts.php
[edit]
[+]
Networkconnectivity
[+]
Speech
[+]
GamesManagement
[+]
Analytics
[-] Fitness.php
[edit]
[-] ServiceControl.php
[edit]
[+]
Adsense
[+]
CloudResourceManager
[-] ChromeManagement.php
[edit]
[-] Document.php
[edit]
[+]
Groupssettings
[+]
SmartDeviceManagement
[-] Monitoring.php
[edit]
[-] CloudRedis.php
[edit]
[-] AccessApproval.php
[edit]
[-] FirebaseRules.php
[edit]
[+]
Gmail
[+]
CloudShell
[-] CloudSearch.php
[edit]
[-] Assuredworkloads.php
[edit]
[+]
SASPortalTesting
[+]
CloudTasks
[+]
YouTube
[+]
CloudHealthcare
[+]
SiteVerification
[-] RemoteBuildExecution.php
[edit]
[-] AdMob.php
[edit]
[-] GameServices.php
[edit]
[-] PolyService.php
[edit]
[-] Safebrowsing.php
[edit]
[+]
CloudRedis
[-] Libraryagent.php
[edit]
[+]
OSConfig
[-] Workflows.php
[edit]
[+]
CloudIdentity
[-] NetworkSecurity.php
[edit]
[+]
Firestore
[-] Baremetalsolution.php
[edit]
[+]
Books
[+]
FirebaseHosting
[-] MyBusinessBusinessInformation.php
[edit]
[-] Localservices.php
[edit]
[+]
Contactcenterinsights
[-] AccessContextManager.php
[edit]
[-] PolicySimulator.php
[edit]
[+]
CloudMemorystoreforMemcached
[+]
OnDemandScanning
[-] PaymentsResellerSubscription.php
[edit]
[-] Testing.php
[edit]
[+]
GKEHub
[-] CloudResourceManager.php
[edit]
[-] DataFusion.php
[edit]
[-] Drive.php
[edit]
[+]
Cloudbilling
[-] GamesManagement.php
[edit]
[-] Vault.php
[edit]
[+]
Keep
[-] ArtifactRegistry.php
[edit]
[+]
MyBusinessVerifications
[+]
CloudTrace
[-] Logging.php
[edit]
[+]
Baremetalsolution
[-] Reports.php
[edit]
[-] AndroidEnterprise.php
[edit]
[+]
DLP
[-] SQLAdmin.php
[edit]
[-] Fcmdata.php
[edit]
[+]
CloudIAP
[-] FirebaseRealtimeDatabase.php
[edit]
[-] Indexing.php
[edit]
[+]
ChromeUXReport
[+]
Classroom
[+]
ManufacturerCenter
[-] Docs.php
[edit]
[-] Webmasters.php
[edit]
[-] Gmail.php
[edit]
[+]
MyBusinessLodging
[-] Contactcenterinsights.php
[edit]
[+]
AccessApproval
[-] TrafficDirectorService.php
[edit]
[-] Sheets.php
[edit]
[+]
Verifiedaccess
[+]
Dns
[+]
BigtableAdmin
[+]
CloudRun
[+]
Vision
[+]
CloudRuntimeConfig
[+]
Games
[+]
ServiceManagement
[+]
PeopleService
[+]
GoogleAnalyticsAdmin
[+]
PaymentsResellerSubscription
[+]
FirebaseManagement
[-] CloudIot.php
[edit]
[+]
DataCatalog
[+]
DisplayVideo
[-] CloudLifeSciences.php
[edit]
[-] Analytics.php
[edit]
[-] Directory.php
[edit]
[-] ServiceNetworking.php
[edit]
[-] Transcoder.php
[edit]
[+]
Localservices
[-] Apigee.php
[edit]
[-] CloudIAP.php
[edit]
[+]
SearchConsole
[-] RealTimeBidding.php
[edit]
[+]
Storage
[+]
Firebasestorage
[-] YouTubeReporting.php
[edit]
[-] WebRisk.php
[edit]
[+]
Dialogflow
[+]
Storagetransfer
[-] ShoppingContent.php
[edit]
[+]
CloudSearch
[+]
CloudComposer
[-] Firebasestorage.php
[edit]
[+]
AdMob
[-] CloudTrace.php
[edit]
[+]
CloudDebugger
[+]
Apigee
[-] Doubleclicksearch.php
[edit]
[+]
Tasks
[-] NetworkServices.php
[edit]
[+]
WebRisk
[-] AdExperienceReport.php
[edit]
[+]
DatabaseMigrationService
[+]
AbusiveExperienceReport
[-] Script.php
[edit]
[-] Dataproc.php
[edit]
[+]
CloudMachineLearningEngine
[-] YouTubeAnalytics.php
[edit]
[+]
PubsubLite
[-] Dialogflow.php
[edit]
[+]
Firebaseappcheck
[+]
Area120Tables
[-] AndroidProvisioningPartner.php
[edit]
[+]
PlayableLocations
[+]
AndroidEnterprise
[-] CloudShell.php
[edit]
[-] ServiceUsage.php
[edit]
[-] CloudFilestore.php
[edit]
[-] DataLabeling.php
[edit]
[-] PagespeedInsights.php
[edit]
[-] CloudRetail.php
[edit]
[-] HomeGraphService.php
[edit]
[+]
ServiceConsumerManagement
[-] Area120Tables.php
[edit]
[-] Acceleratedmobilepageurl.php
[edit]
[+]
Spanner
[-] CloudKMS.php
[edit]
[-] CloudDebugger.php
[edit]
[-] FirebaseHosting.php
[edit]
[+]
RecaptchaEnterprise
[-] BigQueryReservation.php
[edit]
[+]
CloudVideoIntelligence
[-] SASPortalTesting.php
[edit]
[+]
Script
[-] Eventarc.php
[edit]
[+]
NetworkSecurity
[+]
FirebaseRules
[+]
TrafficDirectorService
[+]
Cloudchannel
[+]
BigQueryConnectionService
[-] ServiceDirectory.php
[edit]
[-] ApiKeysService.php
[edit]
[-] CloudIdentity.php
[edit]
[-] DriveActivity.php
[edit]
[-] Cloudchannel.php
[edit]
[-] ContainerAnalysis.php
[edit]
[-] Ideahub.php
[edit]
[-] ToolResults.php
[edit]
[+]
CloudDomains
[-] Tasks.php
[edit]
[-] CloudFunctions.php
[edit]
[+]
PagespeedInsights
[-] HangoutsChat.php
[edit]
[+]
ToolResults
[-] CloudTasks.php
[edit]
[-] ChromePolicy.php
[edit]
[-] CertificateAuthorityService.php
[edit]
[-] FirebaseDynamicLinks.php
[edit]
[+]
RemoteBuildExecution
[-] Storage.php
[edit]
[+]
ArtifactRegistry
[-] IdentityToolkit.php
[edit]
[-] Speech.php
[edit]
[+]
Ideahub
[+]
Dataflow
[+]
CloudScheduler
[+]
AlertCenter
[-] NetworkManagement.php
[edit]
[+]
IAMCredentials
[+]
CloudProfiler
[-] CloudSourceRepositories.php
[edit]
[+]
CloudRetail
[+]
PolicySimulator
[-] CloudHealthcare.php
[edit]
[-] FirebaseCloudMessaging.php
[edit]
[+]
PolicyTroubleshooter
[-] Oauth2.php
[edit]
[+]
DomainsRDAP
[-] Iam.php
[edit]
[+]
Iam
[-] CloudComposer.php
[edit]
[-] Adsense.php
[edit]
[+]
ServiceNetworking
[+]
Licensing
[+]
DoubleClickBidManager
[-] Webfonts.php
[edit]
[+]
Drive
[+]
SQLAdmin
[-] PostmasterTools.php
[edit]
[+]
Compute
[+]
Recommender
[-] ServiceConsumerManagement.php
[edit]
[+]
StreetViewPublish
[+]
CustomSearchAPI
[+]
HomeGraphService
[-] Dataflow.php
[edit]
[+]
CloudLifeSciences
[+]
Appengine
[-] DataCatalog.php
[edit]
[+]
MyBusinessAccountManagement
[-] SmartDeviceManagement.php
[edit]
[+]
TagManager
[-] MyBusinessAccountManagement.php
[edit]
[+]
AdExchangeBuyer
[+]
CloudNaturalLanguage
[-] ServiceManagement.php
[edit]
[-] Verifiedaccess.php
[edit]
[-] BigQueryConnectionService.php
[edit]
[+]
FactCheckTools
[-] Clouderrorreporting.php
[edit]
[+]
AndroidProvisioningPartner
[-] FirebaseManagement.php
[edit]
[+]
IdentityToolkit
[+]
CloudBuild
[-] Dns.php
[edit]
[-] CloudTalentSolution.php
[edit]
[-] Books.php
[edit]
[-] FactCheckTools.php
[edit]
[+]
Digitalassetlinks
[+]
ResourceSettings
[+]
DataprocMetastore
[+]
WorkflowExecutions
[+]
GroupsMigration
[-] StreetViewPublish.php
[edit]
[-] Slides.php
[edit]
[+]
GameServices
[-] Recommender.php
[edit]
[+]
MyBusinessBusinessInformation
[+]
Safebrowsing
[-] Classroom.php
[edit]
[-] Spanner.php
[edit]
[-] DeploymentManager.php
[edit]
[+]
RecommendationsAI
[+]
Transcoder
[-] MyBusinessLodging.php
[edit]
[+]
ChromeManagement
[-] Reseller.php
[edit]
[+]
MyBusinessNotificationSettings
[+]
Essentialcontacts
[-] YouTube.php
[edit]
[-] DomainsRDAP.php
[edit]
[+]
CloudIot
[-] PeopleService.php
[edit]
[+]
FirebaseDynamicLinks
[-] Appengine.php
[edit]
[-] Licensing.php
[edit]
[-] AnalyticsData.php
[edit]
[+]
ServiceDirectory
[+]
RealTimeBidding
[+]
BigQueryReservation
[+]
ShoppingContent
[+]
AdExperienceReport
[+]
Oauth2
[-] FirebaseML.php
[edit]
[+]
Eventarc
[-] AdSenseHost.php
[edit]
[-] Pubsub.php
[edit]
[+]
AccessContextManager
[+]
Clouderrorreporting
[+]
FirebaseRealtimeDatabase
[+]
CloudSourceRepositories
[+]
Vault
[-] BinaryAuthorization.php
[edit]
[+]
TPU
[-] CustomSearchAPI.php
[edit]
[+]
Sheets
[+]
FirebaseML
[+]
PostmasterTools
[+]
YouTubeAnalytics
[+]
CloudSecurityToken
[-] Firebaseappcheck.php
[edit]
[+]
NetworkManagement
[-] SemanticTile.php
[edit]
[-] Games.php
[edit]
[+]
Testing
[+]
AdSenseHost
[+]
GamesConfiguration
[+]
Sasportal
[-] AbusiveExperienceReport.php
[edit]
[-] PlayableLocations.php
[edit]
[+]
CloudFilestore
[-] TagManager.php
[edit]
[+]
DataFusion
[-] OrgPolicyAPI.php
[edit]
[-] CloudRun.php
[edit]
[+]
CloudOSLogin
[-] RecommendationsAI.php
[edit]
[+]
Webfonts
[-] CloudNaturalLanguage.php
[edit]
[-] DLP.php
[edit]
[-] MyBusinessNotificationSettings.php
[edit]
[+]
Container
[-] CloudMachineLearningEngine.php
[edit]
[+]
Libraryagent
[+]
Genomics
[+]
FirebaseCloudMessaging
[-] DatabaseMigrationService.php
[edit]
[+]
SecretManager
[+]
Dataproc
[+]
BigQueryDataTransfer
[+]
AdExchangeBuyerII
[+]
ServiceUsage
[+]
Directory
[+]
Datastore
[+]
AndroidManagement
[+]
OrgPolicyAPI
[+]
Monitoring
[-] AdExchangeBuyer.php
[edit]
[+]
Blogger
[-] Translate.php
[edit]
[+]
CloudTalentSolution
[+]
Logging
[-] AIPlatformNotebooks.php
[edit]
[+]
CloudAsset
[+]
ApiKeysService
[-] Dfareporting.php
[edit]
[-] SiteVerification.php
[edit]
[-] Sasportal.php
[edit]
[-] SecurityCommandCenter.php
[edit]
[+]
AIPlatformNotebooks
[+]
DataLabeling
[+]
Translate
[-] Playcustomapp.php
[edit]
[-] Texttospeech.php
[edit]
[-] CloudOSLogin.php
[edit]
[-] CloudScheduler.php
[edit]
[+]
PolicyAnalyzer
[-] CloudAsset.php
[edit]
[-] MyBusinessVerifications.php
[edit]
[-] MyBusinessPlaceActions.php
[edit]
[+]
MyBusinessPlaceActions
[+]
Assuredworkloads
[-] ChromeUXReport.php
[edit]
[-] Firestore.php
[edit]
[-] TPU.php
[edit]
[-] CivicInfo.php
[edit]
[+]
Reseller
[+]
CloudFunctions
[+]
ManagedServiceforMicrosoftActiveDirectoryConsumerAPI
[-] GamesConfiguration.php
[edit]
[-] Storagetransfer.php
[edit]
[+]
Reports
[-] Bigquery.php
[edit]
[-] SecretManager.php
[edit]
[-] AndroidPublisher.php
[edit]
[-] CloudBillingBudget.php
[edit]
[-] Cloudbilling.php
[edit]
[+]
YouTubeReporting
[-] AndroidManagement.php
[edit]
[-] OnDemandScanning.php
[edit]
[+]
Fitness
[-] CloudSecurityToken.php
[edit]
[-] Blogger.php
[edit]
[-] SearchConsole.php
[edit]
[-] RecaptchaEnterprise.php
[edit]
[+]
PolyService
[+]
Fcmdata
[+]
DataTransfer
[+]
AnalyticsData
[-] Networkconnectivity.php
[edit]
[-] Vision.php
[edit]
[-] Keep.php
[edit]
[-] CloudBuild.php
[edit]
[+]
Docs
[-] Datastore.php
[edit]
[+]
Acceleratedmobilepageurl
[+]
HangoutsChat
[-] CloudRuntimeConfig.php
[edit]
[-] Kgsearch.php
[edit]
[-] GroupsMigration.php
[edit]
[+]
Dfareporting
[-] IAMCredentials.php
[edit]
[-] DoubleClickBidManager.php
[edit]