/plugin/authgooglesheets/vendor/google/apiclient-services/src/Reseller/Resource/ |
D | Subscriptions.php | 42 * @param string $customerId This can be either the customer's primary domain 56 public function activate($customerId, $subscriptionId, $optParams = []) argument 58 $params = ['customerId' => $customerId, 'subscriptionId' => $subscriptionId]; 71 * @param string $customerId This can be either the customer's primary domain 86 …public function changePlan($customerId, $subscriptionId, ChangePlanRequest $postBody, $optParams =… argument 88 …$params = ['customerId' => $customerId, 'subscriptionId' => $subscriptionId, 'postBody' => $postBo… 99 * @param string $customerId This can be either the customer's primary domain 114 …public function changeRenewalSettings($customerId, $subscriptionId, RenewalSettings $postBody, $op… argument 116 …$params = ['customerId' => $customerId, 'subscriptionId' => $subscriptionId, 'postBody' => $postBo… 127 * @param string $customerId This can be either the customer's primary domain [all …]
|
D | Customers.php | 39 * @param string $customerId This can be either the customer's primary domain 47 public function get($customerId, $optParams = []) argument 49 $params = ['customerId' => $customerId]; 94 * @param string $customerId This can be either the customer's primary domain 103 public function patch($customerId, Customer $postBody, $optParams = []) argument 105 $params = ['customerId' => $customerId, 'postBody' => $postBody]; 116 * @param string $customerId This can be either the customer's primary domain 125 public function update($customerId, Customer $postBody, $optParams = []) argument 127 $params = ['customerId' => $customerId, 'postBody' => $postBody];
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Directory/Resource/ |
D | Schemas.php | 36 * @param string $customerId Immutable ID of the Google Workspace account. 40 public function delete($customerId, $schemaKey, $optParams = []) argument 42 $params = ['customerId' => $customerId, 'schemaKey' => $schemaKey]; 49 * @param string $customerId Immutable ID of the Google Workspace account. 54 public function get($customerId, $schemaKey, $optParams = []) argument 56 $params = ['customerId' => $customerId, 'schemaKey' => $schemaKey]; 63 * @param string $customerId Immutable ID of the Google Workspace account. 68 public function insert($customerId, Schema $postBody, $optParams = []) argument 70 $params = ['customerId' => $customerId, 'postBody' => $postBody]; 77 * @param string $customerId Immutable ID of the Google Workspace account. [all …]
|
D | Orgunits.php | 36 * @param string $customerId The unique ID for the customer's Google Workspace 45 public function delete($customerId, $orgUnitPath, $optParams = []) argument 47 $params = ['customerId' => $customerId, 'orgUnitPath' => $orgUnitPath]; 54 * @param string $customerId The unique ID for the customer's Google Workspace 64 public function get($customerId, $orgUnitPath, $optParams = []) argument 66 $params = ['customerId' => $customerId, 'orgUnitPath' => $orgUnitPath]; 73 * @param string $customerId The unique ID for the customer's Google Workspace 82 public function insert($customerId, OrgUnit $postBody, $optParams = []) argument 84 $params = ['customerId' => $customerId, 'postBody' => $postBody]; 92 * @param string $customerId The unique ID for the customer's Google Workspace [all …]
|
D | Chromeosdevices.php | 48 * @param string $customerId The unique ID for the customer's Google Workspace 59 public function action($customerId, $resourceId, ChromeOsDeviceAction $postBody, $optParams = []) argument 61 $params = ['customerId' => $customerId, 'resourceId' => $resourceId, 'postBody' => $postBody]; 68 * @param string $customerId The unique ID for the customer's Google Workspace 82 public function get($customerId, $deviceId, $optParams = []) argument 84 $params = ['customerId' => $customerId, 'deviceId' => $deviceId]; 92 * @param string $customerId The unique ID for the customer's Google Workspace 117 public function listChromeosdevices($customerId, $optParams = []) argument 119 $params = ['customerId' => $customerId]; 127 * @param string $customerId Immutable ID of the Google Workspace account [all …]
|
D | Mobiledevices.php | 38 * @param string $customerId The unique ID for the customer's Google Workspace 48 public function action($customerId, $resourceId, MobileDeviceAction $postBody, $optParams = []) argument 50 $params = ['customerId' => $customerId, 'resourceId' => $resourceId, 'postBody' => $postBody]; 57 * @param string $customerId The unique ID for the customer's Google Workspace 66 public function delete($customerId, $resourceId, $optParams = []) argument 68 $params = ['customerId' => $customerId, 'resourceId' => $resourceId]; 75 * @param string $customerId The unique ID for the customer's Google Workspace 88 public function get($customerId, $resourceId, $optParams = []) argument 90 $params = ['customerId' => $customerId, 'resourceId' => $resourceId]; 100 * @param string $customerId The unique ID for the customer's Google Workspace [all …]
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ |
D | Reseller.php | 72 'path' => 'apps/reseller/v1/customers/{customerId}', 75 'customerId' => [ 91 'path' => 'apps/reseller/v1/customers/{customerId}', 94 'customerId' => [ 101 'path' => 'apps/reseller/v1/customers/{customerId}', 104 'customerId' => [ 153 … 'path' => 'apps/reseller/v1/customers/{customerId}/subscriptions/{subscriptionId}/activate', 156 'customerId' => [ 168 … 'path' => 'apps/reseller/v1/customers/{customerId}/subscriptions/{subscriptionId}/changePlan', 171 'customerId' => [ [all …]
|
D | AlertCenter.php | 84 'customerId' => [ 98 'customerId' => [ 112 'customerId' => [ 121 'customerId' => [ 171 'customerId' => [ 185 'customerId' => [ 208 'customerId' => [ 217 'customerId' => [
|
/plugin/authgoogle/google/contrib/ |
D | Google_ResellerService.php | 30 * @param string $customerId Id of the Customer 34 public function get($customerId, $optParams = array()) { argument 35 $params = array('customerId' => $customerId); 67 * @param string $customerId Id of the Customer 72 public function patch($customerId, Google_Customer $postBody, $optParams = array()) { argument 73 $params = array('customerId' => $customerId, 'postBody' => $postBody); 85 * @param string $customerId Id of the Customer 90 public function update($customerId, Google_Customer $postBody, $optParams = array()) { argument 91 $params = array('customerId' => $customerId, 'postBody' => $postBody); 115 * @param string $customerId Id of the Customer [all …]
|
D | Google_AuditService.php | 30 …* @param string $customerId Represents the customer who is the owner of target object on which act… 45 public function listActivities($customerId, $applicationId, $optParams = array()) { argument 46 $params = array('customerId' => $customerId, 'applicationId' => $applicationId); 247 public $customerId; variable in Google_ActivityId 256 public function setCustomerId( $customerId) { argument 257 $this->customerId = $customerId; 260 return $this->customerId;
|
D | Google_DirectoryService.php | 31 * @param string $customerId Immutable id of the Google Apps account 38 public function get($customerId, $deviceId, $optParams = array()) { argument 39 $params = array('customerId' => $customerId, 'deviceId' => $deviceId); 51 * @param string $customerId Immutable id of the Google Apps account 62 public function listChromeosdevices($customerId, $optParams = array()) { argument 63 $params = array('customerId' => $customerId); 75 * @param string $customerId Immutable id of the Google Apps account 83 …public function patch($customerId, $deviceId, Google_ChromeOsDevice $postBody, $optParams = array(… argument 84 … $params = array('customerId' => $customerId, 'deviceId' => $deviceId, 'postBody' => $postBody); 96 * @param string $customerId Immutable id of the Google Apps account [all …]
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudSearch/ |
D | CustomerId.php | 25 public $customerId; variable in Google\\Service\\CloudSearch\\CustomerId 30 public function setCustomerId($customerId) argument 32 $this->customerId = $customerId; 39 return $this->customerId;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AlertCenter/ |
D | UndeleteAlertRequest.php | 25 public $customerId; variable in Google\\Service\\AlertCenter\\UndeleteAlertRequest 30 public function setCustomerId($customerId) argument 32 $this->customerId = $customerId; 39 return $this->customerId;
|
D | BatchUndeleteAlertsRequest.php | 30 public $customerId; variable in Google\\Service\\AlertCenter\\BatchUndeleteAlertsRequest 49 public function setCustomerId($customerId) argument 51 $this->customerId = $customerId; 58 return $this->customerId;
|
D | BatchDeleteAlertsRequest.php | 30 public $customerId; variable in Google\\Service\\AlertCenter\\BatchDeleteAlertsRequest 49 public function setCustomerId($customerId) argument 51 $this->customerId = $customerId; 58 return $this->customerId;
|
D | AlertFeedback.php | 33 public $customerId; variable in Google\\Service\\AlertCenter\\AlertFeedback 78 public function setCustomerId($customerId) argument 80 $this->customerId = $customerId; 87 return $this->customerId;
|
D | AlertMetadata.php | 33 public $customerId; variable in Google\\Service\\AlertCenter\\AlertMetadata 82 public function setCustomerId($customerId) argument 84 $this->customerId = $customerId; 91 return $this->customerId;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Analytics/ |
D | AdWordsAccount.php | 29 public $customerId; variable in Google\\Service\\Analytics\\AdWordsAccount 52 public function setCustomerId($customerId) argument 54 $this->customerId = $customerId; 61 return $this->customerId;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Reports/ |
D | ActivityId.php | 29 public $customerId; variable in Google\\Service\\Reports\\ActivityId 56 public function setCustomerId($customerId) argument 58 $this->customerId = $customerId; 65 return $this->customerId;
|
D | UsageReportEntity.php | 25 public $customerId; variable in Google\\Service\\Reports\\UsageReportEntity 46 public function setCustomerId($customerId) argument 48 $this->customerId = $customerId; 55 return $this->customerId;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AndroidProvisioningPartner/ |
D | FindDevicesByOwnerRequest.php | 26 public $customerId; variable in Google\\Service\\AndroidProvisioningPartner\\FindDevicesByOwnerRequest 43 public function setCustomerId($customerId) argument 45 $this->customerId = $customerId; 52 return $this->customerId;
|
D | ClaimDeviceRequest.php | 25 public $customerId; variable in Google\\Service\\AndroidProvisioningPartner\\ClaimDeviceRequest 38 public function setCustomerId($customerId) argument 40 $this->customerId = $customerId; 47 return $this->customerId;
|
D | PartnerClaim.php | 25 public $customerId; variable in Google\\Service\\AndroidProvisioningPartner\\PartnerClaim 38 public function setCustomerId($customerId) argument 40 $this->customerId = $customerId; 47 return $this->customerId;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/GoogleAnalyticsAdmin/ |
D | GoogleAnalyticsAdminV1alphaGoogleAdsLink.php | 41 public $customerId; variable in Google\\Service\\GoogleAnalyticsAdmin\\GoogleAnalyticsAdminV1alphaGoogleAdsLink 110 public function setCustomerId($customerId) argument 112 $this->customerId = $customerId; 119 return $this->customerId;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Reseller/ |
D | Customer.php | 37 public $customerId; variable in Google\\Service\\Reseller\\Customer 104 public function setCustomerId($customerId) argument 106 $this->customerId = $customerId; 113 return $this->customerId;
|