Home
last modified time | relevance | path

Searched refs:ApigatewayOperation (Results 1 – 6 of 6) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigateway/Resource/
H A DProjectsLocationsGateways.php22 use Google\Service\Apigateway\ApigatewayOperation; alias
48 * @return ApigatewayOperation
54 return $this->call('create', [$params], ApigatewayOperation::class);
62 * @return ApigatewayOperation
68 return $this->call('delete', [$params], ApigatewayOperation::class);
146 * @return ApigatewayOperation
152 return $this->call('patch', [$params], ApigatewayOperation::class);
H A DProjectsLocationsApis.php22 use Google\Service\Apigateway\ApigatewayOperation; alias
48 * @return ApigatewayOperation
54 return $this->call('create', [$params], ApigatewayOperation::class);
62 * @return ApigatewayOperation
68 return $this->call('delete', [$params], ApigatewayOperation::class);
145 * @return ApigatewayOperation
151 return $this->call('patch', [$params], ApigatewayOperation::class);
H A DProjectsLocationsApisConfigs.php22 use Google\Service\Apigateway\ApigatewayOperation; alias
48 * @return ApigatewayOperation
54 return $this->call('create', [$params], ApigatewayOperation::class);
62 * @return ApigatewayOperation
68 return $this->call('delete', [$params], ApigatewayOperation::class);
149 * @return ApigatewayOperation
155 return $this->call('patch', [$params], ApigatewayOperation::class);
H A DProjectsLocationsOperations.php23 use Google\Service\Apigateway\ApigatewayOperation; alias
80 * @return ApigatewayOperation
86 return $this->call('get', [$params], ApigatewayOperation::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigateway/
H A DApigatewayListOperationsResponse.php27 protected $operationsType = ApigatewayOperation::class;
45 * @param ApigatewayOperation[]
52 * @return ApigatewayOperation[]
H A DApigatewayOperation.php20 class ApigatewayOperation extends \Google\Model class
114 class_alias(ApigatewayOperation::class, 'Google_Service_Apigateway_ApigatewayOperation');