deleteFull_Pre method
Future<DeleteSnapshotResponse>
deleteFull_Pre(
- ServiceCall $call,
- Future<
DeleteFullSnapshotRequest> $request
Implementation
$async.Future<$10.DeleteSnapshotResponse> deleteFull_Pre($grpc.ServiceCall $call, $async.Future<$10.DeleteFullSnapshotRequest> $request) async {
return deleteFull($call, await $request);
}