Home
last modified time | relevance | path

Searched refs:GoogleCloudApigeeV1Alias (Results 1 – 2 of 2) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/Resource/
H A DOrganizationsEnvironmentsKeystoresAliases.php21 use Google\Service\Apigee\GoogleCloudApigeeV1Alias; alias
68 * @return GoogleCloudApigeeV1Alias
74 return $this->call('create', [$params], GoogleCloudApigeeV1Alias::class);
99 * @return GoogleCloudApigeeV1Alias
105 return $this->call('delete', [$params], GoogleCloudApigeeV1Alias::class);
114 * @return GoogleCloudApigeeV1Alias
120 return $this->call('get', [$params], GoogleCloudApigeeV1Alias::class);
154 * @return GoogleCloudApigeeV1Alias
160 return $this->call('update', [$params], GoogleCloudApigeeV1Alias::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/
H A DGoogleCloudApigeeV1Alias.php20 class GoogleCloudApigeeV1Alias extends \Google\Model class
78 class_alias(GoogleCloudApigeeV1Alias::class, 'Google_Service_Apigee_GoogleCloudApigeeV1Alias');