Home
last modified time | relevance | path

Searched refs:services (Results 51 – 75 of 242) sorted by last modified time

12345678910

/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceConsumerManagement/
H A DTenantProjectConfig.php38 public $services; variable in Google\\Service\\ServiceConsumerManagement\\TenantProjectConfig
101 public function setServices($services) argument
103 $this->services = $services;
110 return $this->services;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DServiceControl.php45 public $services; variable in Google\\Service\\ServiceControl
66 'services',
70 'path' => 'v2/services/{serviceName}:check',
80 'path' => 'v2/services/{serviceName}:report',
H A DFirebaseappcheck.php571 'services',
575 'path' => 'v1beta/{+parent}/services:batchUpdate',
595 'path' => 'v1beta/{+parent}/services',
H A DServiceNetworking.php46 public $services; variable in Google\\Service\\ServiceNetworking
135 'services',
H A DServiceUsage.php50 public $services; variable in Google\\Service\\ServiceUsage
132 'services',
136 'path' => 'v1/{+parent}/services:batchEnable',
146 'path' => 'v1/{+parent}/services:batchGet',
191 'path' => 'v1/{+parent}/services',
H A DCloudbilling.php51 public $services; variable in Google\\Service\\Cloudbilling
220 'services',
224 'path' => 'v1/services',
H A DMonitoring.php62 public $services; variable in Google\\Service\\Monitoring
921 'services',
925 'path' => 'v3/{+parent}/services',
959 'path' => 'v3/{+parent}/services',
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Cloudbilling/
H A DListServicesResponse.php47 public function setServices($services) argument
49 $this->services = $services;
56 return $this->services;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/
H A DAccountsCustomBatchRequestEntryLinkRequest.php38 public $services; variable in Google\\Service\\ShoppingContent\\AccountsCustomBatchRequestEntryLinkRequest
85 public function setServices($services) argument
87 $this->services = $services;
94 return $this->services;
H A DCarriersCarrier.php38 public $services; variable in Google\\Service\\ShoppingContent\\CarriersCarrier
85 public function setServices($services) argument
87 $this->services = $services;
94 return $this->services;
H A DLinkedAccount.php47 public function setServices($services) argument
49 $this->services = $services;
56 return $this->services;
H A DShippingSettings.php65 public function setServices($services) argument
67 $this->services = $services;
74 return $this->services;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceUsage/
H A DBatchGetServicesResponse.php29 public function setServices($services) argument
31 $this->services = $services;
38 return $this->services;
H A DBatchEnableServicesResponse.php45 public function setServices($services) argument
47 $this->services = $services;
54 return $this->services;
H A DListServicesResponse.php47 public function setServices($services) argument
49 $this->services = $services;
56 return $this->services;
/plugin/authgooglesheets/
H A Dcomposer.lock82 "google/apiclient-services": "~0.200",
138 "name": "google/apiclient-services",
142 "url": "https://github.com/googleapis/google-api-php-client-services.git",
147 …"url": "https://api.github.com/repos/googleapis/google-api-php-client-services/zipball/33aef1ccce3…
176 "issues": "https://github.com/googleapis/google-api-php-client-services/issues",
177 … "source": "https://github.com/googleapis/google-api-php-client-services/tree/v0.246.0"
542 "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
580 … "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
/plugin/authgooglesheets/vendor/google/apiclient/
H A DREADME.md52services`. That library provides up-to-date API wrappers for a large number of Google APIs. In ord…
54 #### Cleaning up unused services
56 There are over 200 Google API services. The chances are good that you will not
58 you can run the `Google\Task\Composer::cleanup` task and specify the services
70 "google/apiclient-services": [
78 This example will remove all services other than "Drive" and "YouTube" when
81 **IMPORTANT**: If you add any services back in `composer.json`, you will need to
82 remove the `vendor/google/apiclient-services` directory explicitly for the
86 rm -r vendor/google/apiclient-services
97 "google/apiclient-services": [
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceDirectory/
H A DListServicesResponse.php47 public function setServices($services) argument
49 $this->services = $services;
56 return $this->services;
/plugin/authgooglesheets/vendor/google/auth/
H A DREADME.md167 For invoking Cloud Run services, your service account will need the
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DCHANGELOG.md1125 * Using the union of two arrays rather than an array_merge when extending service builder services
1126 * Ensuring that a service is a string before doing strpos() checks on it when substituting services
1129 …defined service, but you can now create services that extend themselves and merge their settings o…
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Iam/
H A DQueryAuditableServicesResponse.php29 public function setServices($services) argument
31 $this->services = $services;
38 return $this->services;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Firebaseappcheck/
H A DGoogleFirebaseAppcheckV1betaBatchUpdateServicesResponse.php29 public function setServices($services) argument
31 $this->services = $services;
38 return $this->services;
H A DGoogleFirebaseAppcheckV1betaListServicesResponse.php47 public function setServices($services) argument
49 $this->services = $services;
56 return $this->services;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/MyBusinessLodging/
H A DLodging.php327 public function setServices(Services $services) argument
329 $this->services = $services;
336 return $this->services;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudRun/
H A DGoogleCloudRunOpV2ListServicesResponse.php47 public function setServices($services) argument
49 $this->services = $services;
56 return $this->services;

12345678910