getOperations_Pre method
Future<GetOperationsResponse>
getOperations_Pre(
- ServiceCall call,
- Future<
GetOperationsRequest> request
Implementation
$async.Future<$30.GetOperationsResponse> getOperations_Pre($grpc.ServiceCall call, $async.Future<$30.GetOperationsRequest> request) async {
return getOperations(call, await request);
}