Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/Resource/
H A DOrganizationsApis.php21 use Google\Service\Apigee\GoogleCloudApigeeV1ApiProxy; alias
81 * @return GoogleCloudApigeeV1ApiProxy
87 return $this->call('delete', [$params], GoogleCloudApigeeV1ApiProxy::class);
95 * @return GoogleCloudApigeeV1ApiProxy
101 return $this->call('get', [$params], GoogleCloudApigeeV1ApiProxy::class);
129 * @param GoogleCloudApigeeV1ApiProxy $postBody
133 * @return GoogleCloudApigeeV1ApiProxy
135 public function patch($name, GoogleCloudApigeeV1ApiProxy $postBody, $optParams = [])
139 return $this->call('patch', [$params], GoogleCloudApigeeV1ApiProxy::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/
H A DGoogleCloudApigeeV1ListApiProxiesResponse.php23 protected $proxiesType = GoogleCloudApigeeV1ApiProxy::class;
27 * @param GoogleCloudApigeeV1ApiProxy[]
34 * @return GoogleCloudApigeeV1ApiProxy[]
H A DGoogleCloudApigeeV1ApiProxy.php20 class GoogleCloudApigeeV1ApiProxy extends \Google\Collection class
151 class_alias(GoogleCloudApigeeV1ApiProxy::class, 'Google_Service_Apigee_GoogleCloudApigeeV1ApiProxy'…