Home
last modified time | relevance | path

Searched refs:customerId (Results 1 – 25 of 39) sorted by relevance

12

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Reseller/Resource/
H A DSubscriptions.php42 * @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
99 * @param string $customerId This can be either the customer's primary domain
127 * @param string $customerId This can be either the customer's primary domain
152 * @param string $customerId This can be either the customer's primary domain
195 public function get($customerId, $subscriptionId, $optParams = []) argument
232 public function insert($customerId, Subscription $postBody, $optParams = []) argument
234 $params = ['customerId' => $customerId, 'postBody' => $postBody];
[all …]
H A DCustomers.php39 * @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/
H A DOrgunits.php36 * @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];
105 public function listOrgunits($customerId, $optParams = []) argument
[all …]
H A DSchemas.php36 * @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];
81 public function listSchemas($customerId, $optParams = []) argument
[all …]
H A DChromeosdevices.php48 * @param string $customerId The unique ID for the customer's Google Workspace
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
145 * @param string $customerId The unique ID for the customer's Google Workspace
160 public function patch($customerId, $deviceId, ChromeOsDevice $postBody, $optParams = []) argument
[all …]
H A DMobiledevices.php38 * @param string $customerId The unique ID for the customer's Google Workspace
48 public function action($customerId, $resourceId, MobileDeviceAction $postBody, $optParams = []) argument
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
119 public function listMobiledevices($customerId, $optParams = []) argument
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DReseller.php75 'customerId' => [
94 'customerId' => [
104 'customerId' => [
156 'customerId' => [
171 'customerId' => [
186 'customerId' => [
201 'customerId' => [
216 'customerId' => [
236 'customerId' => [
251 'customerId' => [
[all …]
H A DAlertCenter.php84 'customerId' => [
98 'customerId' => [
112 'customerId' => [
121 'customerId' => [
171 'customerId' => [
185 'customerId' => [
208 'customerId' => [
217 'customerId' => [
/plugin/authgoogle/google/contrib/
H A DGoogle_ResellerService.php30 * @param string $customerId Id of the Customer
35 $params = array('customerId' => $customerId);
67 * @param string $customerId Id of the Customer
409 public $customerId; variable in Google_Customer
428 public function setCustomerId( $customerId) { argument
429 $this->customerId = $customerId;
432 return $this->customerId;
503 public $customerId; variable in Google_Subscription
531 public function setCustomerId( $customerId) { argument
532 $this->customerId = $customerId;
[all …]
H A DGoogle_AuditService.php30 …* @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;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudSearch/
H A DCustomerId.php25 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/
H A DUndeleteAlertRequest.php25 public $customerId; variable in Google\\Service\\AlertCenter\\UndeleteAlertRequest
30 public function setCustomerId($customerId) argument
32 $this->customerId = $customerId;
39 return $this->customerId;
H A DBatchDeleteAlertsRequest.php30 public $customerId; variable in Google\\Service\\AlertCenter\\BatchDeleteAlertsRequest
49 public function setCustomerId($customerId) argument
51 $this->customerId = $customerId;
58 return $this->customerId;
H A DBatchUndeleteAlertsRequest.php30 public $customerId; variable in Google\\Service\\AlertCenter\\BatchUndeleteAlertsRequest
49 public function setCustomerId($customerId) argument
51 $this->customerId = $customerId;
58 return $this->customerId;
H A DAlertFeedback.php33 public $customerId; variable in Google\\Service\\AlertCenter\\AlertFeedback
78 public function setCustomerId($customerId) argument
80 $this->customerId = $customerId;
87 return $this->customerId;
H A DAlertMetadata.php33 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/
H A DAdWordsAccount.php29 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/AndroidProvisioningPartner/
H A DFindDevicesByOwnerRequest.php26 public $customerId; variable in Google\\Service\\AndroidProvisioningPartner\\FindDevicesByOwnerRequest
43 public function setCustomerId($customerId) argument
45 $this->customerId = $customerId;
52 return $this->customerId;
H A DPartnerClaim.php25 public $customerId; variable in Google\\Service\\AndroidProvisioningPartner\\PartnerClaim
38 public function setCustomerId($customerId) argument
40 $this->customerId = $customerId;
47 return $this->customerId;
H A DClaimDeviceRequest.php25 public $customerId; variable in Google\\Service\\AndroidProvisioningPartner\\ClaimDeviceRequest
38 public function setCustomerId($customerId) argument
40 $this->customerId = $customerId;
47 return $this->customerId;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Reports/
H A DActivityId.php29 public $customerId; variable in Google\\Service\\Reports\\ActivityId
56 public function setCustomerId($customerId) argument
58 $this->customerId = $customerId;
65 return $this->customerId;
H A DUsageReportEntity.php25 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/GoogleAnalyticsAdmin/
H A DGoogleAnalyticsAdminV1alphaGoogleAdsLink.php41 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/
H A DCustomer.php37 public $customerId; variable in Google\\Service\\Reseller\\Customer
104 public function setCustomerId($customerId) argument
106 $this->customerId = $customerId;
113 return $this->customerId;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Licensing/Resource/
H A DLicenseAssignments.php100 * @param string $customerId Customer's `customerId`. A previous version of this
114 public function listForProduct($productId, $customerId, $optParams = []) argument
116 $params = ['productId' => $productId, 'customerId' => $customerId];
128 * @param string $customerId Customer's `customerId`. A previous version of this
142 public function listForProductAndSku($productId, $skuId, $customerId, $optParams = []) argument
144 $params = ['productId' => $productId, 'skuId' => $skuId, 'customerId' => $customerId];

12