Home
last modified time | relevance | path

Searched refs:ApigatewayPolicy (Results 1 – 5 of 5) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigateway/
H A DApigatewaySetIamPolicyRequest.php22 protected $policyType = ApigatewayPolicy::class;
30 * @param ApigatewayPolicy
32 public function setPolicy(ApigatewayPolicy $policy)
37 * @return ApigatewayPolicy
H A DApigatewayPolicy.php20 class ApigatewayPolicy extends \Google\Collection class
95 class_alias(ApigatewayPolicy::class, 'Google_Service_Apigateway_ApigatewayPolicy');
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigateway/Resource/
H A DProjectsLocationsGateways.php23 use Google\Service\Apigateway\ApigatewayPolicy; alias
105 * @return ApigatewayPolicy
111 return $this->call('getIamPolicy', [$params], ApigatewayPolicy::class);
164 * @return ApigatewayPolicy
170 return $this->call('setIamPolicy', [$params], ApigatewayPolicy::class);
H A DProjectsLocationsApis.php23 use Google\Service\Apigateway\ApigatewayPolicy; alias
105 * @return ApigatewayPolicy
111 return $this->call('getIamPolicy', [$params], ApigatewayPolicy::class);
163 * @return ApigatewayPolicy
169 return $this->call('setIamPolicy', [$params], ApigatewayPolicy::class);
H A DProjectsLocationsApisConfigs.php23 use Google\Service\Apigateway\ApigatewayPolicy; alias
108 * @return ApigatewayPolicy
114 return $this->call('getIamPolicy', [$params], ApigatewayPolicy::class);
167 * @return ApigatewayPolicy
173 return $this->call('setIamPolicy', [$params], ApigatewayPolicy::class);