Home
last modified time | relevance | path

Searched refs:service (Results 126 – 150 of 782) sorted by path

12345678910>>...32

/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceControl/
H A DApi.php33 public $service; variable in Google\\Service\\ServiceControl\\Api
70 public function setService($service) argument
72 $this->service = $service;
79 return $this->service;
H A DServicecontrolResource.php57 public $service; variable in Google\\Service\\ServiceControl\\ServicecontrolResource
186 public function setService($service) argument
188 $this->service = $service;
195 return $this->service;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceDirectory/
H A DResolveServiceResponse.php28 public function setService(Service $service) argument
30 $this->service = $service;
37 return $this->service;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceManagement/
H A DAuditConfig.php28 public $service; variable in Google\\Service\\ServiceManagement\\AuditConfig
47 public function setService($service) argument
49 $this->service = $service;
56 return $this->service;
H A DUndeleteServiceResponse.php28 public function setService(ManagedService $service) argument
30 $this->service = $service;
37 return $this->service;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceNetworking/
H A DConnection.php38 public $service; variable in Google\\Service\\ServiceNetworking\\Connection
85 public function setService($service) argument
87 $this->service = $service;
94 return $this->service;
H A DGoogleCloudServicenetworkingV1betaConnection.php38 public $service; variable in Google\\Service\\ServiceNetworking\\GoogleCloudServicenetworkingV1betaConnection
85 public function setService($service) argument
87 $this->service = $service;
94 return $this->service;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceUsage/
H A DDisableServiceResponse.php28 public function setService(GoogleApiServiceusageV1Service $service) argument
30 $this->service = $service;
37 return $this->service;
H A DEnableServiceResponse.php28 public function setService(GoogleApiServiceusageV1Service $service) argument
30 $this->service = $service;
37 return $this->service;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/
H A DLinkService.php25 public $service; variable in Google\\Service\\ShoppingContent\\LinkService
34 public function setService($service) argument
36 $this->service = $service;
43 return $this->service;
H A DProductShipping.php63 public $service; variable in Google\\Service\\ShoppingContent\\ProductShipping
208 public function setService($service) argument
210 $this->service = $service;
217 return $this->service;
/plugin/authgooglesheets/vendor/google/apiclient/
H A DLICENSE139 names, trademarks, service marks, or product names of the Licensor,
H A DREADME.md90 **NOTE**: This command performs an exact match on the service name, so to keep
141 $service = new Google\Service\Books($client);
146 $results = $service->volumes->listVolumes($query, $optParams);
191 > An example of this can be seen in [`examples/service-account.php`](examples/service-account.php).
195 not support service accounts. Check with the specific API documentation if API
198 1. Follow the instructions to [Create a Service Account](docs/oauth-server.md#creating-a-service-ac…
203 putenv('GOOGLE_APPLICATION_CREDENTIALS=/path/to/service-account.json');
206 1. Tell the Google client to use your service account credentials to authenticate:
219 1. If you have delegated domain-wide access to the service account and you want to impersonate a us…
266 // create the datastore service class
[all …]
/plugin/authgooglesheets/vendor/google/apiclient/src/Service/
H A DResource.php66 public function __construct($service, $serviceName, $resourceName, $resource) argument
68 $this->rootUrl = $service->rootUrl;
69 $this->client = $service->getClient();
70 $this->servicePath = $service->servicePath;
/plugin/authgooglesheets/vendor/google/apiclient/src/Task/
H A DComposer.php82 foreach ($servicesToKeep as $service) {
83 if (!preg_match('/^[a-zA-Z0-9]*$/', $service)) {
87 $service
92 $finder->in($serviceDir . '/' . $service);
97 $service
/plugin/authgooglesheets/vendor/google/auth/
H A DCOPYING140 names, trademarks, service marks, or product names of the Licensor,
H A DLICENSE139 names, trademarks, service marks, or product names of the Licensor,
H A DREADME.md144 // $targetAudience = 'https://service-1234-uc.a.run.app';
167 For invoking Cloud Run services, your service account will need the
168 [`Cloud Run Invoker`](https://cloud.google.com/run/docs/authenticating/service-to-service)
275 tokens with a different key than the Google Identity service:
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DCHANGELOG.md903 * Bug fix: Added `number` type to service descriptions.
1010 * Added `extends` attributes to service description parameters
1018 * Adding a response_body location to service descriptions
1032 * Added support for XML attributes in service description responses
1071 * Rewrote service description format to be based on Swagger
1115 * Added more getters/setters/removers from service descriptions
1121 * Added the ability to modify and build service descriptions
1125 …n of two arrays rather than an array_merge when extending service builder services and service par…
1127 in service builder config files.
1160 * Added multiple inheritance to service description commands
[all …]
H A DUPGRADING.md619 The service description layer of Guzzle has moved into two separate packages:
622 services by representing web service operations using commands.
625 Guzzle service descriptions.
/plugin/authgooglesheets/vendor/monolog/monolog/
H A DCHANGELOG.md393 … any exception coming from the wrapped handlers and avoid chain failures if a logging service fails
472 * Added NewRelicHandler to send logs to NewRelic's service
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSSH2.php2388 list($type, $service) = Strings::unpackSSH2('Cs', $response);
2389 if ($type != NET_SSH2_MSG_SERVICE_ACCEPT || $service != 'ssh-userauth') {
/plugin/authhiorgserver/
H A DLICENSE24 this service if you wish), that you receive source code or can get it
/plugin/authldaplocal/
H A DLICENSE42 this service if you wish), that you receive source code or can get it
/plugin/authlemonldap/
H A DLICENSE24 this service if you wish), that you receive source code or can get it

12345678910>>...32