Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/Resource/
H A DOrganizationsEnvironmentsFlowhooks.php20 use Google\Service\Apigee\GoogleCloudApigeeV1FlowHook; alias
38 * @param GoogleCloudApigeeV1FlowHook $postBody
40 * @return GoogleCloudApigeeV1FlowHook
42 …public function attachSharedFlowToFlowHook($name, GoogleCloudApigeeV1FlowHook $postBody, $optParam…
46 return $this->call('attachSharedFlowToFlowHook', [$params], GoogleCloudApigeeV1FlowHook::class);
56 * @return GoogleCloudApigeeV1FlowHook
62 … return $this->call('detachSharedFlowFromFlowHook', [$params], GoogleCloudApigeeV1FlowHook::class);
72 * @return GoogleCloudApigeeV1FlowHook
78 return $this->call('get', [$params], GoogleCloudApigeeV1FlowHook::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/
H A DGoogleCloudApigeeV1FlowHook.php20 class GoogleCloudApigeeV1FlowHook extends \Google\Model class
98 class_alias(GoogleCloudApigeeV1FlowHook::class, 'Google_Service_Apigee_GoogleCloudApigeeV1FlowHook'…