Home
last modified time | relevance | path

Searched refs:GoogleCloudApigeeV1Developer (Results 1 – 3 of 3) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/Resource/
H A DOrganizationsDevelopers.php21 use Google\Service\Apigee\GoogleCloudApigeeV1Developer; alias
71 * @param GoogleCloudApigeeV1Developer $postBody
73 * @return GoogleCloudApigeeV1Developer
79 return $this->call('create', [$params], GoogleCloudApigeeV1Developer::class);
95 * @return GoogleCloudApigeeV1Developer
101 return $this->call('delete', [$params], GoogleCloudApigeeV1Developer::class);
115 * @return GoogleCloudApigeeV1Developer
121 return $this->call('get', [$params], GoogleCloudApigeeV1Developer::class);
231 * @param GoogleCloudApigeeV1Developer $postBody
233 * @return GoogleCloudApigeeV1Developer
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/
H A DGoogleCloudApigeeV1ListOfDevelopersResponse.php23 protected $developerType = GoogleCloudApigeeV1Developer::class;
27 * @param GoogleCloudApigeeV1Developer[]
34 * @return GoogleCloudApigeeV1Developer[]
H A DGoogleCloudApigeeV1Developer.php20 class GoogleCloudApigeeV1Developer extends \Google\Collection class
277 class_alias(GoogleCloudApigeeV1Developer::class, 'Google_Service_Apigee_GoogleCloudApigeeV1Develope…