Searched refs:ApigatewayOperation (Results 1 – 6 of 6) sorted by relevance
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigateway/Resource/ |
H A D | ProjectsLocationsGateways.php | 22 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 D | ProjectsLocationsApis.php | 22 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 D | ProjectsLocationsApisConfigs.php | 22 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 D | ProjectsLocationsOperations.php | 23 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 D | ApigatewayListOperationsResponse.php | 27 protected $operationsType = ApigatewayOperation::class; 45 * @param ApigatewayOperation[] 52 * @return ApigatewayOperation[]
|
H A D | ApigatewayOperation.php | 20 class ApigatewayOperation extends \Google\Model class 114 class_alias(ApigatewayOperation::class, 'Google_Service_Apigateway_ApigatewayOperation');
|