Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/Resource/
H A DOrganizationsEnvironments.php21 use Google\Service\Apigee\GoogleCloudApigeeV1Environment; alias
48 * @param GoogleCloudApigeeV1Environment $postBody
55 public function create($parent, GoogleCloudApigeeV1Environment $postBody, $optParams = [])
81 * @return GoogleCloudApigeeV1Environment
87 return $this->call('get', [$params], GoogleCloudApigeeV1Environment::class);
251 * @param GoogleCloudApigeeV1Environment $postBody
253 * @return GoogleCloudApigeeV1Environment
255 public function update($name, GoogleCloudApigeeV1Environment $postBody, $optParams = [])
259 return $this->call('update', [$params], GoogleCloudApigeeV1Environment::class);
292 * @param GoogleCloudApigeeV1Environment $postBody
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/
H A DGoogleCloudApigeeV1Environment.php20 class GoogleCloudApigeeV1Environment extends \Google\Model class
186 class_alias(GoogleCloudApigeeV1Environment::class, 'Google_Service_Apigee_GoogleCloudApigeeV1Enviro…