Home
last modified time | relevance | path

Searched refs:Endpoint (Results 1 – 25 of 26) sorted by path

12

/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudRedis/
H A DCluster.php43 protected $endpointsType = Endpoint::class;
137 * @param Endpoint[]
144 * @return Endpoint[]
H A DEndpoint.php20 class Endpoint extends \Google\Model class
62 class_alias(Endpoint::class, 'Google_Service_CloudRedis_Endpoint');
/plugin/authgooglesheets/vendor/google/apiclient-services/src/IDS/
H A DEndpoint.php20 class Endpoint extends \Google\Model class
224 class_alias(Endpoint::class, 'Google_Service_IDS_Endpoint');
H A DListEndpointsResponse.php23 protected $endpointsType = Endpoint::class;
35 * @param Endpoint[]
42 * @return Endpoint[]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/IDS/Resource/
H A DProjectsLocationsEndpoints.php20 use Google\Service\IDS\Endpoint; alias
42 * @param Endpoint $postBody
63 public function create($parent, Endpoint $postBody, $optParams = [])
100 * @return Endpoint
106 return $this->call('get', [$params], Endpoint::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/NetworkManagement/
H A DConnectivityTest.php31 protected $destinationType = Endpoint::class;
55 protected $sourceType = Endpoint::class;
91 * @param Endpoint
93 public function setDestination(Endpoint $destination)
98 * @return Endpoint
189 * @param Endpoint
191 public function setSource(Endpoint $source)
196 * @return Endpoint
H A DEndpoint.php20 class Endpoint extends \Google\Model class
170 class_alias(Endpoint::class, 'Google_Service_NetworkManagement_Endpoint');
/plugin/authgooglesheets/vendor/google/apiclient-services/src/RealTimeBidding/
H A DEndpoint.php20 class Endpoint extends \Google\Model class
116 class_alias(Endpoint::class, 'Google_Service_RealTimeBidding_Endpoint');
H A DListEndpointsResponse.php23 protected $endpointsType = Endpoint::class;
31 * @param Endpoint[]
38 * @return Endpoint[]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/RealTimeBidding/Resource/
H A DBiddersEndpoints.php20 use Google\Service\RealTimeBidding\Endpoint; alias
39 * @return Endpoint
45 return $this->call('get', [$params], Endpoint::class);
75 * @param Endpoint $postBody
79 * @return Endpoint
81 public function patch($name, Endpoint $postBody, $optParams = [])
85 return $this->call('patch', [$params], Endpoint::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceConsumerManagement/
H A DEndpoint.php20 class Endpoint extends \Google\Model class
80 class_alias(Endpoint::class, 'Google_Service_ServiceConsumerManagement_Endpoint');
H A DService.php43 protected $endpointsType = Endpoint::class;
215 * @param Endpoint[]
222 * @return Endpoint[]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceDirectory/
H A DEndpoint.php20 class Endpoint extends \Google\Model class
116 class_alias(Endpoint::class, 'Google_Service_ServiceDirectory_Endpoint');
H A DListEndpointsResponse.php23 protected $endpointsType = Endpoint::class;
31 * @param Endpoint[]
38 * @return Endpoint[]
H A DService.php27 protected $endpointsType = Endpoint::class;
49 * @param Endpoint[]
56 * @return Endpoint[]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceDirectory/Resource/
H A DProjectsLocationsNamespacesServicesEndpoints.php20 use Google\Service\ServiceDirectory\Endpoint; alias
39 * @param Endpoint $postBody
48 * @return Endpoint
50 public function create($parent, Endpoint $postBody, $optParams = [])
54 return $this->call('create', [$params], Endpoint::class);
74 * @return Endpoint
80 return $this->call('get', [$params], Endpoint::class);
131 * @param Endpoint $postBody
136 * @return Endpoint
138 public function patch($name, Endpoint $postBody, $optParams = [])
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceManagement/
H A DEndpoint.php20 class Endpoint extends \Google\Model class
80 class_alias(Endpoint::class, 'Google_Service_ServiceManagement_Endpoint');
H A DService.php43 protected $endpointsType = Endpoint::class;
215 * @param Endpoint[]
222 * @return Endpoint[]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceNetworking/
H A DEndpoint.php20 class Endpoint extends \Google\Model class
80 class_alias(Endpoint::class, 'Google_Service_ServiceNetworking_Endpoint');
H A DService.php43 protected $endpointsType = Endpoint::class;
215 * @param Endpoint[]
222 * @return Endpoint[]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceUsage/
H A DEndpoint.php20 class Endpoint extends \Google\Model class
80 class_alias(Endpoint::class, 'Google_Service_ServiceUsage_Endpoint');
H A DGoogleApiService.php43 protected $endpointsType = Endpoint::class;
215 * @param Endpoint[]
222 * @return Endpoint[]
H A DGoogleApiServiceusageV1ServiceConfig.php29 protected $endpointsType = Endpoint::class;
91 * @param Endpoint[]
98 * @return Endpoint[]
/plugin/bugzillaint/docs/
H A Dbugzillaint.txt45 You must provide your Bugzilla Endpoint and Credentials in the configuration
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dendpoint-closure.asciidoc2 === Set the Endpoint closure
4 The client uses an Endpoint closure to dispatch API requests to the correct
5 Endpoint object. A namespace object will construct a new Endpoint via this

12