Home
last modified time | relevance | path

Searched refs:GoogleCloudApigeeV1Deployment (Results 1 – 4 of 4) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/Resource/
H A DOrganizationsEnvironmentsSharedflowsRevisions.php20 use Google\Service\Apigee\GoogleCloudApigeeV1Deployment; alias
58 * @return GoogleCloudApigeeV1Deployment
64 return $this->call('deploy', [$params], GoogleCloudApigeeV1Deployment::class);
74 * @return GoogleCloudApigeeV1Deployment
80 return $this->call('getDeployments', [$params], GoogleCloudApigeeV1Deployment::class);
H A DOrganizationsEnvironmentsApisRevisions.php20 use Google\Service\Apigee\GoogleCloudApigeeV1Deployment; alias
72 * @return GoogleCloudApigeeV1Deployment
78 return $this->call('deploy', [$params], GoogleCloudApigeeV1Deployment::class);
88 * @return GoogleCloudApigeeV1Deployment
94 return $this->call('getDeployments', [$params], GoogleCloudApigeeV1Deployment::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/
H A DGoogleCloudApigeeV1ListDeploymentsResponse.php23 protected $deploymentsType = GoogleCloudApigeeV1Deployment::class;
27 * @param GoogleCloudApigeeV1Deployment[]
34 * @return GoogleCloudApigeeV1Deployment[]
H A DGoogleCloudApigeeV1Deployment.php20 class GoogleCloudApigeeV1Deployment extends \Google\Collection class
199 class_alias(GoogleCloudApigeeV1Deployment::class, 'Google_Service_Apigee_GoogleCloudApigeeV1Deploym…