Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigateway/Resource/
H A DProjectsLocationsApisConfigs.php20 use Google\Service\Apigateway\ApigatewayApiConfig; alias
43 * @param ApigatewayApiConfig $postBody
50 public function create($parent, ApigatewayApiConfig $postBody, $optParams = [])
79 * @return ApigatewayApiConfig
85 return $this->call('get', [$params], ApigatewayApiConfig::class);
141 * @param ApigatewayApiConfig $postBody
151 public function patch($name, ApigatewayApiConfig $postBody, $optParams = [])
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigateway/
H A DApigatewayListApiConfigsResponse.php23 protected $apiConfigsType = ApigatewayApiConfig::class;
35 * @param ApigatewayApiConfig[]
42 * @return ApigatewayApiConfig[]
H A DApigatewayApiConfig.php20 class ApigatewayApiConfig extends \Google\Collection class
219 class_alias(ApigatewayApiConfig::class, 'Google_Service_Apigateway_ApigatewayApiConfig');