Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataflow/Resource/
H A DProjects.php20 use Google\Service\Dataflow\DeleteSnapshotResponse; alias
43 * @return DeleteSnapshotResponse
49 return $this->call('deleteSnapshots', [$params], DeleteSnapshotResponse::class);
H A DProjectsLocationsSnapshots.php20 use Google\Service\Dataflow\DeleteSnapshotResponse; alias
42 * @return DeleteSnapshotResponse
48 return $this->call('delete', [$params], DeleteSnapshotResponse::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataflow/
H A DDeleteSnapshotResponse.php20 class DeleteSnapshotResponse extends \Google\Model class
25 class_alias(DeleteSnapshotResponse::class, 'Google_Service_Dataflow_DeleteSnapshotResponse');