Home
last modified time | relevance | path

Searched refs:customer (Results 26 – 50 of 98) sorted by last modified time

1234

/plugin/authgooglesheets/vendor/google/apiclient-services/src/ChromePolicy/Resource/
H A DCustomersPoliciesOrgunits.php43 * @param string $customer ID of the G Suite account or literal "my_customer"
49 …public function batchInherit($customer, GoogleChromePolicyV1BatchInheritOrgUnitPoliciesRequest $po… argument
51 $params = ['customer' => $customer, 'postBody' => $postBody];
63 * @param string $customer ID of the G Suite account or literal "my_customer"
69 …public function batchModify($customer, GoogleChromePolicyV1BatchModifyOrgUnitPoliciesRequest $post… argument
71 $params = ['customer' => $customer, 'postBody' => $postBody];
H A DCustomersPolicies.php37 * @param string $customer ID of the G Suite account or literal "my_customer"
43 public function resolve($customer, GoogleChromePolicyV1ResolveRequest $postBody, $optParams = []) argument
45 $params = ['customer' => $customer, 'postBody' => $postBody];
H A DMedia.php37 * @param string $customer Required. The customer for which the file upload will
43 …public function upload($customer, GoogleChromePolicyV1UploadPolicyFileRequest $postBody, $optParam… argument
45 $params = ['customer' => $customer, 'postBody' => $postBody];
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DDirectory.php636 'path' => 'admin/directory/v1/customer/{customer}/domainaliases',
646 'path' => 'admin/directory/v1/customer/{customer}/domainaliases',
700 'path' => 'admin/directory/v1/customer/{customer}/domains',
710 'path' => 'admin/directory/v1/customer/{customer}/domains',
1557 'path' => 'admin/directory/v1/customer/{customer}/roleassignments',
1603 'path' => 'admin/directory/v1/customer/{customer}/roles/{roleId}',
1618 'path' => 'admin/directory/v1/customer/{customer}/roles/{roleId}',
1633 'path' => 'admin/directory/v1/customer/{customer}/roles',
1643 'path' => 'admin/directory/v1/customer/{customer}/roles',
1661 'path' => 'admin/directory/v1/customer/{customer}/roles/{roleId}',
[all …]
H A DChromeManagement.php79 'path' => 'v1/{+customer}/apps:countChromeAppRequests',
82 'customer' => [
175 'path' => 'v1/{+customer}/reports:countChromeVersions',
178 'customer' => [
201 'path' => 'v1/{+customer}/reports:countInstalledApps',
204 'customer' => [
231 'path' => 'v1/{+customer}/reports:findInstalledAppDevices',
234 'customer' => [
H A DChromePolicy.php74 'path' => 'v1/{+customer}/policies:resolve',
77 'customer' => [
94 'path' => 'v1/{+customer}/policies/orgunits:batchInherit',
97 'customer' => [
104 'path' => 'v1/{+customer}/policies/orgunits:batchModify',
107 'customer' => [
166 'path' => 'v1/{+customer}/policies/files:uploadPolicyFile',
169 'customer' => [
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/
H A DOrder.php131 public function setCustomer(OrderCustomer $customer) argument
133 $this->customer = $customer;
140 return $this->customer;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudIdentity/
H A DGoogleAppsCloudidentityDevicesV1CancelWipeDeviceUserRequest.php25 public $customer; variable in Google\\Service\\CloudIdentity\\GoogleAppsCloudidentityDevicesV1CancelWipeDeviceUserRequest
30 public function setCustomer($customer) argument
32 $this->customer = $customer;
39 return $this->customer;
H A DGoogleAppsCloudidentityDevicesV1ApproveDeviceUserRequest.php25 public $customer; variable in Google\\Service\\CloudIdentity\\GoogleAppsCloudidentityDevicesV1ApproveDeviceUserRequest
30 public function setCustomer($customer) argument
32 $this->customer = $customer;
39 return $this->customer;
H A DGoogleAppsCloudidentityDevicesV1BlockDeviceUserRequest.php25 public $customer; variable in Google\\Service\\CloudIdentity\\GoogleAppsCloudidentityDevicesV1BlockDeviceUserRequest
30 public function setCustomer($customer) argument
32 $this->customer = $customer;
39 return $this->customer;
H A DGoogleAppsCloudidentityDevicesV1CancelWipeDeviceRequest.php25 public $customer; variable in Google\\Service\\CloudIdentity\\GoogleAppsCloudidentityDevicesV1CancelWipeDeviceRequest
30 public function setCustomer($customer) argument
32 $this->customer = $customer;
39 return $this->customer;
H A DGoogleAppsCloudidentityDevicesV1LookupSelfDeviceUsersResponse.php26 public $customer; variable in Google\\Service\\CloudIdentity\\GoogleAppsCloudidentityDevicesV1LookupSelfDeviceUsersResponse
39 public function setCustomer($customer) argument
41 $this->customer = $customer;
48 return $this->customer;
H A DGoogleAppsCloudidentityDevicesV1WipeDeviceUserRequest.php25 public $customer; variable in Google\\Service\\CloudIdentity\\GoogleAppsCloudidentityDevicesV1WipeDeviceUserRequest
30 public function setCustomer($customer) argument
32 $this->customer = $customer;
39 return $this->customer;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ChromeManagement/Resource/
H A DCustomersApps.php35 * @param string $customer Required. Customer id or "my_customer" to use the
48 public function countChromeAppRequests($customer, $optParams = []) argument
50 $params = ['customer' => $customer];
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AndroidProvisioningPartner/
H A DCreateCustomerRequest.php28 public function setCustomer(Company $customer) argument
30 $this->customer = $customer;
37 return $this->customer;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Cloudchannel/
H A DGoogleCloudChannelV1ImportCustomerRequest.php37 public $customer; variable in Google\\Service\\Cloudchannel\\GoogleCloudChannelV1ImportCustomerRequest
92 public function setCustomer($customer) argument
94 $this->customer = $customer;
101 return $this->customer;
H A DGoogleCloudChannelV1alpha1CustomerEvent.php25 public $customer; variable in Google\\Service\\Cloudchannel\\GoogleCloudChannelV1alpha1CustomerEvent
34 public function setCustomer($customer) argument
36 $this->customer = $customer;
43 return $this->customer;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Directory/Resource/
H A DDomains.php36 * @param string $customer Immutable ID of the Google Workspace account.
40 public function delete($customer, $domainName, $optParams = []) argument
42 $params = ['customer' => $customer, 'domainName' => $domainName];
49 * @param string $customer Immutable ID of the Google Workspace account.
54 public function get($customer, $domainName, $optParams = []) argument
56 $params = ['customer' => $customer, 'domainName' => $domainName];
63 * @param string $customer Immutable ID of the Google Workspace account.
70 $params = ['customer' => $customer, 'postBody' => $postBody];
77 * @param string $customer Immutable ID of the Google Workspace account.
81 public function listDomains($customer, $optParams = []) argument
[all …]
H A DResourcesBuildings.php36 * @param string $customer The unique ID for the customer's Google Workspace
42 public function delete($customer, $buildingId, $optParams = []) argument
44 $params = ['customer' => $customer, 'buildingId' => $buildingId];
51 * @param string $customer The unique ID for the customer's Google Workspace
58 public function get($customer, $buildingId, $optParams = []) argument
60 $params = ['customer' => $customer, 'buildingId' => $buildingId];
67 * @param string $customer The unique ID for the customer's Google Workspace
77 public function insert($customer, Building $postBody, $optParams = []) argument
79 $params = ['customer' => $customer, 'postBody' => $postBody];
96 public function listResourcesBuildings($customer, $optParams = []) argument
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ChromeManagement/
H A DGoogleChromeManagementV1TelemetryDevice.php36 public $customer; variable in Google\\Service\\ChromeManagement\\GoogleChromeManagementV1TelemetryDevice
143 public function setCustomer($customer) argument
145 $this->customer = $customer;
152 return $this->customer;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Cloudchannel/Resource/
H A DAccountsCustomers.php159 * @param string $customer Required. The resource name of the customer to list
181 public function listPurchasableOffers($customer, $optParams = []) argument
183 $params = ['customer' => $customer];
194 * @param string $customer Required. The resource name of the customer to list
216 public function listPurchasableSkus($customer, $optParams = []) argument
218 $params = ['customer' => $customer];
260 * @param string $customer Required. Resource name of the customer. Format:
266 …public function provisionCloudIdentity($customer, GoogleCloudChannelV1ProvisionCloudIdentityReques… argument
268 $params = ['customer' => $customer, 'postBody' => $postBody];
/plugin/passpolicy/
H A D10k-common-passwords.txt5418 customer
/plugin/quickstats/GEOIP/vendor/geoip2/geoip2/
H A DREADME.md364 If you are a paying MaxMind customer and you're not sure where to submit
/plugin/quickstats/scripts/php-inet6_1.0.2/
H A DLICENSE260 long as you offer spare parts or customer support for that product
/plugin/clipboardutils/
H A DLICENSE260 long as you offer spare parts or customer support for that product

1234