Home
last modified time | relevance | path

Searched refs:services (Results 1 – 25 of 242) sorted by path

12345678910

/plugin/aichat/vendor/mehrab-wj/tiktoken-php/
H A Dcomposer.lock3596 "description": "Generic abstractions related to writing services",
/plugin/authgoogle/google/
H A DGoogle_Client.php96 protected $services = array(); variable in Google_Client
117 $this->services[$service] = array();
120 …$this->services[$service] = array_merge($this->services[$service], $apiConfig['services'][$service…
140 foreach ($this->services as $key => $val) {
H A Dconfig.php52 'services' => array(
/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-services/src/
H A DAppengine.php534 'services',
538 'path' => 'v1/apps/{appsId}/services/{servicesId}',
553 'path' => 'v1/apps/{appsId}/services/{servicesId}',
568 'path' => 'v1/apps/{appsId}/services',
586 'path' => 'v1/apps/{appsId}/services/{servicesId}',
619 'path' => 'v1/apps/{appsId}/services/{servicesId}/versions',
634 'path' => 'v1/apps/{appsId}/services/{servicesId}/versions/{versionsId}',
654 'path' => 'v1/apps/{appsId}/services/{servicesId}/versions/{versionsId}',
678 'path' => 'v1/apps/{appsId}/services/{servicesId}/versions',
705 'path' => 'v1/apps/{appsId}/services/{servicesId}/versions/{versionsId}',
[all …]
H A DCloudRun.php372 'services',
376 'path' => 'v2/{+parent}/services',
436 'path' => 'v2/{+parent}/services',
H A DCloudbilling.php51 public $services; variable in Google\\Service\\Cloudbilling
220 'services',
224 'path' => 'v1/services',
H A DDataprocMetastore.php163 'services',
167 'path' => 'v1beta/{+parent}/services',
233 'path' => 'v1beta/{+parent}/services',
H A DFirebaseappcheck.php571 'services',
575 'path' => 'v1beta/{+parent}/services:batchUpdate',
595 'path' => 'v1beta/{+parent}/services',
H A DMonitoring.php62 public $services; variable in Google\\Service\\Monitoring
921 'services',
925 'path' => 'v3/{+parent}/services',
959 'path' => 'v3/{+parent}/services',
H A DServiceConsumerManagement.php42 public $services; variable in Google\\Service\\ServiceConsumerManagement
127 'services',
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',
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Appengine/
H A DListServicesResponse.php47 public function setServices($services) argument
49 $this->services = $services;
56 return $this->services;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudBillingBudget/
H A DGoogleCloudBillingBudgetsV1Filter.php48 public $services; variable in Google\\Service\\CloudBillingBudget\\GoogleCloudBillingBudgetsV1Filter
141 public function setServices($services) argument
143 $this->services = $services;
150 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;
H A DGoogleCloudRunV2ListServicesResponse.php47 public function setServices($services) argument
49 $this->services = $services;
56 return $this->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/DataprocMetastore/
H A DListServicesResponse.php51 public function setServices($services) argument
53 $this->services = $services;
60 return $this->services;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/FirebaseRules/
H A DMetadata.php26 public $services; variable in Google\\Service\\FirebaseRules\\Metadata
31 public function setServices($services) argument
33 $this->services = $services;
40 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/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/Monitoring/
H A DListServicesResponse.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/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;

12345678910