Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/Resource/
H A DOrganizationsEnvironmentsKeystores.php20 use Google\Service\Apigee\GoogleCloudApigeeV1Keystore; alias
42 * @param GoogleCloudApigeeV1Keystore $postBody
47 * @return GoogleCloudApigeeV1Keystore
49 public function create($parent, GoogleCloudApigeeV1Keystore $postBody, $optParams = [])
53 return $this->call('create', [$params], GoogleCloudApigeeV1Keystore::class);
62 * @return GoogleCloudApigeeV1Keystore
68 return $this->call('delete', [$params], GoogleCloudApigeeV1Keystore::class);
77 * @return GoogleCloudApigeeV1Keystore
83 return $this->call('get', [$params], GoogleCloudApigeeV1Keystore::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/
H A DGoogleCloudApigeeV1Keystore.php20 class GoogleCloudApigeeV1Keystore extends \Google\Collection class
63 class_alias(GoogleCloudApigeeV1Keystore::class, 'Google_Service_Apigee_GoogleCloudApigeeV1Keystore'…