Searched refs:ApigatewayPolicy (Results 1 – 5 of 5) sorted by relevance
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigateway/ |
H A D | ApigatewaySetIamPolicyRequest.php | 22 protected $policyType = ApigatewayPolicy::class; 30 * @param ApigatewayPolicy 32 public function setPolicy(ApigatewayPolicy $policy) 37 * @return ApigatewayPolicy
|
H A D | ApigatewayPolicy.php | 20 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 D | ProjectsLocationsGateways.php | 23 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 D | ProjectsLocationsApis.php | 23 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 D | ProjectsLocationsApisConfigs.php | 23 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);
|