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