delete_Pre method
Future<DeleteSnapshotResponse>
delete_Pre(
- ServiceCall $call,
- Future<
DeleteSnapshotRequest> $request
Implementation
$async.Future<$10.DeleteSnapshotResponse> delete_Pre($grpc.ServiceCall $call, $async.Future<$10.DeleteSnapshotRequest> $request) async {
return delete($call, await $request);
}