Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataflow/Resource/
H A DProjectsJobsDebug.php23 use Google\Service\Dataflow\SendDebugCaptureResponse; alias
58 * @return SendDebugCaptureResponse
64 return $this->call('sendCapture', [$params], SendDebugCaptureResponse::class);
H A DProjectsLocationsJobsDebug.php23 use Google\Service\Dataflow\SendDebugCaptureResponse; alias
64 * @return SendDebugCaptureResponse
70 return $this->call('sendCapture', [$params], SendDebugCaptureResponse::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataflow/
H A DSendDebugCaptureResponse.php20 class SendDebugCaptureResponse extends \Google\Model class
25 class_alias(SendDebugCaptureResponse::class, 'Google_Service_Dataflow_SendDebugCaptureResponse');