updateHost_Pre method

Future<OperationResponse> updateHost_Pre(
  1. ServiceCall call,
  2. Future<HostInfo> request
)

Implementation

$async.Future<$1.OperationResponse> updateHost_Pre($grpc.ServiceCall call, $async.Future<$6.HostInfo> request) async {
  return updateHost(call, await request);
}